Answer for evosteam -RHEL 6.4 Video streaming in http
Hi, Yes. The term is not pull. The EMS would automatically create HLS or HDS for any stream of EMS. The output is a created HLS / HDS playlist that you can use on http. You need to change this part:
--[[
autoHLS=
{
targetFolder= "../media",
},
autoHDS=
{
targetFolder= "../media",
},
]]--
To this
autoHLS=
{
targetFolder= "C:\xampp\htdocs\hls",
},
autoHDS=
{
targetFolder= "C:\xampp\htdocs\hls",
},
Someone wrote: Remove the –[[ and ]]– Also targetFolder= "C:\xampp\htdocs\hls" is the Document Root of your Apache server. Please find out what is the Document Root for the Web Server you are using.If you are still having trouble setting up your Evostream Media Server, may I recommend you purchase our technical support for a complete assistance. Hope this helps, Regards, Toni
toni
Evostream Staff