-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the following errors occurred in the installation #10
Comments
Thank you for reporting this error. |
After checking the attached logs, I see two problems. I hope you can solve the problem with the following information.
Signalling between the browser and OME is done via WebSocket, so if you want to play a stream on an HTTPS page like OvenPlayer Demo, you must use an encrypted WebSocket called WSS. To configure TLS, you must have a domain owned by you and a TLS certificate associated with that domain. TLS certificate can be issued from various Certificate Authorities. Here, I will assume that you have already been issued. <WebRTC>
...
<Signalling>
<TLS>
<!-- certification file path for TLS servers -->
<CertPath>/path/to/crt_file/cert_file_name.crt</CertPath>
<!-- private key file path for TLS servers -->
<KeyPath>/path/to/key_file/private_key_file_name.key</KeyPath>
</TLS>
<Port>3333</Port>
</Signalling>
</WebRTC> As the SRT and TLS functions have recently been released, the related content has not yet been applied to the README, and I'm really sorry to hear about this inconvenience.
It seems that your server is already using the 1935 port. The 1935 port is very important because it is the port used to receive the RTMP input from Encoder such as OBS. If you still get a "Could not bind to [v4] 0.0.0.0:1935" error, you can terminate the process using the 1935 port or change the RTMP port by referring to the following. <Providers>
<RTMP>
<MaxConnection>10</MaxConnection>
<!-- Please change this port number to another number. And do not forget to set it on OBS. -->
<Port>1935</Port>
</RTMP>
</Providers> |
|
Hello, the following errors occurred in the installation, please advise.
####################################################
AirenSoft Make System v0.62
####################################################
[ 1/151| 0%] Preparing directories...
[ 2/151| 1%] [static] libovlibrary.a: C++ projects/base/ovlibrary/error.cpp => intermediates/DEBUG/objs/base/ovlibrary/error.o
projects/base/ovlibrary/error.cpp:10:10: fatal error: srt/srt.h: No such file or directory
#include <srt/srt.h>
^~~~~~~~~~~
compilation terminated.
core/build_objects.mk:18: recipe for target 'intermediates/DEBUG/objs/base/ovlibrary/error.o' failed
make: *** [intermediates/DEBUG/objs/base/ovlibrary/error.o] Error 1
The text was updated successfully, but these errors were encountered: