Answer for evosteam -RHEL 6.4 Video streaming in http
Hi, There is no longer a config file evohttp.lua. This is automatically configured by apache when evostream media server is successfully installed. Please make sure that the live stream you mentioned has been pushed to evostream. Another configuration you can do is enable the autoHLS on the config.lua and make sure to point it on the webroot folder of your web server.autoHLS=
{
targetFolder= "C:\xampp\htdocs\hls"",
},
After autoHLS creates the HLS, access the playlist using a vlc by going to the url provided
example:
http://127.0.0.1/hls/autoHLS/four/four.m3u8
where four is the stream name
Hope this helps,
Regards,
Toni
toni
Evostream Staff