Replies: 1 comment
-
|
RTMP is not a HTTP-based protocol and therefore cannot be proxied with a HTTP reverse proxy. Instructions on how read streams with HLS are in the README: https://github.com/bluenviron/mediamtx?tab=readme-ov-file#hls In particular, there's no need to add a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
``Hello, im using Caddy webserver & mediamtx to create a RTMP and a HLS server, I want to stream from Obs to my RTMP server, then deliver a HLS url to read the stream (im planning to add it in a react-native application)
I changed the hlsVariant to "mpegts" to generate .ts files, but I cannot find any m3u8 file and any parameter to create it
here is my mediamtx config
and here is my Caddyfile configuration for the url
I can actually stream to
rtmp://live.domain.tld/livewithout any problemand I can also read the stream from
rtmp://live.domain.tld/livewithout any problembut when im trying to tead the stream from
https://live.domain.tld/rtmp/stream-key(to use my reverse_proxy)mediamtx return me "invalid rtmp version (71)"
i actually just want a way to read the stream from a m3u8 file to use it in my app
Beta Was this translation helpful? Give feedback.
All reactions