Hi,
I setup wowza origin - edge pull for live streaming. I have configured wowza with the following:
Origin
-
Application Type: Live
-
Playback Types: MPEG-DASH, Apple HLS and Adobe RTMP
-
Options: Low-latency stream (ideal for chat applications) and Cross-origin resource sharing (CORS) (for HTTP-based streams)
-
Edge
-
Application Type: Live Edge
-
Playback Types: MPEG-DASH, Apple HLS and Adobe RTMP
-
Options: Low-latency stream (ideal for chat applications) and Cross-origin resource sharing (CORS) (for HTTP-based streams)
-
Primary Origin URL: wowz://origin:1935/originapp
-
Input stream is RTMP stream published to originapp rtmp://origin:1935/originapp/test. It outputs on the edge side:
-
RTMP rtmp://edge:1935/edgeapp/test
-
MPEG-DASH http://edge/edgeapp/test/manifest.mpd
-
RTMP and HLS streams on the edge are working. But MPEG-DASH output give HTTP 404 at the first request attempt. First attempt also takes about 11-12 seconds to get reply from wowza. I wonder if there is any config to avoid 404 response for MPEG-DASH when the stream is fresh (not pulled) on the edge and how to improve the delay 11-12 seconds. I think HLS repeater has similar mechanism with DASH right? But the problem doesn’t happen with HLS.
Thanks,
Irwan