View Single Post
  #22  
Old 06-08-2016, 02:04 AM
sebus sebus is offline
Member
 
Join Date: Apr 2012
Posts: 30
sebus is on a distinguished road
Default

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


How does one get the correct links? Packet capture?

Also how to re-stream BBC via LS & VLC on Windows?

Code:
livestreamer --player="C:\Program Files\VideoLAN\VLC\vlc.exe" --player-args ":file-caching=5000 :sout=#duplicate{{dst=http{{mux=ffmpeg{{mux=flv}},dst=:8080/}},dst=display}} :sout-keep" "hds://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hds/uk/pc/ak/bbc_one_hd.f4m" best
does nothing, does not error out, opens VLC, but nothing is shows locally & nothing is streamed

Code:
livestreamer --player="C:\Program Files\VideoLAN\VLC\vlc.exe" "hds://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hds/uk/pc/ak/bbc_one_hd.f4m" best
works perfectly fine, as does

Code:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv "E:\Media\Movie.1024x_(Source).mp4" :sout=#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8080/},dst=display} :sout-keep
It also makes no difference if I use %APPDATA%\livestreamer\livestreamerrc

Code:
player="C:\Program Files\VideoLAN\VLC\vlc.exe" :file-caching=5000 :sout=#duplicate{dst=http{mux=ffmpeg{mux=flv},dst=:8080/},dst=display} :sout-keep
Streaming from VLC does not happen (but the local display does)

Thanks

sebus

Last edited by sebus : 06-08-2016 at 04:14 AM.
Reply With Quote