Forums » Tutorial and setups »
playlist.m3u vs playlist.m3u8
Added by C M almost 2 years ago
Hi! I have two questions hopefully someone can answer. I wanted TVH segmented HLS output so I could seek streams on an Android device without remuxing them after TVH, as the clients can't seek TS streams. I concluded by trying and reading forums that it can't be done because TVH outputs to "pipe" and that's a stream without a filename and so, can't be segmented. THEN I noticed that the Michael Marley repository installed a version of TVH that outputs the playlist as m3u8 instead of m3u, as my docker image does.
If I enter the URL "http://192.168.1.2:9981/playlist" the Docker image outputs 'playlist.m3u' while the Michael Marley version outputs 'playlist.m3u8'. That got me wondering if HLS is being worked on, maybe it's already functional, or what the other differences are between Linuxserver.io Docker version of TVH and Michael Marley repo version.
1. Am I right to conclude that TVH can't output a segmented stream?
2. Why does Linuxserver.io Docker TVH output playlist.m3u while the Michael Marley repository version outputs m3u8? Are there other differences?
Thanks!
Replies (2)
RE: playlist.m3u vs playlist.m3u8 - Added by saen acro almost 2 years ago
No HLS output yet
just MPEGTS over HTTP
RTSP with SATIP
Multicast with UDP
You will seek when there is timeshift.
then situation come more complicated
RE: playlist.m3u vs playlist.m3u8 - Added by C M almost 2 years ago
'HLS-TV-channel-delay' would allow me to start a program from the beginning if I were late, right? This method couldn't be use to output segments to another client, right? I would just love for the TVH clients to get streams they could seek. Like Emby/VLC/Tivimate etc.