Hello,
I installed the MacOS version of Wowza streaming engine (4.7.7 on macOS Mojave 10.14.3) with a free developer license.
I try to achieve a simple test, stream an IP camera via the Test player… I can view the stream via VLC over RTSP/RTP directly connected to the camera but did not succeed with wowza.I configured the Stream Files and connected the stream which is marked as Active.
When I try to view the stream the request to http://localhost:1935/live/paris.stream/manifest.mpd returns a 404 after a 12sec timeout
Server log : WARN server comment - HTTPStreamerAdapterMPEGDashStreamer.service: Request timeout: 12000
Client side I have an error about CORS, the response do not contains CORS header although CORS are default enabled for the live app.
curl -vs http://localhost:1935/live/paris.stream/manifest.mpd
Trying 127.0.0.1...
TCP_NODELAY set
Connected to localhost (127.0.0.1) port 1935 (#0)
GET /live/paris.stream/manifest.mpd HTTP/1.1
Host: localhost:1935
User-Agent: curl/7.54.0
Accept: */*
HTTP/1.1 404 Not Found
Accept-Ranges: bytes
Server: WowzaStreamingEngine/4.7.7
Content-Length: 0
Connection #0 to host localhost left intact
Why is my stream not found ? Is juste the URL malformed ? I struggled during two days trying to make it work, please help !