I have a livemedia setup currently, whereby a client is setup to tap onto a stream streamed by a livemedia server on the network - the stream is an h.264 elementary stream, and plays fine in VLC (coupled with the proper SDP parameters)

I wanted to know if it is possible to get a copy of the SDP Parameters, or more specifically, the sprop-parameters as a client, and if so, how?

Yes - call "MediaSubsession:: fmtp_spropparametersets()"

If you look at our RTSP client interface code for the VLC media player (the file "live555.cpp"), you'll also see code that parses this information from text string into binary form.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to