On Fri, Apr 16, 2010 at 7:19 PM, David Liontooth <lionteeth@xxxxxxxxxx> wrote: > I'm using a HVR-1850 in digital mode and get good picture and sound using > > mplayer -autosync 30 -cache 2048 dvb://KCAL-DT > > Closed captioning works flawlessly with this command: > > zvbi-atsc-cc -C test-cc.txt KCAL-DT > > However, if I try to run both at the same time, I get a device node > conflict: > > zvbi-atsc-cc: Cannot open '/dev/dvb/adapter0/frontend0': Device or resource > busy. > > How do I get video and closed captioning at the same time? To my knowledge, you cannot run two userland apps streaming from the frontend at the same time. Generally, when people need to do this sort of thing they write a userland daemon that multiplexes. Alternatively, you can cat the frontend to disk and then have both mplayer and your cc parser reading the resulting file. Devin -- Devin J. Heitmueller - Kernel Labs http://www.kernellabs.com -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html