View Single Post
  #13  
Old 04-15-2011, 05:32 AM
xellisss xellisss is offline
Junior Member
 
Join Date: Apr 2011
Posts: 9
xellisss is on a distinguished road
Default

Re: watch a rtmpt streaming with vlc?


Quote:
Originally Posted by KSV View Post
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
Reply With Quote