vMix Forums
»
General
»
Feature Requests
»
independent start/ stop on multistreaming module
Rank: Advanced Member
Groups: Registered
Joined: 8/2/2013(UTC) Posts: 1,072 Location: Fairhope, Alabama USA Thanks: 553 times Was thanked: 200 time(s) in 166 post(s)
|
|
1 user thanked sinc747 for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 6/4/2014(UTC) Posts: 81 Location: USA Thanks: 40 times Was thanked: 9 time(s) in 9 post(s)
|
|
1 user thanked Video Dave for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/7/2012(UTC) Posts: 503 Location: The Netherlands Thanks: 9 times Was thanked: 45 time(s) in 39 post(s)
|
i usually use a seperate vmix machine for streaming and two if i stream to two different platforms. this way i have full control over the stream and can sent seperate messages out in banner or overlay. if one fails it does not influence the other.
but in general i support the idea to be able to control seperate instances independantly. also on the outputs like streams. just imagine you would have to restart vmix if one of the inputs fails...
so +1 on this one. stefan
|
1 user thanked h2video.nl for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/14/2015(UTC) Posts: 147 Location: Hungary
Thanks: 38 times Was thanked: 24 time(s) in 20 post(s)
|
|
1 user thanked pba for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/9/2014(UTC) Posts: 105 Location: Copenhagen, Denmark Thanks: 22 times Was thanked: 16 time(s) in 15 post(s)
|
|
1 user thanked Lennart for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 2/23/2017(UTC) Posts: 5 Location: USA - TX
Was thanked: 1 time(s) in 1 post(s)
|
+1 having this as a tool in Vmix would same us a few steps.
|
1 user thanked Bill-TX for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 11/17/2015(UTC) Posts: 34
Was thanked: 2 time(s) in 2 post(s)
|
Love this since FB Live can only stream for 4 hours, and most of my streams last much longer. I usually just FB live a popular class only that will last under 4 hours while I stream the entire event to my own server.
+1
|
1 user thanked 321actionvideo for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 11/30/2016(UTC) Posts: 6 Location: Alabama Was thanked: 1 time(s) in 1 post(s)
|
|
1 user thanked micman for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 3/11/2017(UTC) Posts: 19
Thanks: 2 times Was thanked: 3 time(s) in 3 post(s)
|
|
1 user thanked Sojourner for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/1/2013(UTC) Posts: 56 Location: Ellenboro Thanks: 1 times Was thanked: 3 time(s) in 3 post(s)
|
Independent start/stop? Yes, this would be a great new feature. We would like to be able to stream only our Pastor's sermon on Facebook while streaming all of the worship service on our web site.
Liberty Baptist Church Ellenboro, NC
|
1 user thanked Liberty Baptist Church for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 3/17/2013(UTC) Posts: 235 Location: Indiana Thanks: 95 times Was thanked: 30 time(s) in 28 post(s)
|
PFBM wrote:independent start / stop on multistreaming module.
can it It be done ?
Cheers,
PFBM +1
|
1 user thanked GeorgeR for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 3/11/2017(UTC) Posts: 12
Thanks: 4 times Was thanked: 3 time(s) in 2 post(s)
|
|
1 user thanked dsolomon for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 10/26/2016(UTC) Posts: 80
Thanks: 191 times Was thanked: 13 time(s) in 12 post(s)
|
|
1 user thanked avsoundguy for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 4/6/2016(UTC) Posts: 84 Location: Sweden Thanks: 25 times Was thanked: 18 time(s) in 13 post(s)
|
|
1 user thanked Amokka for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 6/4/2016(UTC) Posts: 14 Location: Warsaw, Poland Thanks: 2 times Was thanked: 3 time(s) in 3 post(s)
|
I gathered some available alternative solutions 1. Run another instance of vMix (to do it on the same machine you have to tick "Show Advanced Settings", and then "Enable Multiple Instances" under Options). Enable "Recording / External / Output" as NDI outputs on the first instance, and feed them to the second one where you can do with it whatever you want like streaming to another destination or make another recording. 2. Instead of running another instance of vMix, run OBS with this plugin https://github.com/Palakis/obs-ndi/releases and feed it with vMix's Output via NDI like above. 3. Run bare ffmpeg through command line. If you aren't familiar with ffmpeg's command line interface, you can get the exact line vMix uses from logs in C:\ProgramData\vMix\streaming (where C: is your OS drive ;)). Mine for streaming in 1080p and 6Mbps to YouTube looks like this: Code:"C:\\Program Files (x86)\\vMix\\streaming\\ffmpeg.exe" -report -rtbufsize 256M -f dshow -i "video=vMix Video:audio=vMix Audio" -codec:v libx264 -s:v 1920x1080 -pix_fmt:v yuv420p -threads 4 -bufsize:v 6000k -g:v 50 -preset:v veryfast -profile:v baseline -level:v 3.1 -b:v 6000k -maxrate:v 6600k -codec:a libfaac -b:a 128k -strict -2 -rtmp_flashver "FMLE/3.0 (compatible; vMix/19.0.0.50)" -f flv rtmp://a.rtmp.youtube.com/live2/hjk9-xxxx-xxxx-xxxx
Keep in mind that even though you may want the second/third etc. stream to be in the exact same resolution and bitrate as the other(s), it will be required to encode it once again, so your resource usage may double or triple. If anybody would like to see an easy to use app to dynamically deploy multiple streams or recordings from vMix and other programs, let me know, I'm considering writing such. Hope somebody finds this helpful, Chris
|
1 user thanked krzychuz for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 6/4/2016(UTC) Posts: 14 Location: Warsaw, Poland Thanks: 2 times Was thanked: 3 time(s) in 3 post(s)
|
BETech, I don't see any way to dynamically add/start/stop a stream using the Tee pseudo-muxer. One way I can think of is to encode to a file, and run separate processes for streaming from that file to each destination. EDIT: but I'm not sure if one file can be written and read at the same time by multiple processes.
|
1 user thanked krzychuz for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/19/2013(UTC) Posts: 600 Location: Belgium Thanks: 75 times Was thanked: 91 time(s) in 75 post(s)
|
For those who seek an alternative until this is implemented: restream.io now has the option to re encode your stream.
Say you want to send a full HD livestream to youtube at 4 mbps. A 2 mbps 720p livestream to Facebook and a low res one to another site.
You would send the 4mbps stream to restream, where it encodes the other streams for you, and you can individually start and stop each one of them. This costs money, but it frees your pc from encoding tasks and uses less bandwidth compared to doing it all in vmix.
We now use it, and it works really well.
|
1 user thanked Ittaidv for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 7/1/2016(UTC) Posts: 48 Location: Italy Thanks: 5 times Was thanked: 4 time(s) in 4 post(s)
|
|
1 user thanked digitalalps for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 4/4/2017(UTC) Posts: 9 Location: USA
Thanks: 2 times Was thanked: 4 time(s) in 3 post(s)
|
|
1 user thanked michaelholt for this useful post.
|
|
|
Rank: Member
Groups: Registered
Joined: 10/22/2016(UTC) Posts: 14 Location: Denmark
Thanks: 1 times Was thanked: 3 time(s) in 3 post(s)
|
+1 Would be awesome to start/stop individually.
|
|
|
|
vMix Forums
»
General
»
Feature Requests
»
independent start/ stop on multistreaming module
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close