iptvnator icon indicating copy to clipboard operation
iptvnator copied to clipboard

Can't play streams when in 'output=ts' links?

Open BliNDF123 opened this issue 4 years ago • 7 comments

I downloaded IPTVNator and was not getting any channels loading, came here and saw other users were having the same issue. As I mentioned in another post I tried changing the output type on my link from 'output=ts' which doesn't work at all it seems, to 'output=m3u8' that works for the most part, but sometimes some channels will just have audio, when that happens I seem to create a new bug sometimes have have a channel start coming up over and over on other channels I switch to. For the no video issue, are there codecs I need to have installed?

BliNDF123 avatar Jun 18 '21 01:06 BliNDF123

Yes, sometimes there is a problem when additional additions are appended after m3u8.

for example, I had

https://rbblive-lh.akamaihd.net/i/rbb_brandenburg@349369/index_3_av-p.m3u8?sd=4&set-segment-duration=responsive&rebase=on

I shortened it

https://rbblive-lh.akamaihd.net/i/rbb_brandenburg@349369/index_3_av-p.m3u8

and it loads.

Axel-Erfurt avatar Jun 18 '21 13:06 Axel-Erfurt

Yes, sometimes there is a problem when additional additions are appended after m3u8.

for example, I had

https://rbblive-lh.akamaihd.net/i/rbb_brandenburg@349369/index_3_av-p.m3u8?sd=4&set-segment-duration=responsive&rebase=on

I shortened it

https://rbblive-lh.akamaihd.net/i/rbb_brandenburg@349369/index_3_av-p.m3u8

and it loads.

Hmmm, this is different. I see what you're saying, but I mean if it's not .m3u8, it's .ts instead, then it doesn't work. And even some .m3u8 will sometimes only give me audio.

BliNDF123 avatar Jun 23 '21 01:06 BliNDF123

@BliNDF123 Since the player is based on hls.js library, could you check please if one of the streams from your playlist works on the hls demo page - https://hls-js.netlify.app/demo/

4gray avatar Jun 23 '21 08:06 4gray

@BliNDF123 Since the player is based on hls.js library, could you check please if one of the streams from your playlist works on the hls demo page - https://hls-js.netlify.app/demo/

Doesn't work if the link ends with a .ts for an extension, only .m3u8

BliNDF123 avatar Jun 30 '21 23:06 BliNDF123

@4gray It's becoming apparent to me that hls.js lacks the ability to play a variety of IPTV stream types (e.g. streams ending with .ts) compared to VLC or MPV. Ultimately, I fear this limitation will inhibit the adoption of IPTVnator by users, and lead to more issues being reported here. So, I'm wondering... How difficult would it be to for IPTVnator to shift from hls.js to MPV? I love the GUI and features of IPTVnator and would love to see it paired with the playback versatility of MPV. https://mpv.io/ https://github.com/mpv-player/mpv

what-a avatar Dec 07 '21 05:12 what-a

@what-a Thanks for the links. If I understand correctly, mpv is a separate player/application, not a library. So I don't see how this project can be integrated in iptvnator/electron app. The only thing I can imagine is a function which when clicking on a channel will ask which player to open (like open with on Android), but I'm not sure how necessary and possible this is.

4gray avatar Jan 25 '22 12:01 4gray

Request Head Hi , please can u help me tô make my Channel link I got that Request head http://199.27.60.240:2030/streams/340_.m3u8 GET /streams/340_.m3u8 HTTP/1.1 X-IPTV-TOKEN: V9KEnCH-nM7ZvmbIP-4ZLkfLtalWt1uIX1fYkx-dUuURNQAWMrOVU3ytBAQewwcuDH_2bBJFPZ0aSBSYvRQvUtbY9nleddMN3ocI User-Agent: 44644hs556622djakdahdhad Accept-Encoding: gzip Host: 199.127.60.230:2030 Connection: Keep-Alive

Response Head

HTTP/1.1 200 OK Server: nginx Date: Mon, 25 Apr 2022 03:30:30 GMT Content-Type: application/vnd.apple.mpegurl Content-Length: 279 Connection: keep-alive Last-Modified: Mon, 25 Apr 2022 03:30:22 GMT ETag: "626615ce-117" Access-Control-Allow-Origin: * Access-Control-Allow-Methods: GET, POST, OPTIONS Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range Accept-Ranges: bytes

X0022000 avatar Apr 27 '22 02:04 X0022000

hi. I have Iptvnator 0.13.0.exe installed in my laptop, but I'm unable to play m3u8 file through Iptvnator. neither playlist nor m3u8 text are being played. but same m3u8 file is playing in vlc media player, so I know there is not any issue in my playlist. how to fix it?

Vinay-Ban avatar Apr 27 '23 22:04 Vinay-Ban

files which are being played in vlc, are not playing in Iptvnator, and the files which are being played in Iptvnator, are not playing in vlc. both m3u and m3u8.

Vinay-Ban avatar Apr 27 '23 22:04 Vinay-Ban

Hopefully the integration of mpv and vlc player should solve these issues.

4gray avatar Nov 05 '23 10:11 4gray