Re: [Live-devel] how to send RTX header extension?

2009-11-03 Thread Ross Finlayson
I have RTPSink class that inherits from the MultiFramedRTPSink class, and I implemented the following two virtual functions: - doSpecialFrameHandling() - it adds words to the special header (which I understood it is the RTP header extension) Actually, no. The "special header" here is

Re: [Live-devel] how to send RTX header extension?

2009-11-03 Thread Yedidia Amit
1. not really, but you can use it for that purpose (like I did) 2. I am adding few template for function of MyVideoRTPSink which is derived from H264videoRTPSink but with extension support 3. make sure that your extension header is according to the standard 4. make sure that you are working with n

[Live-devel] how to send RTX header extension?

2009-11-03 Thread Tsahi Etziony
I am using the wis-streamer to send h.264 frames over rtp/rtsp, and testing it by watching the stream with VLC player. I wanted to add RTP header extension to the RTP packets, and I have some problems. I have RTPSink class that inherits from the MultiFramedRTPSink class, and I implemented the fo

Re: [Live-devel] Stop/restart RTP source

2009-11-03 Thread Dong Liu
Ross Finlayson wrote: Am I doing the right thing when doing stop and start the RTP stream? I think so. But what are you using for your server? I *think* our RTP/RTCP server implementation will handle this correctly (because RTCP packets should continue to get sent even after the stream is s