Web Socket is closed the connection was closed abnormally (Error 1006) | Invalid parse status: 400 #1183
Answered
by
PanterSoft
PanterSoft
asked this question in
Help
-
Hello, I am trying to stream my webcam via the WebRTC Input (Beta) but I get the Error
When I stream to the OvenPlayer Demo everything works fine but when I try with my own instance then I get the error. Here is my Ovenmediaengine Logfile: Here is my Server Config file: |
Beta Was this translation helpful? Give feedback.
Answered by
PanterSoft
Apr 11, 2023
Replies: 1 comment 4 replies
-
Your secure websocket port is 3334. But you might try to connect 3333 port with wss. try to connect wss://host:3334/app/stream |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@naanlizard In the "Ovenplayer Demo Input Beta" only wss is allowed so I connect via that. The port which I am using is 3334
@getroot okay, actually I don't know exactly If I have a private certificate but I will check that
I found that in the latest Logfile:
Is this error related with a private certificate ? If yes how can I create a public certificate which will be accepted by my browser ? can you give me a small push in the right direction ?
Edit:
I got it fixed. I just have used the wr…