logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kjones9999  
#1 Posted : Tuesday, November 8, 2016 12:21:32 AM(UTC)
kjones9999

Rank: Advanced Member

Groups: Registered
Joined: 8/20/2014(UTC)
Posts: 388

Thanks: 29 times
Was thanked: 80 time(s) in 51 post(s)
Hi.

Need to send a UDP multicast stream using FFMPEG.

I realize at this point this cannot be done in Vmix, but is anyone doing this my using the external output directly into another instance of FFMPEG and could you share?
Siroki  
#2 Posted : Tuesday, November 8, 2016 4:26:59 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
kjones9999 wrote:
Hi.

Need to send a UDP multicast stream using FFMPEG.

I realize at this point this cannot be done in Vmix, but is anyone doing this my using the external output directly into another instance of FFMPEG and could you share?


I think you can send UDP over VLC with vMix
There are some instructions on internet
pm  
#3 Posted : Tuesday, November 8, 2016 5:18:44 AM(UTC)
pm

Rank: Advanced Member

Groups: Registered
Joined: 11/28/2015(UTC)
Posts: 184

Thanks: 10 times
Was thanked: 32 time(s) in 27 post(s)
You can do it like this:

On vMix PC:
- Enable External Output in vMix
- ffmpeg.exe -f dshow -i video="vMix Video":audio="vMix Audio" -b:v 1500k -f mpegts udp://remoteip:1234

For 'remoteip' put in a multicast IP address.

Regards,
Patrick
Siroki  
#4 Posted : Tuesday, November 8, 2016 6:25:06 AM(UTC)
Siroki

Rank: Advanced Member

Groups: Registered
Joined: 10/10/2015(UTC)
Posts: 322
Man
Bosnia and Herzegovina
Location: Siroki Brijeg

Thanks: 8 times
Was thanked: 27 time(s) in 24 post(s)
pm wrote:
You can do it like this:

On vMix PC:
- Enable External Output in vMix
- ffmpeg.exe -f dshow -i video="vMix Video":audio="vMix Audio" -b:v 1500k -f mpegts udp://remoteip:1234

For 'remoteip' put in a multicast IP address.

Regards,
Patrick


So vMix can actually send udp?
Do you have some video tutorial for this?
pm  
#5 Posted : Tuesday, November 8, 2016 7:18:13 AM(UTC)
pm

Rank: Advanced Member

Groups: Registered
Joined: 11/28/2015(UTC)
Posts: 184

Thanks: 10 times
Was thanked: 32 time(s) in 27 post(s)
No, vMix cannot send a udp stream nativly.

But: vMix can send the output to external vMix Audio/Video direct show device. And from there ffmpeg can grab the video and send it by udp.

No, there isn't a video tutorial abut this.

Just try:
-Activate external output
-Download ffmpeg and open command prompt. Put in command with a vaild IP
-Open VLC to play the video
Mathijs  
#6 Posted : Tuesday, November 8, 2016 8:21:07 PM(UTC)
Mathijs

Rank: Advanced Member

Groups: Registered
Joined: 5/24/2015(UTC)
Posts: 370
Location: Netherlands

Thanks: 16 times
Was thanked: 81 time(s) in 72 post(s)
Do you also know a good way to play the multicast stream to a browser without using plugins?
pm  
#7 Posted : Wednesday, November 9, 2016 6:03:39 AM(UTC)
pm

Rank: Advanced Member

Groups: Registered
Joined: 11/28/2015(UTC)
Posts: 184

Thanks: 10 times
Was thanked: 32 time(s) in 27 post(s)
No, I don't know a way without plugins. None of the current browsers is capable to receive multicast streams natively. Perhaps this will change in future...
Users browsing this topic
Guest
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.