Ustream Videos

Bug reports and enhancement requests
Post Reply
angelsguitar
Posts: 1
Joined: Sun Mar 14, 2010 11:51 am

Ustream Videos

Post by angelsguitar »

Hi. I just installed FlashGot. Very nice extension; keep up the good work!

Just wanted to comment that I have some trouble downloading videos from Ustream.tv. The FlashGot media option detects it, but the video can't be seen after downloaded to the computer (it just plays one or two seconds of black image).

I've used a Windows program called URL Snooper succesfully to download Ustream videos. What I realized is that Ustream likes to "hide" the video stream in a ghttp protocol; videos are usually streamed from an address starting with ghttp:// . Basically, what I do is take out the "g" and leave the address with http: to download the videos. Maybe by adding some support to FlashGot for the ghttp protocol (if it doesn't has it already) may help the process of grabbing the stream.

Just a suggestion, I don't know if you were aware of this, and I'm no expert in the matter, but maybe this information may help in the development of the program.
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Ustream Videos

Post by therube »

Looks to be using RTMP (which FlashGot does not see).

URL: http://www.ustream.tv/recorded/5300797/ ... ium=comedy

Link:

Code: Select all

rtmp://ustream.fcod.llnwd.net/a1450/d2<break>0/1/5/5300/5300797/1_3270231_5300797.flv
ghttp:?

libgHTTP

Class: gHttp
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9pre) Gecko/20100313 SeaMonkey/2.0.4pre
Post Reply