Obs re-stream help #4064
Unanswered
chacinpradaj
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I tried to set it up with an incoming Obs rtmp stream
Obs connect using rtmp://192.168.1.12 streamkey:obs and it successfully connects
It is not hosted on the same computer as Obs
here is my config, I merge different solutions according to discussion and the readme.
paths:
mypath:
source: rtmp://127.0.0.1:5000/obs
runOnReadyRestart: true
runOnReady: sh -c "ffmpeg -i rtmp://127.0.0.1:5000/obs -c copy -f flv rtmp://a.rtmp.youtube.com/live2/youtube-key
ffmpeg -i rtmp://127.0.0.1:5000/obs -c copy -f flv rtmp://ber.contribute.live-video.net/app/live_1219968844_key
ffmpeg -i rtmp://127.0.0.1:5000/obs -c copy -f flv rtmps://live-api-s.facebook.com:443/rtmp/FACEBOOK_STREAM_KEY & wait"
any help is welcome, and if I missed anything on the readme let me know.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions