[vlc] Re: H263 over RTP
Ross Finlayson
finlayson at live555.com
Mon Feb 26 20:45:25 CET 2007
>Also noticed this in the vlc log:
>
>sap warning: unable to parse c field (1)
That's your problem right there. Your "c=" line
c=224.0.0.1
should instead be something like
c=IN IP4 224.42.43.44/255
(Read the SDP specification!)
Note also that you shouldn't use multicast addresses in the range
224.0.*.*. - they're reserved for use by routers. Instead, use one
like 224.42.43.44 - e.g., my example above.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list