Stefan schreef: > On Sunday 09 July 2006 00:17, Peter Vollebregt wrote: > >> Stefan schreef: >> >>> On Saturday 08 July 2006 17:43, Peter Vollebregt wrote: >>> >>>> Paul Zirnik schreef: >>>> >>>>> On Saturday 08 July 2006 12:44, Peter Vollebregt wrote: >>>>> >>>>>> Sander Sweers schreef: >>>>>> >>>>>>> On Sat, 2006-07-08 at 10:56 +0200, Peter Vollebregt wrote: >>>>>>> >>>>>>>> Stefan schreef: >>>>>>>> But for poor not so technical me: >>>>>>>> - i can 'make' the program >>>>>>>> - but there is no 'make install' >>>>>>>> >>>>>>> You can run it by issuing ./ivtv-manager or you can copy the binary >>>>>>> to /usr/local/bin/ >>>>>>> >>>>>>> Greets >>>>>>> Sander >>>>>>> >>>>>> Sander thanks, >>>>>> >>>>>> But om my SuSE 10.1 (32 bits install on a AMD 64 system) i get glibc >>>>>> errors: glibc version: glibc-2.4-31.1 >>>>>> >>>> <snip> >>>> >>>> >>>>>> *** glibc detected *** ./ivtv-manager: munmap_chunk(): invalid >>>>>> pointer: 0xbfd3eb45 *** >>>>>> >>>> <snip> >>>> >>>> >>>>>> Peter >>>>>> >>>>> Had the same problem on SUSE 10.1 >>>>> Also had a problem that the signal detection takes longer on my system. >>>>> Here is what i've done to fix it. >>>>> >>>>> greets, >>>>> Paul >>>>> >>>> Paul, >>>> >>>> Thanks. As far as i can handle diff files (sorry) i tried to do this - >>>> but the same error occurred again. For information again: >>>> >>>> What i did: >>>> - added 'sleep(1) ;' to line 114 in ivtv-ctrl.c >>>> - commented out 'free ( homedir );' by adding '//' before it in line 238 >>>> in ivtv-manager.c >>>> >>>> - did a 'make clean' and 'make' >>>> - ./ivtv-manager => error >>>> >>> You can remove all free( homedir ) statements! >>> >> OK. I removed all occurences from ivtv-ctrl.c and ivtv-manager.c >> Then it compiled without errors and i could move he executable >> 'ivtvmanager' to /usr/local/bin >> >> Then i could run without errors (as a user): >> ivtv-manager -s /dev/video0 europe-west >> This created the file 'ivtv-manager' with the found frequencies in my >> homedir >> >> And now it works (mythtv and also mplayer change channel and volume by >> using ivtv-manager) >> >> The only thing i would like is a nice way to fine-tune. >> For example: channel 68 is normally on frequency 847250 >> But i have a channel on 68 that is on frequency 849250 >> It would be wonderfull to be able to finetune it on the fly (as on my >> TV-set) and then save this frequency as channel 68. Luckily only some >> channels deviate this much...... >> >> Stefan, thanks for this nice tool >> >> Peter >> >> >> >> _______________________________________________ >> ivtv-users mailing list >> [email protected] >> http://ivtvdriver.org/mailman/listinfo/ivtv-users >> > > Now i have a new version http://www.lynic.de/ivtv-manager-1.01.tar.bz2 (or > attachment). > > > Stefan,
Due to my holiday and a busy life this is very late, but i have been testing your program with succes. The only issue i have (that i stil have to report back) is that the + sign is also used by mplyer to forward. So if yo use it in a high speed while finetuning you will reach the end of the file and mplayer stops playing. The chosen steps are fine. I can fine-tune in a very easy way with your program (and with no other actually). What would be nice is to be able to add/change the name of the channel to a meaningfull thing like 'BBC2'. Now i have to remember that nr 27 = BBC2. In return i can give you the following as basic documentation to add to your webpage. See below. Thanks again, Peter Vollebregt Description / how-to for using ivtv-manager: ivtv-manager is a small program to control the TV-channel from a shell by using cursor-keys. You can run the program and change the channels by pressing the up/down keys, change the volume by the left/right keys and you can input the channel number by the numeric keys (you can submit the channel by wait a second or pressing the return key). Also finetuning is now possible To get a better signal) The controls: key up/down = change the channel key left/right = change volume m = mute +/- = fine tune ( are these steps ok?) s = save configuration (to save fine tuning) (1234567890) = direct channel number input return = submit channel number input To install: Install it by unpacking the program, and the run 'make' in that directory. There is no 'make install' - You can run it by issuing ./ivtv-manager or you can copy the binary to /usr/local/bin/ To find the proper frequncies and fill the frequency table: As a user run: ivtv-manager -s /dev/video0 europe-west This creates the file 'ivtv-manager' with the found frequencies in your homedir 'europe-west' is an example (this is where i live). For your country pick the correct one from the file 'frequencies.c' in the ivtv-manager directory. To watch TV: Then start reading the signal via (the path can point anywhere where you can read/write and have ample space) : cat /dev/video > ~/test.mpg look at the signal via mplayer ~/test.mpg _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
