Trying to use OME in an EC2 instance but I am not able to make it work #1571
-
Hi,
Can anyone point me in the right direction please? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
The HTTP port does not lead to a web interface - it is for HLS live streams so you need to include a path to an active HLS manifest, e.g. |
Beta Was this translation helpful? Give feedback.
-
Looks like your SSL cert isn't loading. Either disable that or ensure you
have a certificate available
Also please post text instead of images, it makes debugging easier. And
please post your server.XML configuration if you need more help
…On Sat, Mar 30, 2024 at 11:42 Rotaru Ionut ***@***.***> wrote:
I tried and still connection refused from the broswer or with curl
I can stream to the OvenMediaEngine I just cant see it
image.png (view on web)
<https://github.com/AirenSoft/OvenMediaEngine/assets/6125809/377374b7-170b-4486-9aa9-d103dce34772>
image.png (view on web)
<https://github.com/AirenSoft/OvenMediaEngine/assets/6125809/0169d094-2c63-4ad7-b919-85f41bf2cb2c>
image.png (view on web)
<https://github.com/AirenSoft/OvenMediaEngine/assets/6125809/b505ed64-b5bd-40a8-9bd2-4b60600c4c84>
image.png (view on web)
<https://github.com/AirenSoft/OvenMediaEngine/assets/6125809/7d0fb91b-2661-4269-8eea-f48c7d5bd4a6>
—
Reply to this email directly, view it on GitHub
<#1571 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWP7EZIPMG4DFK7G6NDY23FNVAVCNFSM6AAAAABFPTFEIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNRQGA2TA>
.
You are receiving this because you are subscribed to this thread.Message
ID: <AirenSoft/OvenMediaEngine/repo-discussions/1571/comments/8960050@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
You might be required to have a cert to enable the TLS port which is what
it recommends for llhls in the server.xml.
Either way, are these env vars set?
{env:OME_LLHLS_STREAM_PORT:3333}</Port>
<TLSPort>${env:OME_LLHLS_STREAM_TLS_PORT:3334}
Because if not it's defaulting to ports 3333 and 3334. Which, is that
right? I haven't checked the default server.xml in a while but I'd be
surprised if webrtc and hls can be served on the same port
…On Sat, Mar 30, 2024 at 12:05 Rotaru Ionut ***@***.***> wrote:
@naanlizard <https://github.com/naanlizard>
Server.txt
<https://github.com/AirenSoft/OvenMediaEngine/files/14812555/Server.txt>
here is the server.xml file (renamed it to .txt since i can't upload .xml
files)
@bchah <https://github.com/bchah> true I currently wanted to test it
without SSL, I just wanted to try it with the default settings then to
continue with the complex configuration and add a certificate.
—
Reply to this email directly, view it on GitHub
<#1571 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWOZTOLVL3RRKJE5SOLY23IEXAVCNFSM6AAAAABFPTFEIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNRQGE4DM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
That second link is oven player, not ome
…On Sat, Mar 30, 2024 at 12:15 Rotaru Ionut ***@***.***> wrote:
when I first ran the docker container I only set the env var OME_HOST_IP
as I saw here:
https://airensoft.gitbook.io/ovenmediaengine/quick-start#run-ovenmediaengine
and also added the -p 8090:80 to be able to acces it with a browser as I
saw here:
https://airensoft.gitbook.io/ovenmediaengine/quick-start#run-ovenplayer-demo
—
Reply to this email directly, view it on GitHub
<#1571 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABV4BWIYAZG6LATCJ6AM363Y23JKRAVCNFSM6AAAAABFPTFEIGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSNRQGI2DE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
@SleepyHitman it appears your LLHLS service is running on port 3333, not 80 (unless you've declared the associated environment variable). That is likely the issue.