Axel Schneider
Axel Schneider
Media cloud not be loaded, either becuase the network failed or because the format is not supported.
What is it? mp4, m3u8, ts ... ?
Maybe just a Windows problem? The error does not occur in Linux.
What is your Mint Version? I have 20.3 xfce and it works fine.
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.
Show some lines of your playlist.
Astronica,hypnotix are using mpv, iptvnator uses videojs or html5 and works fine on my Mint 20.1. You may be missing some codecs.
In iptvnator use **Open DevTools** from the help menu or start iptvnator from terminal to see messages.
maybe a problem with your EPG file ?
I can press pause and it will continue playing from that point. So it already seems to be working.
I've made a test in Linux with PyQt6, this works. In PyQt6 you must use **app.exec()** not _app.exec_()_ ```python import os #os.add_dll_directory(os.getcwd()) import mpv from PyQt6.QtWidgets import * from PyQt6.QtCore...