iptvnator icon indicating copy to clipboard operation
iptvnator copied to clipboard

1.0.0-beta.5

Open Axel-Erfurt opened this issue 11 months ago • 6 comments

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?

Axel-Erfurt avatar Mar 12 '25 16:03 Axel-Erfurt

Same.

  • iptvnator_1.0.0-5_amd64.AppImage just gives me a blank white window.
  • Building a custom package from iptvnator_1.0.0-5_amd64.deb using 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

EccTM avatar Mar 13 '25 00:03 EccTM

EPG not show- worked in the stable build OS: macOS 15.3.1

olivergiangvu avatar Mar 14 '25 09:03 olivergiangvu

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.

4gray avatar Mar 28 '25 20:03 4gray

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

Axel-Erfurt avatar Mar 28 '25 21:03 Axel-Erfurt

@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.

zkvsky avatar Mar 29 '25 00:03 zkvsky

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

Axel-Erfurt avatar Apr 07 '25 19:04 Axel-Erfurt