Hi everyone, I've looked through the forum and didn't find any help for my specific issue.
I'm using vlc to record from an IP camera. Works great, no problems with this command which records for 60 seconds:
vlc" -vvv rtsp://admin:pwd123@xx.x.x.xxx:554 --sout="#std{access=file,dst=c:\Temp\test.mp4}" --run-time=60 VLC://quit
The VLC window pops up, but does not display what is being recorded. As I said, that's okay. But is there a way to use #duplicate to have the video stream also be displayed in the vlc app while it is recording?
Any ideas from the pros?
Thanks!