Open
Conversation
- utils/nebula.py: calls the CF Worker to get authenticated HLS stream URLs - utils/thumbnail.py: adds Nebula generation/retrieval, refactors shared helpers (file paths, redis keys, FFmpeg extraction) to support both YouTube and Nebula via nebula=True keyword argument - app.py: adds /api/v1/getNebulaThumbnail endpoint - utils/config.py: adds nebula_worker_url and nebula_worker_auth_secret - config.yaml.example: documents nebula config options - tests/test_nebula_thumbnail.py: yt-dlp based integration tests
Author
|
I created a Cloudflare Worker that runs on 'https://nebula-thumbnail-worker.anoim.workers.dev/'. It could be used for the project as the default Nebula Worker. I already have a lifetime Nebula subscription, so it is not an issue for me to keep it running. |
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.
Adds support for generating and serving thumbnails for Nebula TV videos.
Since Nebula requires authentication to access video streams, I created a Cloudflare Worker to act as a proxy, handling authentication and returning a signed HLS URL. The server then uses this URL to extract the requested frame using ffmpeg.
This is related to these pull requests
ajayyy/SponsorBlockServer#625
ajayyy/ExtensionTranslations#111
ajayyy/DeArrow#462