View Single Post
  #4  
Old 08-25-2014, 02:40 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Urgent dump please


you use ffmpeg for reshare?

try this

Code:
rtmpdump -v -r "" -a "" -W "" -p "" -y "" -C S:OK | ffmpeg -loglevel error -i - -isync -acodec aac -strict -2 -b:a 128000 -ar 32000 -vcodec libx264 -preset veryfast -b:v 500k -f flv "your caster"
Reply With Quote