Hi all, My configuration is Freevo 1.4.1 with a Miro Pctv And a SBLive. The sound is external and getin the LineIn in my SBlive. MY SBLIVE is using Two Sets of speakers (front, rear) Freevo is working fine :o) but when I'm recording using the freevo webinterface + mencoder... I don't have any sound on my AVI whereas I can hear it. I knew that I did a record with sound but I didn't understood why I wasn't able to reproducte it.
I'VE FOUND IT AFTER ONE DAY OF TESTS :( When you runs plugins from the GUI (mplayer, radio etc..) it works. But when you quit it, InputGain & LineInVolume are set to 0 !!!! def stop(self): """ Stop mplayer and set thread to idle """ print 'Radio Player Stop' self.mode = 'stop' mixer = plugin.getbyname('MIXER') ----> mixer.setLineinVolume(0) <------ ----> mixer.setIgainVolume(0) <------ ----> mixer.setMicVolume(0) <------ os.system('%s -m' % config.RADIO_CMD) That's could be a good idea for the freevo GUI, but my mencoder is using InputGain (where my tv is recorded) ! So if I use the freevo GUI plugin, mencoder is no more able to record the sound ! So it could be good to set a "config.MINI_LINEIN_VOLUME", config.MINI_IGAIN_VOLUME & config.MINI_MICIN_VOLUME" I'll make a patch in that way :o) ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel