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
  #11  
Old 04-06-2012, 06:08 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Thumbs up

Re: Hulu download script


Thanks 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
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

Reply With Quote
  #12  
Old 04-12-2012, 12:34 PM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

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

Last edited by sebus : 04-12-2012 at 05:04 PM.
Reply With Quote
  #13  
Old 04-12-2012, 12:50 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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
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:49 PM.


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