[FFmpeg-devel] Additional RTSP issues

Ronald S. Bultje rsbultje
Mon Nov 2 21:56:26 CET 2009


Hi Stas,

On Mon, Nov 2, 2009 at 1:07 PM, Stas Oskin <stas.oskin at gmail.com> wrote:
> Were there any new developments regarding RTSP over HTTP? I'm starting to
> work on it, and wanted to know if there any existing code-base I should take
> into account.

Nothing yet.

> Also, what will be the best location in code to plug-in such integration?

Probably rtsp.c, or a new rtsp_http.c if you need alot of new code.
But really, that's not very important.

Don't forget to use the existing http.c URI code
(url_open("http://...")) rather than re-making a new implementation
yourself.

Ronald



More information about the ffmpeg-devel mailing list