Is it possible to do HLS with an Apache web server? Would it be enough to “put here the playlist with data chunks”? Is it that simple? Or is there some module, which can be used for that purpose?
Thanks a lot for the reply
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it’s sufficient to merely have the m3u8 and segmented ts files available. The benefit of HLS is that it is bog simple HTTP.
It’s possible that you’ll have to setup the mime types in Apache, but it’s probably correct by default.