hls resume not working
If I stop the stream and restart, the m3u8 file will be overwritten, the previous file ts does not exist in the new m3u8 file. pls help me.
createHLSStream localstreamnames=testStream targetfolder=../var/evo-webroot groupName=myHLSGroup hlsResume=true
6 Answers
You can set overwriteDestination to false (true by default).
See http://docs.evostream.com/ems_api_definition/createhlsstream for more information.
createHLSStream localstreamnames=testStream targetfolder=../var/evo-webroot groupName=myHLSGroup hlsResume=true overwriteDestination=false
See http://docs.evostream.com/ems_api_definition/createhlsstream for more information.
playlist_pre_stop
playlist_after_restart Check this file, if I set overwriteDestination=false, The ts file was not created
playlist_after_restart Check this file, if I set overwriteDestination=false, The ts file was not created
Hi dung.nt!
That’s great! The hlsResume parameter uses boolean type for its value. 🙂
Thank you!
Hello dung.nt,
Would you share your working config.lua file with us?
Please change to .TXT and attach here.
Thanks