Hi. On Fri, Aug 02, 2019 at 10:15:43AM +0200, john doe wrote: > >> cvlc > >> https://bcsecurelivehls-i.akamaihd.net/hls/live/621275/1539097700001/master.m3u8 > >> \ > >> --sout '#standard{access=http,mux=ogg,url=0.0.0.0:8080' > >> > >> clvc http://localhost:8080 > >> > > > > Simply changing '127.0.0.1' to '0.0.0.0' does the trick. > > You save the rest of my day and my night. > > > > I'll look at your suggestion tmrw. > > Using vlc gui I come up with the following line: > > cvlc -vvvv <URL> --sout > transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=8000,scodec=none}:http{mux=mp3,dst=:8080/} > > The stream is played in the player instead of being redirected through > http, what am I missing?
You invoked a very verbose mode, might show its output as well. This one looks fishy - "dst=:8080". Are you trying to send a stream to the same host? > Regarding mpd: > > The program mpd will stop because it can't parse the first URL in the > m3u8 file. > I'll look at the man page to see if I find something relevent to this. Works for me, usually. As long as it's a real m3u8, not some HTML-riddled-with-JS monstrosity. Reco

