The IETF has defined new payload formats (and encoding) for doing FEC on RTP
streams. However, we don't yet implement any of them (although we might in the
future). But implementing these requires a lot more work than just slapping
some FEC encoding and decoding code onto the existing code. S
On Aug 11, 2011, at 8:08 AM, Dave McMordie wrote:
> Great library-- it was a pleasure to integrate! We are transmitting a
> sequence of uncorrelated image frames using a subclass of JPEGVideoSource.
>
> We would also like to transmit a stream of XML fragments (one-to-one with the
> video frame
I am developing a package to use FEC code on video streams. Previously I was
just applying the FEC code to any packet that was coming from a camera.
However, in looking at the live555 code, it seems that, for example, an RTP
stream is received then video data extracted in terms of 'frames', It in
Hi Ross / Live Developers,
Great library-- it was a pleasure to integrate! We are transmitting a
sequence of uncorrelated image frames using a subclass of JPEGVideoSource.
We would also like to transmit a stream of XML fragments (one-to-one with
the video frames) which contain information abou