[vlc-devel] Re: [PATCH] New RTSP client module

Florent Audebert f.audebert at gmail.com
Sun Oct 8 12:46:00 CEST 2006


On 10/8/06, Christophe Mutricy <xtophe at nxtelevision.com> wrote:
> On Mon, Oct 02, 06 at 12:22 +0200, Florent Audebert wrote:
> > I'm writing an RTSP client module (UDP/TS) for Anevia which works with
> > our Manager/VOD servers since Live555 and RealRTSP modules aren't
> > compatible.
> <sight> why is RSTP so balkanised!

I guess first RTSP RFC wasn't perfect...

> Just curious, would it have been possible to implement it in live555

I tried few hacks on Live555 and managed to play a stream with our
manager. Unfortunately, seeking wasn't working and I probably broke
compatibility with other servers.

Since I'm quite new to VLC code, writing a new module was the easiest
way to implement an RTSP client suiting our needs without breaking
anything else.

> > +    add_integer( "udp-caching", DEFAULT_PTS_DELAY / 1000, NULL, CACHING_TEXT,
> > +                 CACHING_LONGTEXT, VLC_TRUE );
> You shouldn't reuse the same config name as the udp module. Maybe
> arstp-caching

True, I'll correct that.

> > +    set_capability( "access2", 10 );
>
> What's the priority compared with the other rtsp plugins ?

Low priority, it comes after Live555 and RealRTSP modules.

-- 
Florent Audebert

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list