> 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
offline,
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:
1.