feat: YouTube URL support in custom channels + Middle East region#435
Merged
feat: YouTube URL support in custom channels + Middle East region#435
Conversation
AppImage only bundled gst-plugins-base and gst-plugins-good, missing H.264/AAC (gst-libav), x264 (plugins-ugly), AV1 (plugins-bad), and GL video sink (gst-gl). YouTube's MSE player checks codec support via MediaSource.isTypeSupported() — WebKitGTK delegates to GStreamer and reports no compatible decoders, showing "can't play this video". Add plugins-bad, plugins-ugly, gst-libav, and gst-gl to CI install so bundleMediaFramework includes them in the AppImage.
- Parse YouTube watch URLs and channel URLs in the custom channel input (watch?v=, youtu.be/, @handle URLs all supported) - Auto-resolve channel/video names via YouTube oembed proxy - Add video ID lookup endpoint to api/youtube/live.js - Return channelName from channel live detection API - Add Middle East region tab (Al Hadath, Sky News Arabia, TRT World, Iran International, CGTN Arabic) - Add BBC News and France 24 English to Europe region - Rename NASA TV to Sen Space Live - Add i18n keys (youtubeHandleOrUrl, regionMiddleEast) to all 17 locales
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
facusturla
pushed a commit
to facusturla/worldmonitor
that referenced
this pull request
Feb 27, 2026
…ala73#435) * fix(linux): bundle full GStreamer codec suite for YouTube playback AppImage only bundled gst-plugins-base and gst-plugins-good, missing H.264/AAC (gst-libav), x264 (plugins-ugly), AV1 (plugins-bad), and GL video sink (gst-gl). YouTube's MSE player checks codec support via MediaSource.isTypeSupported() — WebKitGTK delegates to GStreamer and reports no compatible decoders, showing "can't play this video". Add plugins-bad, plugins-ugly, gst-libav, and gst-gl to CI install so bundleMediaFramework includes them in the AppImage. * feat: support YouTube URLs in custom channels, add Middle East region - Parse YouTube watch URLs and channel URLs in the custom channel input (watch?v=, youtu.be/, @handle URLs all supported) - Auto-resolve channel/video names via YouTube oembed proxy - Add video ID lookup endpoint to api/youtube/live.js - Return channelName from channel live detection API - Add Middle East region tab (Al Hadath, Sky News Arabia, TRT World, Iran International, CGTN Arabic) - Add BBC News and France 24 English to Europe region - Rename NASA TV to Sen Space Live - Add i18n keys (youtubeHandleOrUrl, regionMiddleEast) to all 17 locales
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
watch?v=,youtu.be/,@HandleURLs) in addition to handlesTest plan
https://www.youtube.com/watch?v=l8PMl7tUDIEin custom channel input → resolves name, plays videohttps://www.youtube.com/@FRANCE24→ extracts handle, resolves channel name@SomeChannel→ works as before with auto-resolved name