Hi,
We have found the same problem two times related with name groups (ngrp).
The problem is that we define one ngrp, named ‘pc’. Then one day, this ngrp stops working and we can only solve the problem by copying this ngrp with the same qualities but of course diferent name.
NGRP: pc → it doesn’t works
${SourceStreamName}_pc
750
750
false
false
500
500
false
false
300
300
false
false
NGRP: aa (copy&paste from ‘pc’) → it works
${SourceStreamName}_aa
750
750
false
false
500
500
false
false
300
300
false
false
This is the response we have by accessing to ‘pc’ NGRP:
curl http://sstream03.dtvc.local:1935/int/ngrp:tv3_pc/playlist.m3u8?DVR
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:BANDWIDTH=817152,CODECS=“avc1.77.31,mp4a.40.2”,RESOLUTION=640x360
chunklist_b817152_DVR.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=549152,CODECS=“avc1.77.30,mp4a.40.2”,RESOLUTION=640x360
chunklist_b549152_DVR.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=349152,CODECS=“avc1.77.21,mp4a.40.2”,RESOLUTION=320x180
chunklist_b349152_DVR.m3u8
curl -v http://sstream03.dtvc.local:1935/int/ngrp:tv3_pc/chunklist_b817152_DVR.m3u8
-
About to connect() to sstream03.dtvc.local port 1935 (#0)
-
Trying 10.111.0.73… connected
-
Connected to sstream03.dtvc.local (10.111.0.73) port 1935 (#0)
GET /int/ngrp:tv3_pc/chunklist_b817152_DVR.m3u8 HTTP/1.1
User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.15.3 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Host: sstream03.dtvc.local:1935
Accept: /
< HTTP/1.1 404 Not Found
< Accept-Ranges: bytes
< Server: WowzaStreamingEngine/4.0.6
< Content-Length: 0
<
-
Connection #0 to host sstream03.dtvc.local left intact
-
Closing connection #0
Thanks.
Toni