-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: support m3u playlists #476
Comments
This seems to be a normal HLS master playlist manifest, ergo should be working as-is. What is the error you are getting? |
This seems like a You can try playing it with your local GStreamer installation via to check if same problem happens: gst-play-1.0 URI/FILE Ideally, this should be confirmed whether the same problem still occurs in latest GStreamer version (1.24) and it does, reported upstream. |
can confirm the same issue happens:
will report upstream, thanks :) |
Well, guess they suggested having playlist parser on the application side. So reopening as FR. |
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 can be handled too. A common request is for supporting YT playlist URIs. Some rough/early ideas for this, so I will not forget:
|
Additionally, streams like
|
You can use |
VTT subs show up now, but cea-608 captions are still missing. I'm sure that they're there [checked with other player and stream analyzer] . Any idea how to fix this? |
Also, opening m3u file [master playlist with hls streams] still doesn't work. Clapper complains that it's a text file. |
Did you check with another GStreamer-based player? From the manifest, it seems these are So the "fix" would be implementing them in GStreamer, then they should show up and "just work" in Clapper.
This issue/feature request is still open after all. |
It's a funny situation, because ffmpeg [via mpv for example] supports eia in adaptive hls, but not vtt, and with gstreamer it's the other way around 😅 |
stremio web allows to use an external player via an m3u playlist, which contains URLs to videos.
it'd be nice to support m3us to watch these streams via clapper.
https://web.stremio.com (enable external m3u player in settings)
example attached (remove .txt)
playlist.m3u.txt
The text was updated successfully, but these errors were encountered: