Since I upgraded to VLC 1.1.5 I cannot play ISOs from encrypted DVDs anymore. The playback (if it happens at all) is choppy and unreliable. And it takes ages for VLC to retrieve the CSS keys. I read about VLC 1.1 bugs related to ISO playback. The problem is not related to my Kubuntu system as mplaye...
Solved it myself - this transcode did the trick:
vlc v4l2:///dev/video1:width=720:height=576:input=1:fps=25 --input-slave=alsa://hw:2,0 --sout '#transcode{acodec=mp3,ab=64,channels=1}:display'
I am using the following command line to play live captured video from a Hauppauge WinTV USB2 card: vlc v4l2:///dev/video1:width=720:height=576:input=1 --input-slave=alsa://hw:2,0 Video and audio are fine except that the audio is only coming out of the right speaker. Is there a way to tell VLC via c...
I am trying to re-broadcast streams from BBC iPlayer in a local network to save bandwidth. I have tried many different command lines, but I am only able to allow VLC to display the stream on the local display with this: get_iplayer --pid tv:PROGRAMNAME --stdout --nowrite | vlc file:///dev/stdin I wa...
I am posting this here, as JACK is available for both Mac OSX and Linux:
How do I use the JACK output module?
I cannot find anything in the documentation or on the forums about this. I compiled VLC with jack enabled, but I could not find a way to make VLC show up in qjackctl.
Has anybody got JACK output in version 0.8.5 going? I am using the Ubuntu package from the nightlies.videolan.org page, but cannot find any JACK option in VLC.
If the package was build without --jack-enabled, then please package maintainers enable this for future packages.
I have read that VLC version 0.8.5 supports JACK output. I could not find any detailed information about this. Does anybody know how to use it?
tnx Mark