Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Hulu download script

(http://stream-recorder.com/forum/showthread.php?t=11306)

evol 04-06-2012 05:08 AM

Re: Hulu download script


 
Thanks got it working :D

What i did..........

1. Downloaded Ruby 1.9.3-p125

2. Downloaded RubyInstaller DevKit

3. Setup DevKit..........

a) Extracted the DevKit.7z to C:\DevKit
b) From CMD Prompt > cd C:\DevKit
Code:

ruby dk.rb init
Code:

ruby dk.rb install
c) Test DevKit is working
Code:

gem install rdiscount --platform=ruby
d) Test that gem is working
Code:

ruby -rubygems -e "require 'rdiscount'; puts RDiscount.new('**Hello RubyInstaller**').to_html"
4. Update to the latest RubyGems version
Code:

gem update --system
5. Install nokogiri gem
Code:

gem install nokogiri
6. Finished run hulu.rb

:cool:

sebus 04-12-2012 11:34 AM

Re: Hulu download script


 
One also needs procdump installed

as well as rtmpdump (it is not good assuming everybody has it)

procdump
grep
strings
rtmpdump

files must be in same /bin folder as the hulu.rb (having them in system path ie \windows\system32 is not working)


If I only knew very easily which of the streams (35 in total) is actually the one I want...
But good bet is 1000_h264 stream...

Is there a way to save .mp4 (as in the stream) directly and not as .flv , so I do not have to remux it?

ffmpeg -i filename.flv -vcodec copy -acodec copy filename.mp4

sebus

svnpenn 04-12-2012 11:50 AM

Re: Hulu download script


 
Quote:

Originally Posted by sebus
'strings' is not recognized as an internal or external command,
operable program or batch file.

This script is still a work in progress. Strings is a program you will need on your PATH for it to work. I want to remove this dependency by calling Win32 API directly. For now you can just download it.

github.com/svnpenn/vessel/downloads


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