View Single Post
  #6  
Old 05-20-2014, 01:58 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

http://www.drupalize.me


Quote:
Originally Posted by WuxiIxuw View Post
http://drupalize.me/videos/calendar-series-overview
Quote:
Originally Posted by fabman View Post
I tested the line you gave as a solution and it works. But I have no idea where did you get those parameters from...
Firefox -> View page source:

Code:
"jwplayer":{"bufferlength":10,"height":540,"width":960,"stretching":"uniform","type":"rtmp","provider":"rtmp","streamer":"rtmpe:\/\/videola-cdn.com:1935\/drupalizeme","plugins":{"gapro-1":"gapro-1","captions-2":{"back":false,"state":false,"file":"http:\/\/drupalize.me\/dotsub\/file\/7636ee45-d0f7-47c1-a691-66362972d410---eng.srt"}},"gapro.accountid":"UA-8514843-2","gapro.idstring":"||file||","gapro.trackerror":true,"flashplayer":"http:\/\/drupalize.me\/sites\/all\/modules\/custom\/drupalizevideofield\/jwplayer\/player.swf","levels":[{"bitrate":300,"file":"v\/2012-05-11-D7-Calendar-01\/2012-05-11-D7-Calendar-01-960x540-300k.mp4","width":960},{"bitrate":600,"file":"v\/2012-05-11-D7-Calendar-01\/2012-05-11-D7-Calendar-01-960x540-600k.mp4","width":960},{"bitrate":900,"file":"v\/2012-05-11-D7-Calendar-01\/2012-05-11-D7-Calendar-01-960x540-900k.mp4","width":960},{"bitrate":1200,"file":"v\/2012-05-11-D7-Calendar-01\/2012-05-11-D7-Calendar-01-960x540-1200k.mp4","width":960}
SWF file -> Open this file with a SWF decompiler:

Code:
http://drupalize.me/sites/all/modules/custom/drupalizevideofield/jwplayer/player.swf
Code:
("secureTokenResponse", null, TEA.decrypt(evt.info.secureToken, "92C7cRUswEngphuv"))
RTMPDump:

Code:
rtmpdump -r "rtmpe://videola-cdn.com:1935/drupalizeme" -a "drupalizeme" -f "WIN 13,0,0,182" -W "http://drupalize.me/sites/all/modules/custom/drupalizevideofield/jwplayer/player.swf" -p "http://drupalize.me/videos/calendar-series-overview" -y "mp4:v/2012-05-11-D7-Calendar-01/2012-05-11-D7-Calendar-01-960x540-1200k.mp4" -o 2012-05-11-D7-Calendar-01-960x540-1200k.flv -T "92C7cRUswEngphuv" --realtime
Code:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
  in approximately realtime (disabled BUFX speedup hack)
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             1199.00
INFO:   length                137300.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   timescale             44100.00
INFO:   length                5052416.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   audiochannels         2.00
INFO:   audiosamplerate       44100.00
INFO:   videoframerate        23.98
INFO:   aacaot                2.00
INFO:   avclevel              30.00
INFO:   avcprofile            100.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 960.00
INFO:   height                540.00
INFO:   frameWidth            960.00
INFO:   frameHeight           540.00
INFO:   displayWidth          960.00
INFO:   displayHeight         540.00
INFO:   framerate             23.98
INFO:   moovposition          40.00
INFO:   duration              114.57
18946.563 kB / 114.54 sec (99.9%)
Download complete

Last edited by nullacht : 05-21-2014 at 11:22 PM.
Reply With Quote