Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCHi, I want to watch the Kevin Trudeau Show (ustream.tv) every day with MPlayer or VLC without looking at the CPU goes to 30% to 100% every time I'm watching it live
Links: http://www.ustream.tv/channel/kevin-trudeau-show http://www.ustream.tv/channel/522259 I've found a related script to do that job but it does not work gist: 634461 - download live video from ustream using rtmpdump.- GitHub (by fuba) tech memo / Textt I have tried to imitate Hacker News | For Linux users wanting to watching without using browser + flash, using mplayer... without success This is the information that has been taken during the time that the show went on air live http://rghost.net/4522689 (files, links and wget logs of the http_headers) The wanted stream(s) rtmp://flash72.ustream.tv/ustreamVideo/522259 rtmp://flash73.ustream.tv/ustreamVideo/522259 rtmp://flash77.ustream.tv/ustreamVideo/522259 |
#2
|
|||
|
|||
Re: www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCThe live stream begins on every Monday - Friday 10am - 11am PT (Pacific Time Zone).
The live stream started 48 minutes ago (for the record) Edit: I've found this url today: rtmp://flash60.ustream.tv/ustreamVideo/522259 This is the information that has been taken during the time that the show went on air live http://rghost.net/4686397 (I've downloaded everything that was on this page) |
#3
|
|||
|
|||
Re: www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCHow did you download the stream? Just used the URL above in MPlayer or VLC?
I use Replay Media Catcher 4 for downloading/capturing videos from UStream.TV |
#4
|
|||
|
|||
Re: www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCQuote:
Hex editors/viewers for X11 (GNU/FreeBSD/Linux): Ghex, HT Editor, Jeex, wxHexEditor. Hex editors/viewers for Window$: Extreme Editor, MadEdit, PSPad (Proprietary/Not FLOSS). To collect the data (in the archived file) I have used AdBlock Plus (Open blockable items) feature which is based on LiveHTTPHeaders. |
#5
|
|||
|
|||
Re: www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCJust curious regarding the perl script you linked to. I also experience where it does not work on every ustream page. Some pages it says "no video url at xxxxx.pl line 32", I tried hacking on the source but can't get it to work. The problem has something to do with this part.
Code:
sub get_video_url { my $url = shift; my $amf_bin = get($url); if ($amf_bin =~ m|(rtmp://[^/]+/ustreamVideo/(\d+))|m) { return ($1, $2); } |
#6
|
|||
|
|||
Re: www.ustream.tv: watch Kevin Trudeau Show with MPlayer, VLCCome'on, Come'on, !! the show is about to end in 30 minutes :P
P.S. I believe that every ustream.tv page with Live Stream can be tested. |
Tags: ktrn, mplayer, rtmpdump, ustream, ustream tv, vlc |
Thread Tools | |
Display Modes | |
|
|