keropag.blogg.se

How to set up a good stream using obs studio
How to set up a good stream using obs studio











how to set up a good stream using obs studio
  1. #HOW TO SET UP A GOOD STREAM USING OBS STUDIO FULL#
  2. #HOW TO SET UP A GOOD STREAM USING OBS STUDIO WINDOWS#

What this means is that your full play path for broadcasting on Twitch would be rtmp:///app/my-stream-key, where my-stream-key is your full stream key. Now you need your stream keys and the exact full path for each broadcast you intend to run.įor example, Twitch's ingest server in France is available at rtmp:///app/ and Youtube's primary ingest server is rtmp://a./live2. Quit ffplay by hitting q in its window or Ctrl+C in the command line window where you spawned it.

how to set up a good stream using obs studio

Don't worry about the high stream delay, most of it came from ffplay's buffering, RTMP should introduce about 800 ms of extra latency at worst, 100-200 ms on average.

how to set up a good stream using obs studio

Since I'm watching my own stream, I see a video feedback effect. Example command:įfplay -i rtmp://localhost:1935/live/stream

#HOW TO SET UP A GOOD STREAM USING OBS STUDIO WINDOWS#

The one I recommend personally for Windows is MonaServer, as it's relatively painless to set up - just extract and run.Įxtract it, then launch MonaServer.exe from the command line. The general idea is as follows: host a RTMP server on your PC, stream to that server, then use FFmpeg to copy the stream to as many streaming platforms as you need to, with or without reencoding. If you need help for your specific setup, ping Nakajima Megumi#7432 in the obsproject support Discord. Also, some of the more complicated setups might require a good understanding of command-line FFmpeg. But if you need FFmpeg filters, or you need to output at different frame rates, keep reading.īefore you read, please note that this is only useful if a third party service like doesn't suit your needs. UPD : Now that the amazing SoraYuki published their obs-multi-rtmp plugin, you probably don't need this guide anymore, as the plugin is a lot easier to use.













How to set up a good stream using obs studio