View Single Post
  #7  
Old 07-27-2015, 08:05 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: How do I play BBC live stream in VLC Media Player?


Add a custom title to VLC (e.g. BBC One):

Code:
livestreamer "hds://a.files.bbci.co.uk/media/live/manifests/hds/pc/llnw/bbc_one_hd.f4m" best -p "C:\Program Files\VideoLan\VLC\vlc.exe --input-title-format \"BBC One\""
Specify another video player (e.g. MPC-HC) instead of VLC:

Code:
livestreamer "hds://a.files.bbci.co.uk/media/live/manifests/hds/pc/llnw/bbc_one_hd.f4m" best -p "C:\Program Files\Media Player Classic - Home Cinema\mpc-hc.exe"
Reply With Quote