[Live-devel] How can I change the received packet at the client by using openRTSP?
Ross Finlayson
finlayson at live555.com
Fri May 25 00:43:26 PDT 2007
>Hi, everyone
>I used the testOnDemandRTSPServer to stream video und openRTSP to
>receive the streamed data. My question is: where I should change the
>received packet data before the client stores the received packet on
>the disk, e.g. adding some data or a special header to the received
>packets.
You would need to insert a new filter object (i.e., a subclass of
"FramedFilter" - that you would write), and insert it in the data
chain, in front of the "FileSink" object. (You would do this in
"testProgs/playCommon.cpp".)
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list