Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: Hulu download scriptThanks got it working
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 Code:
gem install rdiscount --platform=ruby Code:
ruby -rubygems -e "require 'rdiscount'; puts RDiscount.new('**Hello RubyInstaller**').to_html" Code:
gem update --system Code:
gem install nokogiri |
#12
|
|||
|
|||
Re: Hulu download scriptOne 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 Last edited by sebus : 04-12-2012 at 05:04 PM. |
#13
|
|||
|
|||
Re: Hulu download scriptQuote:
github.com/svnpenn/vessel/downloads |
Tags: hulu, ruby |
Thread Tools | |
Display Modes | |
|
|