Skip to content
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

Streaming in a HTML5 video player #504

Open
goodtube4u opened this issue May 19, 2024 · 0 comments
Open

Streaming in a HTML5 video player #504

goodtube4u opened this issue May 19, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@goodtube4u
Copy link

goodtube4u commented May 19, 2024

describe the feature you'd like to see
Would be really awesome if we could somehow stream these videos in a HTML5 video element!
Currently I can access the stream URL via the /api/json/ endpoint. However, if I then add that as the src of a video element, seeking does not work at all (even once the video has finished / downloaded fully).

Not sure if this is possible already? So far I can't work it out unfortunately. Any advice here would be greatly appreciated.

describe alternatives you've considered
I've tried HLS streaming and HTTP streaming plugins for one of the most common video players - Video JS.
However these need a .m3u8 playlist file - which currently isn't being returned by the API.
I think these can easily be generated by FFMPEG, any chance of generating and passing them as part of the JSON data returned from the /api/json api endpoint?

additional context
image

@goodtube4u goodtube4u added the feature request New feature or request label May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant