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

HLS VOD support? #131

Closed
KudryavtsevDmitry opened this issue Mar 9, 2022 · 3 comments
Closed

HLS VOD support? #131

KudryavtsevDmitry opened this issue Mar 9, 2022 · 3 comments

Comments

@KudryavtsevDmitry
Copy link

Hello. I have several questions about features

  1. Does it support HLS VOD? If so, does it make it on-the-fly packaging (without writing/storing chunks on disk)
  2. Does it support mp4, mp3 containers?
@KudryavtsevDmitry KudryavtsevDmitry changed the title Hls vod question? Mar 9, 2022
@KudryavtsevDmitry KudryavtsevDmitry changed the title Hls vod support? Mar 9, 2022
@q191201771
Copy link
Owner

1
yes, it supports HLS VOD (and Live mode both).
yes, it supports (with or) without writing/storing chunks on disk.

2
no, not support mp3, mp4 yet.

@KudryavtsevDmitry
Copy link
Author

Do you have demo or example of config file for HLS VOD setup?

@q191201771
Copy link
Owner

example of using the default config:

push stream:

ffmpeg -re -stream_loop -1 -i /Volumes/extssd/avfile/wontcry.flv -acodec copy -vcodec copy -f flv rtmp://127.0.0.1/live/test110

play HLS VOD:

ffplay http://127.0.0.1:8080/hls/test110/record.m3u8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment