Blogs

Showing 0 results.

Forums

« Back to Digital Signs API Forum

Example Video stream with dmp

Combination View Flat View Tree View
Threads [ Previous | Next ]
I have been pulling my hair out trying to get a video stream to work with VLC and the DMP4400.   Can someone give me a example settings for a video transcode stream. 
I have tried all manner of RTSP stream in many different formats all using MPEG TS as the wrapper. 
I have attempted to do some differnt UDP or RTP multicast but not sure exactly how to set that up. 
Ii can succesfully join the RTSP stream with a different VLC client, just not with the DMP.   If i did not give enough information let me know, i can provide more.
 
start isma ipaddress /tt sigma 0 554
<table class="netInfoParamsText netInfoText netInfoParamsTable " style="width: 1px; height: 14px;" border="0" cellspacing="0" cellpadding="0">
<tbody class=" ">
<tr class=" ">
<td class="netInfoParamName "></td>
<td></td>
</tr>
</tbody>
</table>

The DMP does not support RTSP. You should output a UDP multicast, MPEG-TS wrapper. The codec inside should be either MEPG2 or h264.
 
 

Use some transcoding software and get your video file into MPEG TS format and saved to a file.
Then you can use this to stream it using VLC
c:\multicast\A1-v2.mpg if the path-filename of the video already transcoded and saved as MPEG TS.
Rest of the item should be easy to figure out.

"C:\Program Files\VideoLAN\VLC\vlc" -vvv c:\multicast\A1-v2.mpg --sout udp:239.192.100.100:1234 --ttl 3 --loop

Hope that helps

RE: Example Video stream with dmp
rtsp dmp 4400g streaming
Answer
3/6/12 3:21 PM as a reply to Matthew Hughes.
While the DMP can stream RTSP I don't think you'll be able to use VLC for the RTSP server.  VLC currently doesn't support interleaved RTSP which the DMP is requesting. Below is a capture of the conversation between the DMP (bolded) and a VLC server for RTSP.  Other stremaing servers do support interleaved. 
 
 
 
DESCRIBE rtsp://192.168.1.88:5544/cms.mpg RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: Cisco Digital Media Player


RTSP/1.0 200 OK
Server: VLC/1.1.11
Date: Mon, 05 Mar 2012 20:46:38 GMT
Content-Type: application/sdp
Content-Base: rtsp://192.168.1.88:5544/cms.mpg
Content-Length: 464
Cache-Control: no-cache
Cseq: 1

v=0
o=- 15204051936767258776 15204051936767258776 IN IP4 vlc
s=Unnamed
i=N/A
c=IN IP4 0.0.0.0
t=0 0
a=tool:vlc 1.1.11
a=recvonly
a=type:broadcast
a=charset:UTF-8
a=control:rtsp://192.168.1.88:5544/cms.mpg
m=audio 0 RTP/AVP 14
b=AS:80
b=RR:0
a=rtpmap:14 MPA/90000/2
a=control:rtsp://192.168.1.88:5544/cms.mpg/trackID=0
m=video 0 RTP/AVP 32
b=AS:2048
b=RR:0
a=rtpmap:32 MPV/90000
a=control:rtsp://192.168.1.88:5544/cms.mpg/trackID=1
SETUP rtsp://192.168.1.88:5544/cms.mpg/trackID=0 RTSP/1.0
CSeq: 2
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
User-Agent: Cisco Digital Media Player


RTSP/1.0 461 Unsupported transport
Server: VLC/1.1.11
Date: Mon, 05 Mar 2012 20:46:38 GMT
Content-Length: 0
Cache-Control: no-cache
Cseq: 2

TEARDOWN rtsp://192.168.1.88:5544/cms.mpg RTSP/1.0
CSeq: 3
Session:
 
 

Bonjour,

Veuillez prendre note que je serai absent du bureau jusqu'au 9 mars inclusivement.

Je répondrai à votre courriel à mon retour.

Au plaisir

You can try this for RTSP streaming from VLC.
The stuff I listed above is a simple UDP/Multicast.

http://wiki.videolan.org/Documentation:Streaming_HowTo/Command_Line_Examples

Haven't played yet with SDP and RTSP.
Please let us know if you tried it and the results.

Collateral


No files available