LenMaroko wrote:
> Found this on the web but does not really know how to handle it :(
> Does it add something to you ?
>
> ffmpeg -i http://test.live.net.il/glgltz-a-zixief.m3u8 -vn -ac 2 -c:a
> libmp3lame -y -f mp3 - | cvlc file:///dev/stdin -I dummy --live-caching
> 2000 --network-caching 2000 --sout-mux-caching 2000 --sout-audio
> --no-sout-video --sout-http-mime "audio/mpeg3" --no-sout-mono-downmix
> --sout "#std{access=http,mux=mp3,dst=:8888}" vlc://quit
Too complicated - you end up adding more applications and so more
unrelated things that could wrong.
try
Code:
--------------------
ffmpeg -loglevel verbose -i http://test.live.net.il/glgltz-a-zixief.m3u8
-f flac testoutput.flc
--------------------
Have a guess at how long you usually have to wait before getting a
problem. Then start the ffmpeg and wait to see if you get any error
messages. After a while stop ffmpeg (wait a few minutes if you get
error messages) and then try playing the testoutput.flc Flac file.
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=103158
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins