Rafał Dzięgiel
Rafał Dzięgiel
If we are doing special playlist handling as part of Clapper APIs, it would be beneficial if we could make some sort of "expandable parser", so more custom playlist formats...
> Additionally, streams like https://jmp2.uk/sam-USBD12000038K.m3u8 [Portlandia stream channel] are treated very poorly. (...) adaptivedemux2 plugin must be installed You can use `CLAPPER_USE_PLAYBIN3=1` env to force usage of playbin3 and thus...
> cea-608 captions are still missing. I'm sure that they're there [checked with other player and stream analyzer] . Did you check with another GStreamer-based player? From the manifest, it...
> Well, guess they suggested having playlist parser on the application side. So reopening as FR. @hb0nd I have been working on this recently. WIP playlists support [here](https://github.com/Rafostar/clapper/pull/575), while work...
One more thing I want to note here. Attached example playlist does not have title in its `#EXTINF` line. Without this, unless served media have it in metadata, just URI...
Both earlier mentioned PRs are now merged. Support added via an enhancer plugin, thus closing.
If anyone wants to try/test this easily. Both are now available as an **unstable** Flatpak builds from git. Clapper Flatpak can be downloaded [here](https://github.com/Rafostar/clapper/actions/workflows/flatpak.yml?query=branch%3Amaster) and enhancers extension built from git...
Does this happen for you on Xorg or Wayland (or both)?
Default on Linux Mint is still Xorg, so I'm assuming that. Gonna need to check if I can reproduce your issue on Xorg.
**NOTE:** requires libadwaita 1.6 We cannot use libadwaita widgets in `ClapperGtk` lib in which current buffering animation is. Video widget must depend on GTK only. The existing animation can always...