View Single Post
  #349  
Old 02-07-2016, 03:51 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by stream_monkey View Post
Forgive me if this has been asked/answered before, but is there a way to channel the output of a live stream to a media player (e.g. vlc)?

I am checking out the Super Bowl stream from cbs.com and it would be nice to stream it to vlc rather than use the browser. Obviously I am able to capture it to disc, but i am hoping to be able to actually view it in a stand-alone player in realtime.

I tried livestreamer, but was unsuccessful.

Many thanks.

hi

with option --play

maybe need adapt the path of vlc and the part in red

Code:
php AdobeHDS.php --manifest "http://cbssuperbowlhd-lh.akamaihd.net/z/cbs_sb50lga@360996/manifest.f4m?g=JMTGGKHBYBUM&hdcore=3.3.1" --delete   --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or with livestreamer

Code:
livestreamer   "hds://http://cbssuperbowlhd-lh.akbs_sb50lga@360996/manifest.f4m?g=NKTWZVQKUYHE&hdcore=3.3.1" best
Reply With Quote