'/rtc/v1/play/' error while pulling streams with webrtc #202
Unanswered
toluckykoi
asked this question in
Q&A
Replies: 1 comment
-
Modify the http_api address in the srs.release.conf file from 127.0.0.1:1985 to 1985.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
'/rtc/v1/play/' error while pulling streams with webrtc
Version
Use registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:5 this images
To Reproduce




Steps to reproduce the behavior:
When I use WebRTC to embed my webpage for streaming, I find that the video cannot be played normally. The webpage background shows that the request "http://192.168.219.133:1985/rtc/v1/play/" has an error
My docker also opened the corresponding port and the firewall was closed
I tried to make a request through the API tool, but found that I couldn't make a request either.
Later I found that oryx's API has a reverse proxy. I tried to use the reverse proxy URL to make a request and found that I could request
The 1985 port on oryx does not work, why?
Beta Was this translation helpful? Give feedback.
All reactions