PDA

View Full Version : help please please please mr.denobis


alsersawy
09-21-2014, 04:10 AM
hi

please mr.denobis help me
or any one help me


i want do re-stream

this link

with ffmpeg


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

alsersawy
09-21-2014, 01:26 PM
any one help me please

denobis
09-21-2014, 01:43 PM
hi

please mr.denobis help me
or any one help me


i want do re-stream

this link

with ffmpeg


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/restreaming-relaying-fms-stream-another-fms-using-t9639.html

Use ffmpeg


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="

alsersawy
09-21-2014, 02:51 PM
I have no idea, but googling a little seems you're mistaken.

See http://stream-recorder.com/forum/restreaming-relaying-fms-stream-another-fms-using-t9639.html

Use ffmpeg


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="

i used this

link

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?beins10?key=8a07ba14&id=21485"

but not work

i dont know why

see this photo
in attachments


help me please

denobis
09-21-2014, 02:57 PM
i used this

link

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?beins10?key=8a07ba14&id=21485"

but not work

i dont know why

see this photo
in attachments


help me please

See the changes in your code.

alsersawy
09-21-2014, 03:07 PM
See the changes in your code.

i don't understand you
please tell me how


this is my Stream Name

beins10?key=8a07ba14&id=21485

denobis
09-21-2014, 03:23 PM
Try this

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?beins10?key=8a07ba14&id=21485"

alsersawy
09-21-2014, 03:32 PM
Try this

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?beins10?key=8a07ba14&id=21485"

do not work too

see this photo
in attachments

alsersawy
09-21-2014, 04:36 PM
help me please

alsersawy
09-22-2014, 12:27 PM
no one here to help me :(

inquisitor
09-23-2014, 05:40 AM
do not work too

see this photo
in attachments

I've done some basic stuff with FFMpeg, but I'm not an expert.

What was the option "-isync" supposed to do? In my FFMpeg it says this option has been deprecated and does nothing.

In your second picture it says "Unknown encoder 'libx264'." Libx264 doesn't appear to be enabled in your build of FFMpeg.

I would suggest downloading the latest static build from here and trying again: http://ffmpeg.zeranoe.com/builds/

With Zeranoe's build, use libvo_aacenc instead of libfaac.

To set the video bitrate, use "-b:v 600k" instead of "-b 600k."