Hello,
I am having some issues making requests to the Wowza Streaming Engine REST API for connecting to a stream. Using this URL:
http://localhost:8087/v2/servers/defaultServer/vhosts/_defaultVHost/applications/test/streamfiles/test1/actions/connect?connectAppName=public&appInstance=definst&mediaCasterType=rtp
I get the error: 404 Unknown action: connect
I am making these requests via a Java app, not curl. All other REST requests I have implemented so far have worked: add stream, delete stream, start recording, stop recording. However, when adding a stream, it will not add the URI of the stream file via REST for some reason.
Has anyone run into this issue? I am using this version:
Wowza Streaming Engine 4 Developer Edition (Expires: Oct 17, 2016) 4.4.1 build17882
Thank you!