[Live-devel] FFMPEG VP8/VP9 Encoding to Live555

2018-04-04 Thread Weber, Patrick
Hello Live555 community - I'd like to encode a live video stream using FFMPEG API's using the VP8 and VP9 codecs and make the stream available using Live555 as RTSP. I already have a framework in place that does this using other codecs (MPEG1, MPEG2, MPEG4, H264, H265). A couple questions:

Re: [Live-devel] FFMPEG VP8/VP9 Encoding to Live555

2018-04-04 Thread Ross Finlayson
> I’d like to encode a live video stream using FFMPEG API’s using the VP8 and > VP9 codecs and make the stream available using Live555 as RTSP. Yes, VP8 encoding (using FFMPEG/libvpx) and streaming (using our “VP8VideoRTPSink”) works fine. (In fact, I do this in our WebRTC demo (still