View Single Post
  #1  
Old 08-14-2015, 05:24 AM
pika pika is offline
Junior Member
 
Join Date: Aug 2015
Posts: 3
pika is on a distinguished road
Default

getting higher quality of poke mon episode


Dear all,

After having read and tried many of the answers on this forum, im unfortunatly still unable to obtain a higher resolution video file from pokemon.

On the website http://www.pokemon.com/nl/pokemon-afleveringen/, the episodes are shown. After clicking a video, a new SWF-player object is created in the div "<div class="video-container"></div>" using javascript.

Right clicking the flash player, provides the option to select the bitrate. Selecting a different bitrate provides another URL: (found via firebug)
Code:
http://production-eqbc.lvp.llnw.net/b?u=xk-lpaVqasMw32OoAaPhF&s=3Ue3SXZuXQz5l-hjfvOTz&o=4953336d7f544f678a12270b176ea386&mt=v&d=1274069&p=150403&g=q&m=4874f3224746460ca6b6927ee9d5d80a&a=q_bs&b=1728&url=http://www.pokemon.com/nl/pokemon-afleveringen/#&pf=flash&pfv=18.0.0.232&z=1&bid=52
http://production-eqbc.lvp.llnw.net/b?u=xk-lpaVqasMw32OoAaPhF&s=3Ue3SXZuXQz5l-hjfvOTz&o=4953336d7f544f678a12270b176ea386&mt=v&d=1274069&p=150403&g=q&m=4874f3224746460ca6b6927ee9d5d80a&a=q_bs&b=1456&url=http://www.pokemon.com/nl/pokemon-afleveringen/#&pf=flash&pfv=18.0.0.232&z=1&bid=53
The difference between these two is "&b=XXXX" whereas XXXX is the bitrate.

When I use RTMP explorer and navigate to the websit, it correctly finds the stream and it starts the download. However, if I check the bitrate in VLC player, it turns out that all video's have a bitrate of around 450kb/s. This agrees with the default bitrate in RTMP Explorer (450 kb/s)
Changing the bitrate in RTMP Explorer does not change the download!

Code:
rtmpdump -r "rtmpe://s2.csl.delvenetworks.com:1935/a4820/l1/" -a "a4820/l1/" -f
"WIN 18,0,0,232" -W "http://s.delvenetworks.com/deployments/flash-player/flash-p
layer-5.19.swf?ldr=ldr" -p "http://www.pokemon.com/nl/pokemon-afleveringen/" -y
"mp4:media/4953336d7f544f678a12270b176ea386/b4334fe482724e03b2009b011c56c596/c2b
8b124fee1493c84f56cf9573d6886/pokemon_season7_ep7_dut.mp4" -o pokemon_season7_ep
7_dut.flv

Closing connection... done!

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
Duplicate request, skipping.
Closing connection... done!

Duplicate request, skipping.
Closing connection... done!

Duplicate request, skipping.
Closing connection... done!

WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
Duplicate request, skipping.
Closing connection... done!

Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              1274.18
INFO:   moovPosition          40.00
INFO:   width                 648.00
INFO:   height                480.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            100.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       48000.00
INFO:   audiochannels         2.00
INFO: tags:
INFO:   ┬®too                 Lavf54.63.105
INFO: trackinfo:
INFO:   length                15273600.00
INFO:   timescale             11988.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                61160448.00
INFO:   timescale             48000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
70959.698 kB / 1274.15 sec (99.9%)
Download complete
70959.698 kB / 1274.15 = ±445kb/s

How can I download the 1728 kbps version?
I have tried many programs, including wireshark and other TCP packet inspectors to find a ".mp4" containing URL, but have failed to find any at all...

Could someone help me?

My best regards,
Pika!

sidenote: pokemon.com allows for the download of content for a personal copy in the TOS
Reply With Quote