Additional feedback; Hauppage USB-Live 2 works out of the box with Xubuntu 12-04 Beta 2 and VLC 2.0.2 Twoflower (revision 2.0.1+git20120404+r151). Sound does not work on Terratec Grabby and Dazzle DVC100. Also tested on VLC media player 2.1.0-git Rincewind (revision 2.1.0~~git20120401+r1309) with th...
Some tests performed on VLC media player 2.1.0-git Rincewind (revision 2.1.0~~git20120324+r1286). Pulse audio works standalone: vlc pulse://alsa_input.usb-TerraTec_Electronic_GmbH_TerraTec_Grabby-01-Grabby.analog-stereo Alsa audio also works: vlc alsa://hw:2,0 Video capture without sound also works:...
Tested with different values for live-caching; 300, 1000, 10000, with no effect.
An observation is that sound works when vlc 2.1.0 is installed on top of 1.1.12, but disappears after reboot.
Some kind of changed setup?
When using vlc 2.0.0 - 2.1.0 (git repo) with USB video/audio capture devices (em28xx-based), sound is not working. The same setup works with vlc 1.1.12. When testing with a video file, the sound works for both 1.1.12 and 2.1.0. The test configuration is using /dev/video0 for video and hw:2,0 for aud...
I have previously asked about using V4L video with ALSA audio capture through the NPAPI plugin on Chromium, see: http://forum.videolan.org/viewtopic.php?f=13&t=98531 I have now patched the code to add an input-slave option to the target. Is this the right way to do it, or is there a cleaner way?...
Adding the same option to the media object, probably.
Have been trying to figure this out
Do you mean adding support for input-slave="alsa://hw:2,0" in the embedded object or just add it to the target line (didn't succeed so far...)?
I actually made a small tweak to check if I could fool the plugin to accept my alsa input. It worked, but there must be a better way to do it! :) --- a/npapi/vlcplugin_base.cpp +++ b/npapi/vlcplugin_base.cpp @@ -438,10 +438,14 @@ NPError VlcPluginBase::init(int argc, char* const argn[], char* const ...
When trying to display a video/audio capture device through npapi-vlc plugin in a chromium-browser only the video is displayed. The following html code is used. Any suggestions on how to get the alsa device into play would be appreciated (tested with vlc 1.1.12 and vlc 2.0.1). Arguments have been fo...
Solved.
Downloaded latest code from http://git.videolan.org/git/npapi-vlc.git
Built, installed libvlcplugin.so to /usr/lib/mozilla/plugins and tested OK with a short html test code snippet in chromium-browser on Oneiric Ozelot.
Is there a plugin that will make it possible to embed VLC-rendered video in an html5-based webpage that will be accessed through a Chrome/Chromium browser?