Hi, any reason you want to use FFMpeg in particular?
This stream will work with Livestreamer (
http://docs.livestreamer.io/install....ndows-binaries) however you will have to edit one file since support for UStream (which is the source of this video:
http://www.ustream.tv/exploreGrandCaymanReef) was broken a few months ago. After installing livestreamer you will need to go to C:\Program Files (x86)\Livestreamer\livestreamer-1.12.2-py2.7.egg\livestreamer\plugins and look for ustreamtv.pyc. Delete this file, open notepad and paste the code seen here:
https://github.com/pmrowla/livestrea...s/ustreamtv.py . Save this file as ustreamtv.py and move it into the plugins folder mentioned earlier.
After adding the Livestreamer folder (C:\Program Files (x86)\Livestreamer\) to $path (
http://www.howtogeek.com/118594/how-...d-line-access/) you should be able to simply open a command prompt and type:
Quote:
livestreamer "http://www.ustream.tv/exploreGrandCaymanReef" best
|
and the video should open in VLC.
To record the stream you can use:
Quote:
livestreamer "http://www.ustream.tv/exploreGrandCaymanReef" best -o fish.flv
|
and it will save to the current folder.