bentasker / HLS-Stream-Creator

Simple Bash Script to take a media file, segment it and create an M3U8 playlist for serving using HLS
BSD 3-Clause "New" or "Revised" License
273 stars 101 forks source link

How make stream with HLS URL? #32

Closed yusufusta closed 3 years ago

yusufusta commented 5 years ago

I have a question. Can i make stream with HLS URL?

bentasker commented 5 years ago

Depends on what you mean? Please clarify a little on what you're trying to do?

If you mean can the scripts output be served via HTTP(S) then all you need to do is have it write out into a directory that's served by a webserver (e.g. NGinx/Apache).