Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpdump on linux

(http://stream-recorder.com/forum/showthread.php?t=14044)

peterpiper 10-26-2012 11:54 AM

Re: rtmpdump on linux


 
Something like this. Don't know why you want to start over each time instead of resuming with -e.

Code:

#!/bin/bash
STATUS=1
while [ STATUS -ne 0 ]
do
rtmpdump whatever.com/a -o a.flv
STATUS=$?
done



All times are GMT -6. The time now is 11:04 PM.