Es schrieb hermann pitton: > > Hi Robert, > > Es schrieb "Robert L. RAKSI": > > > > Hi! > > > > I managed to stream a tv channel with ffmpeg but I have a problem. How > > can i configure the v4l2 device for a specifig channel/frequency, volume > > etc. remotely with some command line tool, without starting for example > > tvtime or xawtv? > > > > I tried this: > > v4lctl -v 1 setinput Television setnorm PAL setchannel 28 volume mute off > > > > But it doesnt work :( > > > > Volume mute off/on and x% works here over the net on "-c /dev/video0" > with xawtv_3.89 and there is devel on v4lctl for v4l2 I believe. Someone > may ask soon, why language switching can not be done with v4lctl. For > setfreqtab and then setchannel I'm also not through and if that can be > achieved with the scripts offered here, all is ready. > update: Setchannel works over the net not using setfreqtab on the same command line. Also I forgot to mention that of course setnorm and setinput works :) Hermann --