View Single Post
  #12  
Old 11-11-2014, 09:38 AM
filippo.rosa filippo.rosa is offline
Junior Member
 
Join Date: Mar 2014
Posts: 11
filippo.rosa is on a distinguished road
Default

Re: rtmpdump restart loop


The solution posted gave some freez problems.
I don't know if this will be helpful, but this version of rtmpdump works.
run by:
Code:
#!/bin/bash

until ./rtmpdump -r "..." -y "..." -o filename -e
do
sleep 10
done
I don't know why
Reply With Quote