Beiträge von miroe4you

    Hallo,


    ob das vorne oder hinten steht spielt keine Rolle evtl .nur wegen der optik ..:-)


    so läufte es eigentlich supper über 256 Kbit ..


    /usr/bin/mencoder -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=200 -oac mp3lame -lameopts cbr:br=64 -vf scale=480:320 -o /tmp/out.avi -- - &>/tmp/out.log


    Kann man das auch mit Aufnahmen machen ..??


    Gruss
    Miroe

    Hallo Toxic


    läuft im Prinzip schon ..


    habe noch eine Frage zu


    Pstreamdev-server --remux=/root/externremux.sh


    mein /root/externremux.sh:


    #!/bin/bash
    rm -f /tmp/out.avi
    /usr/bin/mkfifo /tmp/out.avi
    cat /tmp/out.avi &
    /usr/bin/mencoder -oac mp3lame -lameopts cbr:br=48 -vf scale=0:0:1:0:0.33:0.33:qpal -ovc xvid -xvidencopts bitrate=128 -quiet -o /tmp/out.avi -- - &>/tmp/out.log


    Läuft das bei Dir denn ...


    Habe folgendes gemacht ...


    in /etc/init.d/runvdr


    umask 0002
    $BINDIR/vdr -L $PLUGINDIR $PLUGINS $COMMON_PARAMETER -v /video0 -c $CONFDIR -w 900 -E /video0/epg/epg.data -s /usr/bin/poweroff.pl -r /usr/bin/noadcall.sh < /dev/tty$VDRTTY -P'audiorecorder -r /pub/mp3' -P'streamdev-server --remux=/root/externremux.sh'


    mit ps -ef |grep stream


    sehe ich dann


    root 2593 2559 0 15:38 ? 00:00:00 /usr/bin/vdr -L /usr/lib/vdr/plugins -Pac3mode -Padmin -Padzap -Paide -Pautosort -Pautotimeredit -Pbeep -Pburn -Pcalc -Pcdda -Pchannelscan -Pchannelswitcher -Pchanorg -Pcinebars -Pclock -Pconsole -Pcontrol -Pdirector -Pdvd -Pdvdconvert -Pdvdselect -Pdvdswitch -Peggtimer -Pepgsearch -Pepgsearchclient -Pepgsearchonly -Pextrecmenu -Pfemon -Pfemonclient -Pfilebrowser -Pfreecell -Pfussball -Pgames -Pgngb2vdr -Pgraphtft -Phello -Pimage -Pipod -Pkvdrmon -Plauncher -Plogviewer -Pmailbox -Pmanual -Pmessage -Pmldonkey -Pmp3 -Pmp3ng -Pmplayer -Pmplayercluster -Pnetwork -Pnewsticker -Pnoepgmenu -Pnordlichtsepg -Posdpip -Posdteletext -Ppcd -Ppilot -Ppim -Ppin -Pplaylist -Ppluginsetup -Pprefermenu -Ppvrinput -Pradio -Pradiolist -Precstatus -Prssreader -Psavechannel -Pscreenshot -Psetup -Pshowrecinfo -Pskinclassic -Pskinelchi -Pskinreel -Psleeptimer -Psnapshot -Psoccer -Psolitaire -Pspider -Pstatusbits -Pstatusleds -Pstreamdev-client -Pstreamplayer -Psudoku -Psurfer -Pswcon -Psysinfo -Ptaste -Ptext2skin -Ptimeline -Ptrayopen -Ptvonscreen -Ptvtv -Pundelete -Pvbox -Pvcd -Pvdrc -Pvdrcd -Pvdrconvert -Pvdrrec -Pvdrrip -Pvideosystem -Pvod -Pwapd -Pweatherng -Pxxvautotimer -Pyaepg -Pzaphistory -v /video0 -c /etc/vdr -w 900 -E /video0/epg/epg.data -s /usr/bin/poweroff.pl -r /usr/bin/noadcall.sh -Paudiorecorder -r /pub/mp3 -Pstreamdev-server --remux=/root/externremux.sh
    root 2928 2819 0 15:45 ttyp0 00:00:00 grep stream


    dann ist Port 3000 erreichbar ...


    aber keine vernuenftige Übertragung ..


    gibt es eine bessre Art der Ausgabe .. Bandbreite 256Kbit ...


    wie ist eine optimale /usr/bin/mencoder konfig ...


    Gruss miroe

    Hallo Toxic ,


    mir wuerden ja vorab mal die fehlenden Dateien reichen ...



    cp -p /usr/src/VDR/PLUGINS/src/pin/scripts/*.sh /usr/bin
    cp -p /usr/src/VDR/PLUGINS/src/pin/fskcheck /usr/bin


    vielleicht laeuft es dann ..


    Kannst Du die 3 Dateien mal zu Verfuegung stellen ...


    Patch war ja frueher auch im Bigpatch erhalten .. ist ja evtl da aber das execute fehlt halt einfach ...


    Danke


    Habe Dir auch eine PN geschickt ... mit ein paar anderen Fragen ..


    Miroe

    Hallo toxic ,


    Ja das Pin Plugin braucht einen Patch fuer den VDR .. könntest Du das bitte noch machen ...


    Installation:
    -------------


    Plugin in .../VDR/PLUGINS/src/
    auspacken und den Link anlegen.


    PIN-Patch auf den VDR anwenden. Das Patch ist für die VDR Version 1.3.44 enthalten (vdr-1.3.44-plain.diff).
    Für andere VDR Versionen gibt es möglicherweise Rejects, diese dann bitte von Hand auflösen oder
    mir melden, dann stelle ich (wenn's die Zeit hergibt) ein Patch für die gewünschte Version bereit.


    > Achtung bei Verwendung des Bigpatch in Version vdr-1.3.44-bigpatch-test2.tar.bz2:
    > In diesem Bigpatch ist bereits eine ältere Version enthalten. Daher, um
    > auf den aktuellen Stand des PIN-Patches zu kommen, nach dem Bigpatch das Patch
    > vdr-1.3.44-with-bigpatch-test2.diff anwenden.
    > Ab Bigpatch Version vdr-1.3.45 wir kein weiterer Patch benötigt.


    cd /usr/src/VDR
    cat PLUGINS/src/pin/patches/vdr<version>.diff | patch
    make clean
    make [REMOTE=LIRC ...]


    Ob das jetzt schon im Bigpatch drinn ist weis ich nicht ??



    Gibt aber eh schon eine pin-0.0.20 unter http://www.jwendel.de/vdr/


    auf jeden Fall


    cp -p /usr/src/VDR/PLUGINS/src/pin/scripts/*.sh /usr/bin
    cp -p /usr/src/VDR/PLUGINS/src/pin/fskcheck /usr/bin


    braucht ma die Dateien ...


    Was sagts zu den anderen 2 Fragen .. ???

    Niemand ein Idee zum PIN sollte ich dringend wieder haben ...


    Meine Kinder können sonst alle Filme auf der maschine sehen .. und das ist so nicht gewollt HAt bisher immer sauber funktioniert ..


    Es sieht aus fehlen die Dateien :


    cp -p /usr/src/VDR/PLUGINS/src/pin/scripts/*.sh /usr/bin
    cp -p /usr/src/VDR/PLUGINS/src/pin/fskcheck /usr/bin


    fskprotect.sh
    fskcheck
    fskcheck-demo.sh

    Hallo,


    also mein PIN Plugin laeuft nicht mehr ...


    Im log kommt kein check auf die Programme und auch kein check auf dateien und Ordner ...


    fskcheck finde ich nicht im System


    MP3NG zeigt keine Themes an ..


    Muss wohl auch etwas geandert werden ...


    ...
    TOXIC kannnst Du nicht eine Zusammenfassung schreiben :)


    Gruss


    Miroe

    Hallo Dr. Seltsam ...



    Deine Vermutung ist so auch nicht richtig :


    hier eine Beispiel :


    LIRC.Channel+ CHAN+
    LIRC.Channel- CHAN-



    Was etwas komisch ist ... das das Device funktioniert aber auf den VDR nicht reagiert ...


    Ach ja .. ich sage ja nicht unbedingt das es am Kernel liegt .. aber was kann es sein habe auch schon auf den den neuen Toxic Version abgedatet ..


    Ohne Erfolg ...


    Habe leider keinerlei Idee mehr was es noch sein koennte ..


    Gruss


    Miroe

    Hier noch ein paar Ergaenzungen ...
    Hat niemand eine Idee ...



    Das laden des Treibers :


    modprobe -v lirc_dev
    insmod /lib/modules/2.6.17.8/misc/lirc_dev.ko


    modprobe -v lirc_atiusb
    insmod /lib/modules/2.6.17.8/misc/lirc_atiusb.ko


    scheint o.k.


    lirc_dev: IR Remote Control driver registered, at major 61
    lirc_atiusb: USB remote driver for LIRC v0.5
    lirc_atiusb: Paul Miller <pmiller9@users.sourceforge.net>
    lirc_dev: lirc_register_plugin: sample_rate: 0
    lirc_atiusb[3]: X10 Wireless Technology Inc USB Receiver on usb2:3
    usbcore: registered new driver lirc_atiusb


    Ein ls -la /dev/lirc*


    crw-r--r-- 1 root 50 61, 0 Nov 15 2005 /dev/lirc
    srw-rw-rw- 1 root 50 0 Sep 17 10:24 /dev/lircd
    prw-r--r-- 1 root 50 0 Nov 15 2005 /dev/lircm


    zeigt auch keine Fehler ...


    Danach der Hardware-Test ist auch o.k.


    Druecken der Taste 1-9


    mode2 -d /dev/lirc


    code: 0x14e20d0000
    code: 0x14e20d0000


    code: 0x14e30e0000
    code: 0x14e30e0000


    code: 0x14e40f0000
    code: 0x14e40f0000


    code: 0x14e5100000
    code: 0x14e5100000


    code: 0x14e6110000
    code: 0x14e6110000


    code: 0x14e7120000
    code: 0x14e7120000


    code: 0x14e8130000
    code: 0x14e8130000


    code: 0x14e9140000
    code: 0x14e9140000


    code: 0x14ea150000
    code: 0x14ea150000


    Erstellen einer neuen lircd.conf


    irrecord /tmp/test.con



    # Please make this file available to others
    # by sending it to <lirc@bartelmus.de>
    #
    # this config file was automatically generated
    # using lirc-0.8.1pre1(default) on Sun Sep 17 10:02:30 2006
    #
    # contributed by
    #
    # brand: MEDION RF Remote Control
    # model no. of remote control:
    # devices being controlled by this remote:
    #


    begin remote


    name medion_rf_rc
    bits 16
    eps 30
    aeps 100


    one 0 0
    zero 0 0
    pre_data_bits 8
    pre_data 0x14
    post_data_bits 16
    post_data 0x0
    gap 219972
    toggle_bit 0



    begin codes
    TV 0x012C
    VCR 0x022D
    DVD 0xD904
    MUSIC 0xDB06
    RADIO 0x032E
    PHOTO 0xDA05
    TV_PREVIEW 0x042F
    CHANNEL_LIST 0x0530
    SETUP 0xF01B
    VIDEO_DESKTOP 0x0631
    CHAN+ 0xE00B
    CHAN- 0xE10C
    VOL+ 0xDE09
    VOL- 0xDD08
    MUTE 0xD500
    RED 0x0732
    GREEN 0x0833
    YELLOW 0x0934
    BLUE 0x0A35
    TXT 0xEB16
    1 0xE20D
    2ABC 0xE30E
    3DEF 0xE40F
    4GHI 0xE510
    5JKL 0xE611
    6MNO 0xE712
    7PQRS 0xE813
    8TUV 0xE914
    9XYZ 0xEA15
    TV_RADIO 0xF11C
    0-- 0xEC17
    BACK 0xF520
    RENAME 0x0B36
    SNAPSHOT 0xED18
    UP 0xEF1A
    DOWN 0xF722
    LEFT 0xF21D
    RIGHT 0xF41F
    OK 0xF31E
    ACQUIRE_IMAGE 0x0C37
    EDIT_IMAGE 0x0D38
    FR 0xF924
    PLAY 0xFA25
    FF 0xFB26
    RECORD 0xFC27
    STOP 0xFD28
    PAUSE 0xFE29
    PREVIOUS_TACK 0xF621
    FULLSCREEN 0x0E39
    NEXT_TRACK 0xF823
    DVD_MENU 0xEE19
    POWER 0xD702
    DVD_AUDIO 0x0F3A
    end codes


    end remote


    diese nach /etc/lircd.conf verschoben ....



    Die remote.conf ist auch o.k.


    -rw-rw-r-- 1 root root 1869 May 18 19:38 /etc/vdr/remote.conf



    start-stop-daemon --start --verbose --exec /usr/bin/lircd -- /etc/lircd.conf
    Starting /usr/bin/lircd...


    ps -ef |grep lirc
    root 24014 23615 0 10:41 ttyp2 00:00:00 grep lirc


    irw
    connect: Connection refused

    Hallo,


    Meine X10 Wireless Technology Inc USB Receiver funyt nicht mehr ..


    Was ist denn hier falsch ...


    Nach Kernel update geht nichts mehr ...


    FB ist getest und Windows und geht ...


    Kernel :


    Linux version 2.6.17.8 (root@GA-7IXE4) (gcc-Version 3.3.5 (Debian 1:3.3.5-8ubuntu2)) #3 PREEMPT Sat Aug 19 15:27:40 CEST 2006



    dmesg:


    usbcore: registered new driver usb-storage
    USB Mass Storage support registered.
    lirc_dev: IR Remote Control driver registered, at major 61
    lirc_atiusb: no version for "lirc_unregister_plugin" found: kernel tainted.


    lirc_atiusb: USB remote driver for LIRC v0.5
    lirc_atiusb: Paul Miller <pmiller9@users.sourceforge.net>
    usbcore: registered new driver lirc_atiusb


    lircd:


    lircd --version
    lircd 0.8.1pre1


    -rw-r--r-- 1 root 50 23711 Aug 19 19:31 /lib/modules/2.6.17.8/misc/lirc_atiusb.ko


    ______


    if [ $USE_INTERNAL_IR != "yes" ]; then
    #setserial /dev/ttyS0 uart none
    #loadmodule lirc_serial
    loadmodule lirc_atiusb
    $BINDIR/lircd
    else
    #if [ $INVERT_SIGNAL = "yes" ]; then
    # LOADKEYS_PARAM="-i"
    #fi
    #/usr/bin/av7110_loadkeys $LOADKEYS_PARAM /etc/vdr/loadkeys/default.rc5 > /proc/av7110_ir
    # add -Premote to $PLUGINS?
    PLUGINS="$PLUGINS -Premote"
    fi



    killall lircd >/dev/null 2>/dev/null
    #rmmod lirc_serial >/dev/null 2>/dev/null
    rmmod lirc_atiusb >/dev/null 2>/dev/null
    ;;


    in sysconfig


    USE_INTERNAL_IR="no"
    INVERT_SIGNAL = "no"

    Hallo,


    hat jemand eine Idee wie man einen Apache2 auf LINvdr yu laufen bringt ..


    apache2 apache2-common apache2-doc apache2-utils
    libapache2-mod-musicindex
    libapache2-mod-proxy-html


    Folgenden habe ich am laufen:


    Server version: Apache/1.3.26 (Unix) Debian GNU/Linux
    Server built: Nov 12 2004 17:08:10



    Haette aber gerne die proxz funktion und vorallem MusicIndex ..


    Howto Stream Music with Apache2


    In this howto we make Apache2 stream music (MP3, FLAC, Ogg Vorbis and MP4/AAC files) using mod_musicindex.



    install the libraries


    they're usually available over the package manager of your distribution


    * libogg-dev
    * libvorbis-dev
    * libid3tag0-dev
    * libmad0-dev
    * libflac-dev
    * libapache2-mod-musicindex



    add the module to apache


    edit the file /etc/apache2/httpd.conf and add this line


    LoadModule musicindex_module /usr/lib/apache2/modules/mod_musicindex.so


    share the directory


    depending on what config-file you use you might edit "/etc/apache2/conf.d/alias"



    to stream music from the local directory /home/foo/music you'd add this:


    Alias /music /home/foo/music/
    <Directory /home/foo/music/>
    Options Indexes MultiViews FollowSymlinks
    AllowOverride Indexes
    MusicLister On
    MusicSortOrder album disc track artist title length bitrate freq
    MusicFields title artist length bitrate
    MusicAllowDownload Off
    MusicAllowStream On
    MusicAllowSearch On
    # MusicRssItems Off
    MusicPageTitle home
    MusicCssDefault musicindex.css
    MusicCachePath /tmp/musicindex
    # MusicIceServer [ice.domain.my]:8000
    # MusicCookieLife 300
    </Directory>




    restart apache


    as root do


    # /etc/init.d/apache2 restart



    all done! :D


    in this example we'd access the music by browsing to http://localhost/music




    simple cosmetics


    edit this file: /var/www/musicindex/musicindex.css



    find that tag:


    table#directories div > a.rss {
    font-size: 10pt;
    }



    and change it to:


    table#directories div > a.rss {
    font-size: 10pt;
    margin-left:200px;
    }



    you'll have much more overview now because of the space between the directories ; )

    Hallo,


    hat jemand schon das Setup Plugin vdr-setup-0.3.1


    mit vdr 1.4.1 am laufen ...


    Fehler beim make plugins ..



    Plugin setup:
    make[1]: Entering directory `/usr/src/vdr/vdr-1.4.1/PLUGINS/src/setup'
    make[1]: *** Keine Regel vorhanden, um das Target »tinystr.h«,
    benötigt von »setup.o«, zu erstellen. Schluss.


    jemand eine Idee ...

    Hallo,


    habe folgendes Problem ...



    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LANGUAGE = "de_DE:de:en_GB:en",
    LC_ALL = (unset),
    LANG = "de_DE@euro"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").


    der Befehl


    locale


    LANG=de_DE@euro
    LANGUAGE=de_DE:de:en_GB:en
    LC_CTYPE="de_DE@euro"
    LC_NUMERIC="de_DE@euro"
    LC_TIME="de_DE@euro"
    LC_COLLATE="de_DE@euro"
    LC_MONETARY="de_DE@euro"
    LC_MESSAGES="de_DE@euro"
    LC_PAPER="de_DE@euro"
    LC_NAME="de_DE@euro"
    LC_ADDRESS="de_DE@euro"
    LC_TELEPHONE="de_DE@euro"
    LC_MEASUREMENT="de_DE@euro"
    LC_IDENTIFICATION="de_DE@euro"
    LC_ALL=


    /etc/locale.gen


    de_DE@euro ISO-8859-15


    gibt folgendes aus ..


    in


    env


    sind LANG LANGUAGE oder LC gesetzt ...


    LANG=de_DE@euro
    LANGUAGE=de_DE:de:en_GB:en



    perl --version


    This is perl, v5.8.4 built for i386-linux-thread-multi


    Copyright 1987-2004, Larry Wall



    dpkg-reconfigure locales


    Zu generierende Standorteinstellungen:


    [*] Alle Standorteinstellungen



    Standard-Standorteinstellung für die System-Umgebung?


    [*] de_DE@euro


    Generating locales (this might take a while)...


    locales-gen


    was fehlt denn noch ??