1.0.0-beta.5
Describe the bug
Videojs Player does not work, as in all 1.0.x beta versions Locally saved epg.xml cannot be loaded. Locally channel icons not loaded.
Desktop
- OS: LMDE6 Debian Bookworm
- iptvnator Version v1.0.0-beta.5 deb
Where does the beta save the configuration files?
Same.
-
iptvnator_1.0.0-5_amd64.AppImagejust gives me a blank white window. - Building a custom package from
iptvnator_1.0.0-5_amd64.debusing this PKGBUILD gets the app to launch, but HTML5 Video Player and VideoJS Player both fail to load any video, and it complains about failing to download epg.
Not facing any of these issues with iptvnator 0.16 release.
OS: Arch Linux
EPG not show- worked in the stable build OS: macOS 15.3.1
Where does the beta save the configuration files?
See: https://v2.tauri.app/reference/javascript/api/namespacepath/#platform-specific-3
Locally saved epg.xml cannot be loaded.
Yes, forgot about this use case. The permissions for "file://" protocol were not defined, I would add it.
Locally channel icons not loaded.
How are the icon paths defined in the playlist file? Could you provide an example please.
I realize that there are problems with beta version, tauri based build under linux, but at the moment I don't have the ability to test and develop under this OS. Emulation under macOs (M1 processor in my case) doesn't work well enough to tests and develop. If someone has a possibility to test and debug the application under linux in more detail, it would be appreciated.
Example for local icon, works in 0.16
#EXTINF:-1 tvg-name="Das Erste" group-title="ARD" tvg-logo="file:///Daten/tv_logos/daserstehd.png" tvg-id="DasErste.de",Das Erste
https://daserste-live.ard-mcdn.de/daserste/live/hls/de/master.m3u8
@4gray You should probably wait till tauri can be built against gtk-webkit-6 instead of gtk-webkit-4 to have any shot at crossdesktop compatibility, and getting it into working state overall.
There is also this error message:
** (WebKitWebProcess:153930): WARNING **: 21:01:48.961: The GStreamer FDK AAC plugin is missing, AAC playback is unlikely to work.
but gstreamer1.0-fdkaac is installed