[Live-devel] Export a video file from a network capture
Ross Finlayson
finlayson at live555.com
Mon Jul 14 00:20:19 PDT 2008
>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/
More information about the live-devel
mailing list