>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/ _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel