[vlc-devel] [vlc-commits] live555 check stream_DemuxNew succeeded
Sébastien Escudier
sebastien-devel at celeos.eu
Thu Apr 7 13:46:41 CEST 2011
On Thu, 2011-04-07 at 13:25 +0200, Sébastien Escudier wrote:
> live555 check stream_DemuxNew succeeded
There is another case I don't know how to handle, and I think this
problem can happen in other modules too.
What if stream_DemuxNew succeed (the demux thread is launched), but the
demuxer can't be created (not found for example).
In this case demux_New fails, but the access module doesn't know it.
So it sends its data with stream_DemuxSend, and no one receive them...
and it eats all system memory.
Any help on this ?
Regards,
Sébastien.
More information about the vlc-devel
mailing list