Hello,
I recently configured the new Wowza Streaming Engine server as per the HLS-LL instructions but the playback stops after a few seconds.
There are some interesting “destroy stream” and “disconnect” messages in the logs:
2020-10-22      20:49:05        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][a]: Add segment: id:8 type:m4s_audio a:259 start:42001 duration:6014   -     –       1280.995        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     -
2020-10-22      20:49:07        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][v]: Add segment: id:6 type:m4s_video v/k:250/1 start:41666 duration:8333     –       -       1283.556        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     –
2020-10-22      20:49:10        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][a]: Add segment: id:9 type:m4s_audio a:258 start:48015 duration:5990   -     –       1286.873        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     -
2020-10-22      20:49:15        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][v]: Add segment: id:7 type:m4s_video v/k:250/1 start:49999 duration:8333     –       -       1291.215        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     –
2020-10-22      20:49:16        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][a]: Add segment: id:10 type:m4s_audio a:259 start:54005 duration:6014  -     –       1292.873        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     -
2020-10-22      20:49:23        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][v]: Add segment: id:8 type:m4s_video v/k:250/1 start:58332 duration:8334     –       -       1299.534        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     –
2020-10-22      20:49:31        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][v]: Add segment: id:9 type:m4s_video v/k:250/1 start:66666 duration:8333     –       -       1307.895        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     –
2020-10-22      20:49:40        UTC     comment server  INFO    200     -       CmafWriterHandler.createSegmentM4S[llhls/definst/test][v]: Add segment: id:10 type:m4s_video v/k:250/1 start:74999 duration:8333    –       -       1316.281        -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -       -     –
2020-10-22      20:49:49        UTC     stop    stream  INFO    200     test    -       defaultVHost  llhls   definst       83.372  myserver.com     443     http://myserver.com:443/llhls/definst/test/playlist.m3u8      86.187.239.105  http (cupertino)        https://myserver.com/llhls/definst/test/playlist.m3u8  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15  393309379       0       5533247 2       2911041 0       5423150 test    -       -       -       -       -       http://myserver.com:443/llhls/definst/test/playlist.m3u8     http://myserver.com:443/llhls/definst/test/playlist.m3u8        -       http://myserver.com:443/llhls/definst/test/playlist.m3u8       -
2020-10-22      20:49:49        UTC     destroy stream  INFO    200     test    -       defaultVHost  llhls   definst       83.373  myserver.com     443     http://myserver.com:443/llhls/definst/test/playlist.m3u8      86.187.239.105  http (cupertino)        https://myserver.com/llhls/definst/test/playlist.m3u8  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15  393309379       0       5533247 2       2911041 0       5423150 test    -       -       -       -       -       http://myserver.com:443/llhls/definst/test/playlist.m3u8     http://myserver.com:443/llhls/definst/test/playlist.m3u8        -       http://myserver.com:443/llhls/definst/test/playlist.m3u8       -
2020-10-22      20:49:49        UTC     disconnect      cupertino       INFO    200     393309379       -       defaultVHost  llhls   definst       94.076  myserver.com     443     http://myserver.com:443/llhls/definst/test/playlist.m3u8      86.187.239.105  http (cupertino)        https://myserver.com/llhls/definst/test/playlist.m3u8  Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15  393309379       0       5533247 -       2911041 -       -       test    -       -       -       -       -       http://myserver.com:443/llhls/definst/test/playlist.m3u8      http://myserver.com:443/llhls/definst/test/playlist.m3u8       -       http://myserver.com:443/llhls/definst/test/playlist.m3u8       -
Thank you!