View Single Post
  #3  
Old 09-21-2014, 01:43 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: help please please please mr.denobis


Quote:
Originally Posted by alsersawy View Post
hi

please mr.denobis help me
or any one help me


i want do re-stream

this link

with ffmpeg


Code:
rtmpdump -r " rtmpe://l.xuscacamusca.se:1935/r/" -W "http://www.teledunet.com/mobile/player.swf" -b "70000000000" -p "http://xuscacamusca.se" -C "S:OK" -y "10b510" | ffmpeg -loglevel error -i - -isync -acodec aac -strict -2 -b:a 128000 -ar 32000 -vcodec libx264 -preset veryfast -b:v 500k -f flv "http://janjua.tv/bein10"
in this site

http://janjua.tv/bein10

but the link not work
i do not know why

see photo
in attachments

What are the tools required

help me please

thank you for all
I have no idea, but googling a little seems you're mistaken.

See http://stream-recorder.com/forum/res...ing-t9639.html

Use ffmpeg

Code:
ffmpeg -i "rtmpe://l.xuscacamusca.se:1935/r/ pageUrl=http://xuscacamusca.se swfurl=http://www.teledunet.com/mobile/player.swf live=1" conn=S:OK playpath=10b510 -re -isync  -vcodec libx264 -b 600k -acodec libfaac -ab 128000 -ar 32000 -f flv "rtmp://janjua.tv/live?channelname?key=&id="
Reply With Quote