Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
Re: rtmpdump on linuxSomething 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 ] dortmpdump whatever.com/a -o a.flv STATUS=$?done |
|
| Tags: linux, rtmpdump |
| Thread Tools | |
| Display Modes | |
|
|