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 > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 06-14-2015, 07:13 PM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

1min preview


Hij guys,

Is there a way to bypass the 1min preview for payed video's?
On this site you can stream video's when you buy them. If you Don't you can view a preview.
I can download the first minute of the video so im pretty sure the whole video is on there. If you just play the preview it starts somewhere in the middle and plays for a minute.
Ive downloaded the first video with a software tool cant remember the name. But when it reaches 11,2mb it stops and the downloading speeds drops and it stops downloading al together.
I gues the site is pretty secured but it must be possible. Any of you got an idea?

http://www.prolibraries.com/player/?...&sessionID=768
Reply With Quote
  #2  
Old 06-14-2015, 08:26 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: 1min preview


Code:
rtmpdump -v -r "rtmp://stream2.prolibraries.com/play" -a "play" -f "WIN 17,0,0,188" -W "http://www.prolibraries.com/player/flash/player.swf" -p "http://www.prolibraries.com/player/?libname=nscaa&sessionID=768" -y "mp4:/prolibraries/nscaa/9/768/768.mp4" -o "output.flv"

Code:
RTMPDump v2.4 GIT-2015-01-15 (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 Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   language                eng
INFO:   timescale               24.00
INFO:   length                  79853.00
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   language                eng
INFO:   timescale               44100.00
INFO:   length                  146732504.00
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   audiochannels           2.00
INFO:   audiosamplerate         44100.00
INFO:   videoframerate          24.00
INFO:   aacaot                  2.00
INFO:   avclevel                31.00
INFO:   avcprofile              100.00
INFO:   audiocodecid            mp4a
INFO:   videocodecid            avc1
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   frameWidth              1280.00
INFO:   frameHeight             720.00
INFO:   displayWidth            1280.00
INFO:   displayHeight           720.00
INFO:   framerate               24.00
INFO:   moovposition            620490924.00
INFO:   duration                3327.27
3634.993 kB / 19.21 sec (0.5%)

Reply With Quote
  #3  
Old 06-15-2015, 06:12 AM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

Re: 1min preview


When i put the link
rtmpdump -v -r "rtmp://stream2.prolibraries.com/play" -a "play" -f "WIN 17,0,0,188" -W "http://www.prolibraries.com/player/flash/player.swf" -p "http://www.prolibraries.com/player/?libname=nscaa&sessionID=768" -y "mp4:/prolibraries/nscaa/9/768/768.mp4" -o "output.flv"
in a .BAT file in the rtmpdump-2.3 i receive an output.flv file of 0KB.
I get a cmd popup for a milisecond saying:
ERROR:Problem accesing the DNS adr<stream2.prolibraries.com>

I'm currently at a work PC so that might cause the problem, altough i can just connect to the site & video with chrome.

I'm pretty novice at this and i'm reading all the sticky's and tutorials but is there something i'm missing ?

This is how i tried:
1. Download rtmpdump-2.3 from http://rtmpdump.mplayerhq.hu/
2. extracted in a new map
3. Open up Notepad in Windows.
4. pasted the rtmpdump -v link you provided me
5. Go to File > Save As...
6. Choose the rtmpdump folder as the location to save.
7. Click on the dropdown box "Save as type:" and select "All files" instead of Text (*.txt).
8. Add .bat to the end of your file name before you save. For example, you would type Commands.bat.
9. Click on Save. If you did this correctly, you should see your file name in the title bar of Windows Notepad. Make sure that it reads as Commands.bat not Commands.bat.txt.
10. double clicked the BAT file
Reply With Quote
  #4  
Old 06-15-2015, 06:21 AM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

Re: 1min preview


I tried the same way in rtmpdump-2.4 but the same result
Reply With Quote
  #5  
Old 06-15-2015, 06:41 AM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

Re: 1min preview


This is the full message that i receive:
Quote:
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
ERROR: RTMP_HashSWF: connection lost while downloading swfurl http://www.prolibr
aries.com/player/flash/player.swf
Connecting ...
ERROR: Problem accessing the DNS. (addr: stream2.prolibraries.com)
Reply With Quote
  #6  
Old 06-15-2015, 08:10 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: 1min preview


hi
use last version patched compiled by KSV

https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip
Reply With Quote
  #7  
Old 06-15-2015, 09:39 AM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

Re: 1min preview


Still same error message.
I will try it later tonight when i'm home.

Did i use the right procedure for it to work ?
Reply With Quote
  #8  
Old 06-15-2015, 02:04 PM
Boesj Boesj is offline
Junior Member
 
Join Date: Jun 2015
Posts: 8
Boesj is on a distinguished road
Default

Re: 1min preview


Just wanted to let you guys know that it works at my place.
Thx verry much !!!
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 09:09 AM.


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