[vlc-devel] Re: about live.com and sdp again
Ross Finlayson
finlayson at live.com
Fri Mar 5 19:28:33 CET 2004
At 06:43 AM 3/5/04, you wrote:
>I asked a while back about the proper way to handle sdp with strange thing
>in them. I took my time to find an example:
>
>----------
>sdp://v=0
>o=peppar 234 234 IN IP4 130.240.64.67
>s=CDT - MPEG4/DivX Test
>i=Test of MPEG4/DivX via multicast. Needs special version of Marratech Pro.
>e=Peter Parnes <peppar at cdt.luth.se>
>t=0 0
>m=video 7438 RTP/AVP 96
>c=IN IP4 224.220.180.93/32
>m=application 62344 SRRTP mstarcontrol
>c=IN IP4 224.32.3.32/32
>----------
>
>Can stuff like this be supported? by ignoring the mstarcontrol part?
Yes, you may need to remove the lines
>m=application 62344 SRRTP mstarcontrol
>c=IN IP4 224.32.3.32/32
because they're non-standard Marratech-proprietary stuff.
However, there's also a problem with the video stream specification:
>m=video 7438 RTP/AVP 96
>c=IN IP4 224.220.180.93/32
The problem here is that "96" is a dynamic RTP payload code, which means
that there needs to be a subsequent "a=rtpmap:" line that defines which
specific video codec uses this code. Are you sure that there's no line like
a=rtpmap:96 <video-codec-name>
somewhere in the SDP description? You will need to have such a line in
order to play this stream.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list