belluspixel
09-02-2014, 01:30 PM
Hello experts!
RTMPExplorer only worked once. It downloaded a stream completely but today when I tried to get new video, it didn't do anything.
All it says is:
RTMP Server 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL
Streaming on rtmp://0.0.0.0:1935
Any ideas guys?
peterpan
09-02-2014, 01:35 PM
Post the link you're trying to download
belluspixel
09-03-2014, 01:23 PM
It#s this one:
http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1
hasomaso
09-03-2014, 03:24 PM
rtmpdump -r "rtmpe://fms-fra13.rtl.de/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" -o "output.flv"
RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 5573.00
INFO: moovPosition 28.00
INFO: width 720.00
INFO: height 404.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 31.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 139324000.00
INFO: timescale 25000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 245769215.00
INFO: timescale 44100.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
4761.167 kB / 53.96 sec (0.9%)
http://i.imgur.com/PU8ev2z.png
belluspixel
09-04-2014, 01:16 AM
rtmpdump -r "rtmpe://fms-fra13.rtl.de/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" -o "output.flv"
RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 5573.00
INFO: moovPosition 28.00
INFO: width 720.00
INFO: height 404.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 31.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 139324000.00
INFO: timescale 25000.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 245769215.00
INFO: timescale 44100.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
4761.167 kB / 53.96 sec (0.9%)
Hmmm....interessting. What did you use, RTMPexplorer?
hasomaso
09-04-2014, 02:14 AM
I did it manually found in source code
belluspixel
09-06-2014, 11:18 AM
I did it manually found in source code
I've been trying to get the code myself but am very unsuccesful. I will have this problem again, when this show comes again next week.
Could you please show me a thread on how to find the code? I would really appreciate that. thanks
hasomaso
09-06-2014, 12:13 PM
check your inbox
napretep
09-06-2014, 12:58 PM
hello sir, can u plz share with me too how u get the links. thx very much 2u sir -nap
hasomaso
09-06-2014, 01:13 PM
check also your inbox
belluspixel
09-08-2014, 05:44 AM
I am still wondering though as to why RTMPexplorer only worked once. has anyone else faced this problem?
alsersawy
09-08-2014, 06:34 AM
check your inbox
hello can u please share with me too how u get the links. thx very much
hasomaso
09-08-2014, 11:15 AM
ok here is the manual...
take as example the same video address
1. we open the video in firefox and jump to "view page source"
http://static.timeatlas.com/images/stories/view-page-source-menu.png
2. we search "vodplayer" and note the spot marked in red in a editor
http://i.imgur.com/ZBzZ1y1.png
3. now we have almost the required parameters for rtmpdump
"playerurl" = -W
"pageurl" = -p
"angebot" = -a
"Host:Port" = rtmpe://fms-fra13.rtl.de/voxnow/ (is not present but always the same)
4. and now the last, copy "playerdata" url and paste in FF Browser, and find the "filename" line, here we need only the section
http://i.imgur.com/iNhVckj.png
we need only that
7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v
5. We now have all the parameters for rtmpdump can assemble them now
-r "rtmpe://fms-fra13.rtl.de/voxnow/"
-a "voxnow/"
-W "http://cdn.static-fra.de/now/vodplayer.swf"
-p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1"
-y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v"
rtmpdump -r "rtmpe://fms-fra13.rtl.de/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de/die-hoehle-der-loewen/folge-3-ua-mit-knueppelknifte-und-twinkle-kid.php?container_id=175240&player=1&season=1" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" -o "output.flv"
napretep
09-08-2014, 11:40 AM
thx2u BUT how you find "rtmpe://fms-fra13.rtl.de/voxnow/" it is not in source page :(
hasomaso
09-08-2014, 11:42 AM
thx2u BUT how you find "rtmpe://fms-fra13.rtl.de/voxnow/" it is not in source page :(
Please read carefully what I wrote above!!!
napretep
09-08-2014, 11:54 AM
sir, i know you said
"Host:Port" = rtmpe://fms-fra13.rtl.de/voxnow/ (is not present but always the same)""
But my question is how you find "rtmpe://fms-fra13.rtl.de/voxnow/"
thx2u
troller12
09-08-2014, 02:32 PM
So you could also use...
fms-fra1.rtl.de (range 1-21 and more)
or
fmspay-fra1.rtl.de (1-4)
...so the only way to find these is to check the IP ranges.
hds.fra.voxnow.de
217.118.170.23
217.118.170.160 // Ports:80,1935
fms-fra3.rtl.de
rtmpe used port 1935 / 80 / 443 default
rtmpdump -r "rtmpe://217.118.170.160/voxnow/" -a "voxnow/" -W "http://cdn.static-fra.de/now/vodplayer.swf" -p "http://www.voxnow.de" -y "mp4:7794/V_570867_CPZ9_N42703_108038_h264-mq_5b16183c62b9e52cb1ef2253f2661dc.f4v" | "vlc" -
greetz
belluspixel
09-09-2014, 06:17 AM
I will try this later on and update. Looks very good. thanks for the steps!
belluspixel
09-10-2014, 03:20 AM
I confirm it works. Thanks again. been looking for such a clear tutorial for ages!
It still bugs me as to why RTMPexplorer only worked once and never again. Any ideas?
abdooo1234
09-10-2014, 06:56 AM
very thx
belluspixel
03-21-2015, 08:30 AM
I need some help again. It worked the whole time but now I does not. I get this error:
ERROR: You must specify a playpath (--playpath) or url (-r "rtmp://host[:port]/playpath") containing a playpath
I am ddont know where to find a new playpath.
All help is appreciated
floridianer
09-09-2015, 12:55 PM
Hello,
could anyone please support me on that file?
Thanks
http://www.kabeleins.de/tv/toto-harr...d/ganze-folgen
biezom
09-09-2015, 01:01 PM
Hello,
could anyone please support me on that file?
Thanks
http://www.kabeleins.de/tv/toto-harr...d/ganze-folgen
plugin flash activate >>> hds (.f4m) protocol encrypted
with chrome disable plugin flash >>>> progressive (.mp4) protocol
with
http://vas.sim-technik.de/vas/live/v2/videos/3994915/sources/url?.........................
Two bitrate
bitrate":"1296000" bitrate":"1896000
floridianer
09-20-2015, 10:54 AM
Hallo,
could anyone please give me the rtmp-link on this:
http://www.kabeleins.de/tv/toto-harry-die-kult-cops-im-ausland/videos/22-das-grosse-staunen-toto-harry-in-thailand-1-ganze-folge
http://www.nowtv.de/vox/die-beet-brueder/folge-2-die-beet-brueder-in-grevenbroich/player
thx
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.