I am using Wowza Streaming Engine 4.8.14+9. I have set up a Transrate ABR group with various streaming renditions (480p, 720p, 1080p etc.) according to this doc: https://www.wowza.com/docs/how-to-set-up-and-run-wowza-transcoder-for-live-streaming. I am using adaptive groups, not SMIL files.
When I enable the transcoder, I properly see the list of renditions in the “Incoming Streams” page in Wowza Engine Manager Console. However, I have renditions sizes above 1280x720 enabled it does not work. if I try to view these renditions in VLC, they do not work. I see the playlist.m3u8 and chunklist.m3u8 files seem to look ok. For example, here is a chunklist from one of my transcoded renditions:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:17
#EXT-X-MEDIA-SEQUENCE:280
#EXT-X-DISCONTINUITY-SEQUENCE:0
#EXTINF:8.333,
media_w1052203783_280.ts
#EXTINF:16.667,
media_w1052203783_281.ts
#EXTINF:8.333,
media_w1052203783_282.ts
However, when the player loads this, instead of trying to get the media_w1052203783_282.ts file, I see the player trying to get this URL:
http://192.168.1.33:1935/live_test/bunny_720p/-9.223372036854776E15,
which obviously causes an error. Something is being parsed incorrectly. The “source” stream link works. What am I doing wrong?