[vlc-devel] BUG modules/demux/ts.c DEMUX_GET_LENGTH

Greg Farrell greg at gregfarrell.org
Tue Jan 10 13:24:55 CET 2006


Hi,

   I've been researching the problem I posted about yesterday concerning
vlm not populating the a=range: section of a sdp file about a TS mpeg
file.

I've traced it back to modules/demux/ts.c. VLM only creates the a=range:
section of a sdp file if the media items duration is > 0. It gets this
duration by calling the Control() function of it's demuxer, in this case
the Control() function in modules/demux/ts.c.

However this has the sections for DEMUX_GET_LENGTH and DEMUX_GET_TIME
#ifdef'd out and instead returns a hard-coded value of 0. This has been
ifdef'd out since as far back as the online trac repository goes so I
can't see any comment about why this was done. Surely this is a bug?

As it will not return the duration of the TS stream VLM cannot tell the
length of the files content and will not tell any clients the film
length. 

Can anyone fix this or tell me why it's like this and what I should try
and do?

thanks a lot,
    Greg


-- 
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