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? #204

Open
KudryavtsevDmitry opened this issue Mar 9, 2022 · 5 comments
Open

HLS VOD support? #204

KudryavtsevDmitry opened this issue Mar 9, 2022 · 5 comments

Comments

@KudryavtsevDmitry
Copy link

KudryavtsevDmitry commented Mar 9, 2022

Hello. I have several questions about features

Does it support HLS VOD? If so, does it make it on-the-fly packaging (without writing/storing chunks on disk)

@Gwestone
Copy link

Yes, it was already implemented this way.

@KudryavtsevDmitry
Copy link
Author

Do you have examples and/or documentation with description of how to setup hls vod from flv/ts files?

@Gwestone
Copy link

Gwestone commented Mar 16, 2022

I mean it doesn't save files on disk, convert RTMP to HLS on the fly, by default. If you need to save chunks on disk use Nginx RTMP plugin

@KudryavtsevDmitry
Copy link
Author

KudryavtsevDmitry commented Mar 17, 2022

I'm not about RTMP to HLS. I'm about flv, ts files to HLS VOD (video-on-demand). Let say we put some sample.ts file somewhere in a directory. Then we start livego server, and we can play HLS VOD (video-on-demand) through url like this HLS:http://127.0.0.1:7002/{appname}/sample.m3u8 is it possbile/supported? If yes, how to setup this?

@Gwestone
Copy link

If I understand you, do you need some directory with ts and m3u8 files to be served to the internet? Then you need to just set up a file server that will serve files from disk to internet, it can be done with plain Nginx: https://docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/

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

2 participants