mybirer
New Member
Hi,
I want to implement stream authentication & rest api authentication. But I can't do that.
For Rest api authentication, I configured flashphoner.properties file and inserted this line:
I also accessed CLI and created user.
I got 404 error for this link: GET
I got 401 error for this link: POST
I added http authentication like this but still couldn't access.
I also want to secure streaming authentication. But I don't know how can I do that. I looked documentation but couldn't do that. I used to implement authentication for RTMP on Wowza. At Wowza, I was create username and password from dashboard. While making connection I was enter username and password on stream settings. Is there any option like this on flashphoner?
Thanks.
I want to implement stream authentication & rest api authentication. But I can't do that.
For Rest api authentication, I configured flashphoner.properties file and inserted this line:
Code:
disable_rest_auth = false
I got 404 error for this link: GET
Code:
https://xxxxxxxxxxxxxxxx.com:8888/rest-api/stream/find_all
Code:
https://xxxxxxxxxxxxxxxx.com:8888/rest-api/stream/terminate
Code:
https://user:password@xxxxxxxxxxxxxxxx.com:8888/rest-api/stream/find_all
Thanks.