Page 1 of 1

Http streaming skip chapters

Posted: 06 Jul 2017 18:10
by bunjee
I'm using libVLC to stream from a custom HTTP server that accepts ranged requests.

When opening the stream libVLC requests a bunch of pieces related to "chapters titles".

Is there a way to prevent that and ensuring that it requests buffers continuously ?

Re: Http streaming skip chapters

Posted: 06 Jul 2017 18:30
by RĂ©mi Denis-Courmont
Use a file format that does not require seeking to play.

Re: Http streaming skip chapters

Posted: 07 Jul 2017 15:07
by bunjee
I could do that, but I want to keep seeking functional.

As far as I can tell the only way is to return an empty buffer when VLC requests something out of range.

Re: Http streaming skip chapters

Posted: 18 Aug 2017 10:47
by bunjee
Just waking up this topic to ask another question,

Is there an option for VLC to avoid parsing chapter titles ?

Re: Http streaming skip chapters

Posted: 25 Aug 2017 10:41
by Jean-Baptiste Kempf
I'm not sure that even makes sense.