Replies: 10 comments
-
https://airensoft.gitbook.io/ovenmediaengine/streaming/low-latency-hls#streaming |
Beta Was this translation helpful? Give feedback.
-
Does it have to have a domain to work? |
Beta Was this translation helpful? Give feedback.
-
@Jamong435 Try this, In my case i have tried http url without hostname it work , I have played on VLC and RTMP publish from OBS http://192.168.40.110:8080/app/stream/llhls.m3u8 |
Beta Was this translation helpful? Give feedback.
-
Depending on the security policy of the browser you are using, playback may not be possible if there is no certificate. Try playing with your IP and non-tls address, if that doesn't work, check your web browser's console. Players like VLC will play just fine because they don't have such a security policy. However, since VLC does not support LLHLS yet, it will play in legacy HLS (long latency). |
Beta Was this translation helpful? Give feedback.
-
It's running on centos7. If I run ovenmediaengine , the 8080 port number won't open. Proto Recv-Q Send-Q Local Address Foreign Address State Is it okay without the 8080 port number? |
Beta Was this translation helpful? Give feedback.
-
The LLHLS port depends on your setup. https://airensoft.gitbook.io/ovenmediaengine/streaming/low-latency-hls#configuration |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, but I don't know which part to change. Is there an explanation about the file? or Can you tell me the location of the file? |
Beta Was this translation helpful? Give feedback.
-
The default port is 3333/3334 unless you have modified Server.xml. |
Beta Was this translation helpful? Give feedback.
-
Why do you try to access ports 443 and 8080? The documentation says:
so it's normal that port 8080 and 443 are not open. Is your purpose to stream on your local network or be accessible worldwide? |
Beta Was this translation helpful? Give feedback.
-
how to get hls url?
obs input value :
server : rtmp://192.168.40.110:1935/app
stream key : stream
webrtc test url :
ws://192.168.40.110:3333/app/stream [ok]
ws://192.168.40.110:3333/app/stream?transport=tcp [ok]
http://192.168.40.110:8080/app/stream/playlist.m3u8 [no]
https:/192.168.40.110:443/app/stream_o/playlist.m3u8 [no]
thank you 👍
Beta Was this translation helpful? Give feedback.
All reactions