I'm interested in building a wav receiver from RTSP url, with Live555.

I'm not very familiar with this library, and I don't know where to star well : I noticed you can easily grab rtsp frames and dump it to a raw file, with openRTSP, but I'd like to have thoses frames copied in a variable, so I can use them directly in my code.

Which class(es) should I use to achieve this ?

You will need to write your own "MediaSink" subclass, and use this instead of "FileSink".
--

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

Reply via email to