Re: [Live-devel] Stream VP9 video via RTP

2016-08-08 Thread Ross Finlayson
> Thanks Ross for your answer. But I couldn't find how to do it using only > VP9VideoRTPSink without have a framer. I am very much thankful if you can > give a example for this one. Do you already have a “FramedSource” subclass that delivers discrete VP9 video frames (i.e., delivers one frame

Re: [Live-devel] Stream VP9 video via RTP

2016-08-07 Thread Samiththa Bashani
Hi, Thanks Ross for your answer. But I couldn't find how to do it using only VP9VideoRTPSink without have a framer. I am very much thankful if you can give a example for this one. On 6 August 2016 at 23:49, Ross Finlayson wrote: > > I tried to stream VP9 video via RTP using RTSP server. I refer

Re: [Live-devel] Stream VP9 video via RTP

2016-08-06 Thread Ross Finlayson
> I tried to stream VP9 video via RTP using RTSP server. I refer the examples > which are for H264 to do this.Though you provide H264VideoStreamFramer you > doesn't provide VP9VideoStreamFramer in your library.Is there any other way > to do this without using streamframer? How can I do this? S

[Live-devel] Stream VP9 video via RTP

2016-08-04 Thread Samiththa Bashani
Hi, I tried to stream VP9 video via RTP using RTSP server. I refer the examples which are for H264 to do this.Though you provide H264VideoStreamFramer you doesn't provide VP9VideoStreamFramer in your library.Is there any other way to do this without using streamframer? How can I do this? __