0

Can anyone suggest software to download / grab live video streams from Ustream, Youtube etc. as they are streaming live?

Video downloading tools do not work with live streams.

3 Answers3

0

rtmpdump can capture live and not live rtmp streams well (plain rtmp and encrypted sessions too). But it looks like youtube is not using rtmp flash streamin for their live broadcasts. Instead they come up with some other idea.

Check out Stefan Sundin's instructions on how to capture youtube live streams.

For Ustream rtmpdump should work. Helper scripts and instructions for Ustream can be found here or here.

falconer
  • 15,026
  • 3
  • 48
  • 68
  • Thank you,falconer! I am not really that tech-savvy. I start to fail to understand Stefan Sundin's instructions from the third paragraph: I don't have a "favorite browser’s network monitor" and so on. As far as I understand there is no easy (preferably GUI) way to download Youtube live streams? – user223801 Dec 09 '13 at 20:12
  • Yes, or at least I don't know any easy (GUI) way. But maybe someone else knows. – falconer Dec 09 '13 at 20:47
0

You could always just record it from your screen with SimpleScreenRecorder or something. Although it means you have to watch it on your screen as it goes on.

Dan Johansen
  • 962
  • 6
  • 11
0

You can use this plugin with fire fox. if you are on windows you can install Internet Download Manager.

lon3r
  • 11