euzu
euzu
Yes we can reopen this issue. I will try to figure out why it is not working anymore. I know it worked.
@pletexier and @jojo141185 i have pushed changes to the branch [reconnect_stream](https://github.com/euzu/m3u-filter/tree/feature/reconnect_stream) which includes following changes for reverse proxy mode - stream reconnect and buffering - Seeking It would be nice...
I have done some tests and live tv is working with all clients, but vod is working only on some clients. I will try to figure out the reason.
@jojo141185 i have oushed some changes to the `reconnect_stream` branch. I have tested now with different iptv players, streaming and seeking works. I have tested with VLC, vlc plays the...
@jojo141185 the seeking works with range headers. each time you go forward or backward the client sends a new request with range. m3u filter forwards this request.
@jojo141185 the implementation is in src/api/model/buffered_stream.rs. You can see there how it is implemented. improvment ideas are welcome.
@jojo141185 i have pushed some changes because some clients do not work if you dont send 206 for partial content. I have tested now seeking with mobile phone, tv, docker...
@jojo141185 The client initiates a new request for each seek operation. This can involve opening a new connection or reusing the existing connection if Connection: keep-alive is supported between the...
@jojo141185 how do you use vlc for xt api ? or m3u playlist, when i enter the url it plays the first stream, i cant choose any channel? I have...
@jojo141185 i have tested with vlc and your public video list, i could seek in all videos, i had no problems. Could you name the url which makes problems ?