2020-02-05, 03:36 PM
(2020-02-05, 03:24 PM)mvallevand Wrote: It's not receiving data. the test now from the command prompt is to make sure your batch file is still working.
C:\Users\Public\NPVR-data\scripts\ProCapture.bat 504 | ffplay -i pipe:
Martin
HUZZAH!!!
I forgot to amend the batch file. The audio part of the device command is different as I have several audio outs. Command should have been as below:
"G:\NPVR\Other\ffmpeg" -f dshow -i video="Video (00 Pro Capture HDMI 4K+)":audio="Audio (2- 00 Pro Capture HDMI 4K+)" -vcodec h264 -acodec aac -s 1920x1080 -framerate 50 -f mpegts -
...I'll now try amending the batch file to my preferred VLC command and see what happens.
BRB...