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

ask #28

Closed dhio21 closed 5 years ago

dhio21 commented 5 years ago

can i use direct mp4 url ? i mean like http://examle.com/video.mp4 .

bentasker commented 5 years ago

You should be able to, yes. I have in the past - at least for VoD.

If it's a live stream then you may instead want to fetch with something else and write into a named pipe, that way your variants should stay in sync