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