Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-17-2012, 04:34 PM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Download from iprima


Hello, can anyone help me wtih dump this stream?

i need using with rtmpdump not with rtmpsuck

'rtmp://bcastnw.livebox.cz:80/iprima_token_1?auth=_any_|1329519593|a654987c32132 1e321654d65432c16f321321811/mp4:Prima-1202110001-17158_1000.mp4

in smplayer it will be play, but i cant dump it with rtmpdump to file
Reply With Quote
  #2  
Old 02-17-2012, 05:28 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Download from iprima


Try IDM!! It's able to download from that site!!

Anyway, KSV, why rtmpdump gave this error:
ERROR: rtmp server requested close

Would be great if you fix it!!
Reply With Quote
  #3  
Old 02-18-2012, 12:15 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Download from iprima


Quote:
Originally Posted by Bahman View Post
Try IDM!! It's able to download from that site!!

Anyway, KSV, why rtmpdump gave this error:
ERROR: rtmp server requested close

Would be great if you fix it!!
just use the proper command line.
Code:
rtmpdump -r "rtmp://bcastnw.livebox.cz:80/iprima_token_1?auth=_any_|1329551504|69407aabfb6f17faf7689597d9488fd32fe9ffae" -W "http://embed.livebox.cz/iprima/player-embed.swf" -p "http://www.iprima.cz/videoarchiv/228577/all/all" -y "mp4:Prima-1202180000-17213_500.mp4" -v -o Test.flv
Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             90000.00
INFO:   length                2703595.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   timescale             22050.00
INFO:   length                662528.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   audiochannels         2.00
INFO:   audiosamplerate       22050.00
INFO:   videoframerate        25.00
INFO:   aacaot                2.00
INFO:   avclevel              30.00
INFO:   avcprofile            77.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 910.00
INFO:   height                576.00
INFO:   frameWidth            640.00
INFO:   frameHeight           576.00
INFO:   displayWidth          910.00
INFO:   displayHeight         576.00
INFO:   framerate             90000.00
INFO:   moovposition          93079.00
INFO:   duration              30.05
116.899 kB / 30.00 sec (99.8%)
this will get you the geo restricted message video. you need to access the rtmp server from non geo restricted ip to get the actual video.
Reply With Quote
  #4  
Old 02-18-2012, 07:09 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: Download from iprima


Hi KSV, i am at geo where is able to play but i have still error when trying to capture the file.
Code:
C:\Users\Pavel\Downloads\rtmpdump-2.4>rtmpdump -r "rtmp://bcastnw.livebox.cz:80/
iprima_token_1?auth=_any_|1329551504|69407aabfb6f17faf7689597d9488fd32fe9ffae" -
W "http://embed.livebox.cz/iprima/player-embed.swf" -p "http://www.iprima.cz/vid
eoarchiv/228577/all/all" -y "mp4:Prima-1202180000-17213_500.mp4" -v -o Test.flv
RTMPDump v2.4 GIT-2011-11-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server requested close
Reply With Quote
  #5  
Old 02-19-2012, 06:39 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Download from iprima


your auth parameter is probably expired. grab the fresh one and try again. also use the -V switch to display debug output.
Reply With Quote
  #6  
Old 02-19-2012, 07:12 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: Download from iprima


I dont think that expire, in SMPLAYER still was be playable, something must be wrong with parametrs for rtmpdump, if you have any other idea write me please, thx so much
Reply With Quote
  #7  
Old 02-19-2012, 07:33 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Download from iprima


command posted in post 3 is perfectly working. just change the the playpath of your actual video and fresh auth param in following command line and it will work properly. i was able to grab actual video after using the socks proxy with rtmpdump.

Code:
rtmpdump -r "rtmp://bcastnw.livebox.cz:80/iprima_token_1?auth=_any_|1329663171|18ec973b78c46ea935dfde17d669735b81bae5f5" -W "http://embed.livebox.cz/iprima/player-embed.swf" -p "http://www.iprima.cz/videoarchiv/228577/all/all" -y "mp4:Prima-1202180000-17213_1000.mp4" -v -o Test.flv
Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale             44100.00
INFO:   length                205295616.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
INFO:   timescale             25000.00
INFO:   length                116380000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   audiochannels         2.00
INFO:   audiosamplerate       44100.00
INFO:   videoframerate        24.06
INFO:   aacaot                2.00
INFO:   avclevel              31.00
INFO:   avcprofile            77.00
INFO:   audiocodecid          mp4a
INFO:   videocodecid          avc1
INFO:   width                 768.00
INFO:   height                576.00
INFO:   frameWidth            768.00
INFO:   frameHeight           576.00
INFO:   displayWidth          768.00
INFO:   displayHeight         576.00
INFO:   framerate             25.00
INFO:   moovposition          32.00
INFO:   duration              4655.23
1911.698 kB / 14.00 sec (0.3%)
Reply With Quote
  #8  
Old 03-12-2012, 03:33 PM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: Download from iprima


KSV you are big guy at this problematic, can you give me some small help how can i take this fresh aut key with php script?
Reply With Quote
  #9  
Old 03-13-2012, 01:44 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Download from iprima


it's pretty easy. make following http request to the server.
Code:
http://embed.livebox.cz/iprima/player-embed.js?__tok706919090__=681090310
highlighted numbers can be anything random. set the referrer for above request to
Code:
http://www.iprima.cz
it will return a javascript which contains rtmp address and token. playpath is embedded directly in video page.

sample JS:
Code:
http://pastebin.com/ZR2sx6Uh
sample playpath:
Code:
          var embed_hereb32595d91ab534126210c280bb42bb6c = {
          'dom_id':'embed_hereb32595d91ab534126210c280bb42bb6c',
          'width': width,
          'height':height,
          'hq_id':'Prima-1203122002-15579_1000.mp4',
          'lq_id': 'Prima-1203122002-15579_500.mp4',
          'iph_id':'Prima-1203122002-15579.smil',
          'section':'zpravy',
          'thumbnail': 'Prima-1203122002-15579_1500_Thumb.jpg',
          'zoneGEO': 0,
          'st_date':'2012-03-12T19:00:00',
          'name': 'VIP zpr??vy  12.3.2012',
          'autoplay': false,
          'topcat': 'topcat',
          'player': 'player',
          'online': 'online',
          'relevant': 'relevant',
          'new': 'new',
          'top': 'top',
          'url': 'url',
          'channel': window.channel,
          'like': 50,
          'unlike': 50
          };
Reply With Quote
  #10  
Old 03-13-2012, 03:21 AM
killerman killerman is offline
Member
 
Join Date: May 2011
Posts: 48
killerman is on a distinguished road
Default

Re: Download from iprima


many thanks again, can i repay to you somehow
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:25 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons