View Single Post
  #3  
Old 06-11-2012, 05:06 AM
rossifeder rossifeder is offline
Junior Member
 
Join Date: Jun 2012
Posts: 8
rossifeder is on a distinguished road
Default

Re: rtmpdump in .bat file


Quote:
Originally Posted by evol View Post
In Batch you use
Code:
ping localhost -n X >nul
X been the the delay(wait).
thanks
but that wont resolve my problem
because that inst my problem
because i want to know if rtmpdump is receiving packets (stream exit)
before i start vlc.
i don't want to start vlc if there is no stream .
if there is no stream for a reason i want to do an other command like exit
i think that the trick is that to find something with rtmpdump commands
Reply With Quote