Greg Overland | 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: |
| Please sign in to flag this as inappropriate. |