Hi everybody,
I have a question. I have 2 wowza software. What could be the reason why REST API works on one and not the other? When connecting my streaming files it also gives an error that the stream file is not found.
Not Working REST API Server Features
Wowza Streaming Engine Version
4.8.12+1 (build 20210419174623)
Wowza Streaming Engine Manager Version
4.8.12+1 (build 20210419174623)
Working REST API Server Features
Wowza Streaming Engine Version
4.8.0 (build 20200213142111)
Wowza Streaming Engine Manager Version
4.8.0 (build 20200213142111)
Request:
curl -X GET \
--digest -u "user:passwd" \
-H "Accept:application/json; charset=utf-8" \
-H "Content-Type:application/json; charset=utf-8" \
http://localhost:8087/v2/servers/_defaultServer_/vhosts/_defaultVHost_/applications/live/streamfiles
Response:
{"message":"The server has not found anything matching the request URI","success":false,"wowzaServer":"4.8.12+1","code":"404"}