Basically, what differs from the openRTSP program is that I would need to read from a data capture file instead of from a network and to be a listener of an existing RTSP session instead of the client for this RTSP session.

Because you have an existing RTSP client application (and data already captured from RTSP/RTP sessions), it seems unlikely that our software could provide much more of what you want. (The most significant part of our software is our RTSP/RTP protocol implementation, which apparently you do not need.)

Instead, I suggest just modifying your own RTSP client application, and/or writing your own simple application to read through your "tcpdump" files. (This would probably involve mostly just parsing RTP packets, and stripping off RTP headers, etc.)
--

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