Page 2 of 2

Re: VMIX Streaming

Posted: Wed Jun 17, 2020 9:01 pm
by M0SKM
Hi Glen, yes it is possible using VLC on the same Windows machine. You setup Minitioune to UDP to VLC and then use the vMix stream input. There's a stream input mode intended for VLC, it's running on my PC at the moment.

Steve

Re: VMIX Streaming

Posted: Thu Jun 18, 2020 7:44 pm
by glen_turner2002
Hi Steve,


Thanks for the info. The UDP stream from Minitiouner is 232.0.0.12:9999 is that the stream i direct Vmix to?

Re: VMIX Streaming

Posted: Fri Jun 19, 2020 12:55 pm
by M0SKM
Before you UDP to vMix you should get the received Minitioune pictures displaying in 32 bit VLC.

How to is here http://www.vivadatv.org/viewtopic.php?f=86&t=585
This is the section of the Minitioune .ini file that deals with UDP TS.
[UDP]
;=====================================================================
; adresse UDP pour transférer le TS
; UDP address for TS transfer
;.....................................
; UDP address for TS
TS_AddrUDP=230.0.0.10
; you can try a virtual address if you have no Ethernet or Wifi connexion
;TS_AddrUDP=127.0.0.1
TS_Port=10000
; local IP used for sending the TS
; mettre ici l'IP que vous utilisez pour faire l'envoi : localIP
; cela sert dans le cas ou vous avez plusieurs réseaux locaux comme chez moi
; un réseau wifi pour Internet et un réseau local en ethernet
; NE METTRE QUE SI VOUS AVEZ BIEN VERIFIE VOTRE IP DE VOTRE CONNEXION RESEAU
;TS_LocalIP=192.168.1.55

So my TS UDP address is 230.0.0.10 port 10000

When you have VLC displaying the picture from Minitioune; go to vMix; add an input and select stream. Scroll the stream options and select the line starting VLC. Enter the UDP address where it asks for the URL. Save and switch on vMix stream output to BATC.

You should be able to find all this information using forum search or in the BATC Wiki.

Re: VMIX Streaming

Posted: Sun Jun 28, 2020 3:28 pm
by glen_turner2002
Hi Steve,

I managed to get the UDP stream from Minitiouner I missed out the "@" symbol but i wonder if you use a PLUTO? Before i put mine in a box at the end of the garden next to the dish I'm trying to get it working by accepting a transport stream from Vmix. I've followed the instructions on the Pluto page but I'm not getting it to stream.

As well as the Buffer errors it says it cant open the TCP connection. I'm connecting to the Pluto via a direct Ethernet connection.

Have you any idea what I'm doing wrong?

ffmpeg started on 2020-06-28 at 16:21:01
Report written to "C:\ProgramData\vMix\streaming\streaming2 20200628-162101.log"
Command line:
"C:\\Program Files (x86)\\vMix\\streaming\\ffmpeg.exe" -report -rtbufsize 128M -f dshow -i "video=vMix Video YV12:audio=vMix Audio" -codec:v libx264 -s:v 960x540 -pix_fmt:v yuv420p -threads 4 -bufsize:v 280k -g:v 50 -preset:v veryfast -profile:v high -level:v 3.1 -b:v 280k -maxrate:v 308k -codec:a libfaac -b:a 64k -strict -2 -rtmp_flashver "FMLE/3.0 (compatible; vMix/21.0.0.61)" -f flv rtmp://192.168.2.1:7272/,437,DVBS2,QPSK,333,23,/,G7MNP,
ffmpeg version 2.8.git Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.8.1 (rev2, Built by MinGW-W64 project)
configuration: --enable-gpl --enable-version3 --enable-libx264 --enable-zlib --enable-libfaac --enable-nonfree --cpu=i686 --enable-nvenc
libavutil 55. 2.100 / 55. 2.100
libavcodec 57. 3.100 / 57. 3.100
libavformat 57. 2.100 / 57. 2.100
libavdevice 57. 0.100 / 57. 0.100
libavfilter 6. 9.100 / 6. 9.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.100 / 2. 0.100
libpostproc 54. 0.100 / 54. 0.100
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, dshow, from 'video=vMix Video YV12:audio=vMix Audio':
Duration: N/A, start: 63579.800000, bitrate: 1536 kb/s
Stream #0:0: Video: rawvideo (YV12 / 0x32315659), yuv420p, 960x540, 25 tbr, 10000k tbn, 25 tbc
Stream #0:1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
[tcp @ 06748a20] TCP Buffer has been set to 860160 bytes
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (63% of size: 128000000 [rtbufsize parameter])! frame dropped!
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (65% of size: 128000000 [rtbufsize parameter])! frame dropped!
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (67% of size: 128000000 [rtbufsize parameter])! frame dropped!
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (69% of size: 128000000 [rtbufsize parameter])! frame dropped!
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (71% of size: 128000000 [rtbufsize parameter])! frame dropped!
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (72% of size: 128000000 [rtbufsize parameter])! frame dropped!
[rtmp @ 06748580] Cannot open connection tcp://192.168.2.1:7272
rtmp://192.168.2.1:7272/,437,DVBS2,QPSK,333,23,/,G7MNP,: Unknown error
[dshow @ 027e8400] real-time buffer [vMix Video YV12] [video input] too full or near too full (74% of size: 128000000 [rtbufsize parameter])! frame dropped!





Thanks, Glen...

Re: VMIX Streaming

Posted: Sun Jun 28, 2020 4:43 pm
by glen_turner2002
Hello Again,

Its working!!!


192.168.1.140 not 192.168.2.1 as the info says...



Thanks,

73, Glen

Re: VMIX Streaming

Posted: Mon Jun 29, 2020 5:39 pm
by M0SKM
Hi Glen,
That's good news, well done.

Steve