MultipleStream- for Dual Language

Gohst

New Member
Hello guys,

is there a feature coming up that we can set up multiple streams to a Server?

It would be a great feautre!
 

pkv

Developer
It all depends on the server. if it supports mpegts ingest, you can use obs > settings > ffmpeg custom output > output to URL.
There are tricks to make multilingual streams using an nginx server for instance using surround soudn and splitting the streams at server level.
Check obs wiki section on Surround sound where I 've explained how to achieve that and give example scripts.
 

Gohst

New Member
Hello pkv,

thank you for you reply.

Sorry for the late answer was on leave.

Thanks you for the NGIX Solution I will take a look this weekend into it.

I thinked that there woudl be a possibilty to not Open 2 instances of OBS to to make an Multistream.


For Example:
With wirecast I can stream without problems an Dual Language stream.

Is there an Plugin for OBS?
 

pkv

Developer
with obs you can stream up to 6 audio tracks if you use mpegts container; no plugin required. You just need to have the server backend for mpegts ingestion ...
 

Gohst

New Member
Hi pkv,

yeah but this is related to only one Streaming destination.

I must be able to Split the Streams in this

Video+Audio_1= rtmp://server01_Stream_1
Audio_2= rtmp://Server01_Stream_2
 

pkv

Developer
then you need the backend at the ingest server in order to do that. You can check obs wiki (surround sound section) where I explain how to do that with an nginx server with rtmp plugin + ffmpeg.
 
Top