How to deploy inside Portainer or in a containerized environment with SSL #1666
-
Beta Was this translation helpful? Give feedback.
Answered by
getroot
Jul 22, 2024
Replies: 3 comments 18 replies
-
There will be a hint in the log. If you upload the log file and the entire Server.xml, I will check it. |
Beta Was this translation helpful? Give feedback.
9 replies
-
My next guess is the docker container's ports are not accessible for
whatever reason. Can you post your docker run command or compose file
…On Sun, Jul 21, 2024 at 06:13 antonymarion ***@***.***> wrote:
When I start streaming it seems ok from the log I get from the docker
container:
image.png (view on web)
<https://github.com/user-attachments/assets/3288ee4a-c860-4027-a080-1b9249a42d6a>
But I am unable then to target the stream using wss:
image.png (view on web)
<https://github.com/user-attachments/assets/f2509370-1898-480b-aeaf-41fe7c637eda>
—
Reply to this email directly, view it on GitHub
<#1666 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWPDF7YNN3EDUI7QAGDZNOCS7AVCNFSM6AAAAABLCL6R3OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJQGYYTANQ>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
3 replies
-
What does the OME log show?
…On Sun, Jul 21, 2024 at 5:45 PM antonymarion ***@***.***> wrote:
Well, I added 3334 port binding between host and container (inside
portainer conf.) and now I am getting the following console log on our
https player:
image.png (view on web)
<https://github.com/user-attachments/assets/a2a40ace-82f7-414f-839c-4797abf6d496>
—
Reply to this email directly, view it on GitHub
<#1666 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWMVL3LGGCFMDGBXNITZNQTYVAVCNFSM6AAAAABLCL6R3OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJQHA3TQNA>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If OME_HOST_IP is not set at all, it will work with the default setting, but in the above case, it will act as if Your.HOST.IP.Address is a domain, which may cause an error. In the case of default, OME will get all IPs from the NIC, use STUN to get IPs, and use all of them as candidates. In this case, the initial connection may be slightly slower because the Player will try all the candidates provided. This is also necessary because in cases like AWS, the public IP is not known inside the instance and Stun used by OME may not work. That's why we recommend OME_HOST_IP.