lemonRequiem
New Member
Hey all, recently I have been following this guide:
https://obsproject.com/forum/resour...o-multiple-platforms-or-channels-at-once.932/
And everything within it seems to work alright, but I have an issue where trying to stream to Facebook using FFmpeg it does not work at all. Here is the cmd window from after I launch using this code:
At this point the cmd window freezes and I cannot hit any buttons or hit q or ? where normally it would on the very next line show bitrate and stream uptime etc. When trying to work with Twitch however the above command works perfectly fine and I have no issues. I am not sure where to proceed from this point. Thanks.
https://obsproject.com/forum/resour...o-multiple-platforms-or-channels-at-once.932/
And everything within it seems to work alright, but I have an issue where trying to stream to Facebook using FFmpeg it does not work at all. Here is the cmd window from after I launch using this code:
Code:
ffmpeg -i rtmp://localhost:1935/live/stream -c:v copy -c:a copy -f flv "rtmps://live-api-s.facebook.com:443/rtmp/key"
At this point the cmd window freezes and I cannot hit any buttons or hit q or ? where normally it would on the very next line show bitrate and stream uptime etc. When trying to work with Twitch however the above command works perfectly fine and I have no issues. I am not sure where to proceed from this point. Thanks.