[vlc-devel] [PATCH] live555 demux exit when no more data received

Sébastien Escudier sebastien-devel at celeos.eu
Wed Jun 18 09:16:21 CEST 2008


Quoting KH KH <kwizart at gmail.com>:

> Which version of live555 do you have tested ?
> Last version that was know to work with me was 2008.04.03

I have this issue with 2008.04.02 and latest (2008.06.05).
I don't think it's a live555 library issue, because it looks like it's vlc
live555 demuxer job to detect such things.
In module/demux/live555.cpp -> demux() function there is "i_no_data_ti" to
detect when no data is received.
But right now, it is used only at the beginning (when p_sys->b_no_data is true),
and with my patch, it can also detect connection lost.
Moreover, without my patch, the last "else if" of the demux() function is
useless.



More information about the vlc-devel mailing list