Hi VLC Forum,
first of all sorry if I am not so smart as you, but you ca make my day with some simple explainations.
I have an IP Cam whichs can record in HD but they manufacture Magninon IPC 25HDC wants me to buy server space from the manufactrure. I have found this bypass on the web for a Synology cloud server.
Can you help us to stream in HD with VLC Media player?
I want to take a video from an IPC 25HDC Cam & record it on a my cloud. I want to something like use a batch file with the VLC!!!
Then I want to use the alarm function to trigger the VLC player to start the recording. Do you think that can work.
http://192.168.2.114/videostream.flv?us ... pwd=thanks -an -codec copy -fs 2000000 192.168.2.109/public/Video_`date +%Y%m%d%H%M%S`.mp4 > /dev/null 2>&1 &', $retval);
system('rm -f lock.txt');
} else {
echo "Couldn't get the lock!";
}
?\>
This is a batch file I found.
How can I execute a bat file in VLC media player?
thanks