[Live-devel] Transport header VLC client

Ashutosh Dutta adutta at research.telcordia.com
Tue Feb 27 03:58:16 PST 2007


I was curious if anybody has experience using transport header in VLC 
client code to designate the address where the server should play it 
stream. This is the example from RTSP RFC 2326bis.

> C->S: SETUP rtsp://example.com/foo/bar/baz.rm RTSP/2.0
>            CSeq: 302
>            Transport: RTP/AVP;multicast;mode="PLAY",
>                RTP/AVP;unicast;dest_addr="192.0.2.5:3456"/
>                "192.0.2.5:3457";mode="PLAY"
> 
>      S->C: RTSP/2.0 200 OK
>            CSeq: 302
>            Date: 23 Jan 1997 15:35:06 GMT
>            Session: 47112344
>            Transport: RTP/AVP;unicast;dest_addr="192.0.2.5:3456"/
>            "192.0.2.5:3457";src_addr="192.0.2.224:6256"
>            /"192.0.2.224:6257";mode="PLAY"


Thanks
Ashutosh


More information about the live-devel mailing list