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

How to stream VOD playback? #602

Open
Omar-AE opened this issue Sep 25, 2023 · 0 comments
Open

How to stream VOD playback? #602

Omar-AE opened this issue Sep 25, 2023 · 0 comments

Comments

@Omar-AE
Copy link

Omar-AE commented Sep 25, 2023

I'm using ffmpeg to stream videos to a self hosted Node-Media-Server:

ffmpeg -re -safe 0 -f concat -i playback.txt -c:a copy -c:v copy -f flv rtmp://...

and playback.txt contains

file /home/user/test.mp4

and I'm watching through hls (http://.../../...m3u8).
This is live (not VOD).
I want to stream VOD HLS streams through ffmpeg.
Any idea how to do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant