Quote:
Originally Posted by KSV
Command for _http://www.ustream.tv/decoraheagles? is
Code:
rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
You can put those commands in batch file and then double click the file to watch it when required.
Code:
echo rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet ^| "C:\Program Files\VideoLAN\VLC\vlc.exe" ->Cam1.bat
then just double click Cam1.bat file to view cam. Batch file and rtmpdump.exe should be in same folder.
|
How can i make a batch file?I copied the 2 lines in a notepad file and named it Cam1.bat but VLC does'nt open...I write in the file:
rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -
echo rtmpdump.exe -r rtmp://cp39920.edgefcs.net:1935/live/ustream-lax@11255 --live --quiet ^| "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" ->Cam1.bat