#EXT-X-TARGETDURATIO17 – missing characters
So I do the following steps:
1: I send a stream to the server with Open Boradcasting Software with the name “912410”
2: It triggers the event “inStreamCreated” where I create the HLS with the following parameters:
localStreamNames=912410
targetFolder=/var/www/media/hls (webconfig.lua: webRootFolder=”/var/www/media/hls”)
groupName=auto_912410
keepAlive=0
hlsResume=1
this creates the following structure:
/var/www/media/hls/auto_912410/
/var/www/media/hls/auto_912410/playlist.m3u8 <- master playlist
/var/www/media/hls/auto_912410/912410/
3. I stop the source stream: the hls config will be removed automatically.
4: repeat from step 1, and the first time you repeat, happens the file corruption.
On restart the HLS I meant that the config is removed automatically when I stop the source stream and when I start it again then in the inStreamCreated event I start the HLS again with the same parameters which with I’ve started before.
Thank you for your help!