PDA

View Full Version : How to rtmpdump on Linux?


bloodycorpse
10-22-2014, 07:30 PM
Hello, I'm trying to play livestreams from mips.tv and ucaster but I failed

this works, from another site example:
rtmpdump -v -r "rtmp://207.244.67.9/iguide" --playpath=mvu912lm6c5dzz6 -W "http://cdn1.iguide.to/player/secure_player_iguide_embed_token.swf" -p "http://www.iguide.to/embedplayer_new.php?width=710&height=415&channel=16289&autoplay=true" -T "#ed%h0#w18623jsda6523lDGD" -o - | mplayer -

RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
MPlayer2 2.0-728-g2c378c7-2+b2 (C) 2000-2012 MPlayer Team

Playing -.
Reading from stdin...
Starting Live Stream
INFO: Metadata:
INFO: presetname Custom
INFO: creationdate Mon Oct 20 20:17:39 2014
INFO: videodevice vMix Video
INFO: framerate 25.00
INFO: width 720.00
INFO: height 404.00
INFO: videocodecid avc1
INFO: videodatarate 1000.00
INFO: avclevel 41.00
INFO: avcprofile 77.00
INFO: videokeyframe_frequency5.00
INFO: audiodevice vMix Audio
INFO: audiosamplerate 22050.00
INFO: audiochannels 1.00
INFO: audioinputvolume 75.00
INFO: audiocodecid .mp3
INFO: audiodatarate 48.00
0.598 kB / 0.00 secDetected file format: FLV (Flash Video) (libavformat)
78.863 kB / 4.94 sec[flv @ 0xb62d78c0]max_analyze_duration 5000000 reached
[flv @ 0xb62d78c0]Estimating duration from bitrate, this may be inaccurate

this fails, is the same issue with mips.tv and clone sites...

rtmpdump -v -r "rtmp://212.7.212.9/live" --playpath=tusmuertoslc22?id=75491 -W "http://www.ucaster.eu/static/scripts/fplayer.swf" -p "http://www.ucaster.eu/" -C S:OK -o - | mplayer -


RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
MPlayer2 2.0-728-g2c378c7-2+b2 (C) 2000-2012 MPlayer Team
INFO: Connected...

Playing -.
Reading from stdin...

this stops here and does not work, not load, not play.

I think I need to change something to make it work
I'm using Debian Jessie, and mplayer.

sorry my english i'm spanish :)

biezom
10-23-2014, 11:19 AM
what version of rtmpdump do you use? The official Debian Jessie verion? you compile rtmpdump?
For me the first link work fine on debian Squeeze with the compile version!
for compile i use these tuto
http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html

sunhouse2
10-23-2014, 03:01 PM
check this video

https://www.youtube.com/watch?v=7xyNs9HHgAk

4 ever
10-23-2014, 09:36 PM
check this video

https://www.youtube.com/watch?v=7xyNs9HHgAk

just download , i try restream but not work :(

bloodycorpse
10-24-2014, 02:30 PM
what version of rtmpdump do you use? The official Debian Jessie verion? you compile rtmpdump?
For me the first link work fine on debian Squeeze with the compile version!
for compile i use these tuto
http://stream-recorder.com/forum/customized-rtmpdump-binaries-patch-file-t16103.html

thanks for answering, I'm using the official version from the repository v 2.4 not compiled

bloodycorpse
10-24-2014, 04:07 PM
Thanks for help me! I compile with the patch, and I did the installation, now it works fine but sometimes i get an error...

Playing -.
Reading from stdin...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Cannot seek backward in linear streams!
Seek failed


any ideas?

biezom
10-24-2014, 05:30 PM
Thanks for help me! I compile with the patch, and I did the installation, now it works fine but sometimes i get an error...

Playing -.
Reading from stdin...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Cannot seek backward in linear streams!
Seek failed


any ideas?

I don't know i don't have this error
It's a random error? if you try again just after it work?

bloodycorpse
10-25-2014, 02:05 PM
rtmpdump -v -r "rtmp://46.21.145.226/live" -y "hhhhbo?id=211931" -W "http://www.mips.tv/content/scripts/fplayer.swf" -p "http://www.mips.tv/embedplayer/hhhhbo/1/600/450" -C S:OK -o - | mplayer -

someone can try this. not work for me with the patched version.

biezom
10-25-2014, 02:47 PM
rtmpdump -v -r "rtmp://46.21.145.226/live" -y "hhhhbo?id=211931" -W "http://www.mips.tv/content/scripts/fplayer.swf" -p "http://www.mips.tv/embedplayer/hhhhbo/1/600/450" -C S:OK -o - | mplayer -

someone can try this. not work for me with the patched version.
For me it works with patched version and with mplayer2
what is your error?