Beiträge von privatscheiss
-
-
Ich habe das Problem mit eventghost umgangen. Jetzt läuft die FB ohne Probleme
-
die Befehle die ich brauche funktionieren Problemlos. Sind wie gesagt Kopien aus meiner Linux XBMC Umgebung.
Ich schaue heute abend noch mal ob da noch mehr kommt als die Meldung.
"lircmap.xml Dosen't contain <[definition='3','0']keymap[/definition]>"
Ich muss zugeben da habe ich nicht weiter geschaut.
-
meine lircmap.xml
Code
Alles anzeigen<!-- This file contains the mapping of LIRC keys to XBMC keys used in Keymap.xml --> <!-- --> <!-- How to add remotes --> <!-- <remote device="name_Lirc_calls_the_remote"> --> <!-- --> <!-- For the commands the layout following layout is used --> <!-- <XBMC_COMMAND>LircButtonName</XBMC_COMMAND> --> <!-- --> <!-- For a list of XBMC_COMMAND's check out the <remote> sections of [definition='3','0']keymap[/definition].xml --> <lircmap> <remote device="speedlink"> <play>PLAY</play> <pause>PAUSE</pause> <stop>STOP</stop> <forward>FWD</forward> <reverse>REW</reverse> <left>LEFT</left> <right>RIGHT</right> <up>UP</up> <down>DOWN</down> <select>OK</select> <pageplus>CH+</pageplus> <pageminus>CH-</pageminus> <back>BACK</back> <menu>menu</menu> <title>MOUSE</title> <info>info</info> <skipplus>SKIP</skipplus> <skipminus>REPLAY</skipminus> <display>angle</display> <start>HOME</start> <record>REC</record> <volumeplus>VOL+</volumeplus> <volumeminus>VOL-</volumeminus> <mute>MUTE</mute> <power>power</power> <myvideo>videos</myvideo> <mymusic>misc</mymusic> <mypictures>tv_rec</mypictures> <mytv>tv</mytv> <one>1</one> <two>2</two> <three>3</three> <four>4</four> <five>5</five> <six>6</six> <seven>7</seven> <eight>8</eight> <nine>9</nine> <zero>0</zero> <star>*</star> <hash>AUDIO</hash> <clear>CLEAR</clear> <enter>ENTER</enter> <red>RED</red> <green>GREEN</green> <yellow>YELLOW</yellow> <blue>BLUE</blue> <teletext>txt</teletext> <!-- new kernel-based lirc button names --> <left>KEY_LEFT</left> <right>KEY_RIGHT</right> <up>KEY_UP</up> <down>KEY_DOWN</down> <select>KEY_OK</select> <start>KEY_HOME</start> <back>KEY_BACK</back> <record>KEY_RECORD</record> <play>KEY_PLAY</play> <pause>KEY_PAUSE</pause> <stop>KEY_STOP</stop> <forward>KEY_FORWARD</forward> <reverse>KEY_REWIND</reverse> <volumeplus>KEY_VOLUMEUP</volumeplus> <volumeminus>KEY_VOLUMEDOWN</volumeminus> <pageplus>KEY_CHANNELUP</pageplus> <pageminus>KEY_CHANNELDOWN</pageminus> <skipplus>KEY_NEXT</skipplus> <skipminus>KEY_AGAIN</skipminus> <mute>KEY_MUTE</mute> <power>KEY_POWER</power> <myvideo>KEY_VIDEO</myvideo> <mymusic>KEY_AUDIO</mymusic> <mytv>LiveTV</mytv> <one>KEY_1</one> <two>KEY_2</two> <three>KEY_3</three> <four>KEY_4</four> <five>KEY_5</five> <six>KEY_6</six> <seven>KEY_7</seven> <eight>KEY_8</eight> <nine>KEY_9</nine> <zero>KEY_0</zero> <red>KEY_RED</red> <green>KEY_GREEN</green> <yellow>KEY_YELLOW</yellow> <blue>KEY_BLUE</blue> <menu>KEY_DVD</menu> <clear>KEY_CLEAR</clear> <enter>KEY_ENTER</enter> </remote> </lircmap>
-
Danke für den Hinweis die fehlermedung lautet
lircmap.xml Dosen't contain <[definition='3','0']keymap[/definition]>
Soll das heißen das die keymaps da auch rein müssen?
-
Hi ich habe ein Problem XBMC funktioniert mit Windows anders als mit Ubuntu.
Meine Eckpunkte:
Win8pro
XBMC 12.0
winlirc 0.90e
atric IR an com1Ich habe also meine Speedlink FB config von Linux in das winlirc kopiert. Es Wird auch tadellos empfangen unter winlirc.
Kontrolliert mit Eventghost alles Befehle kommen da an im Format Lirc.Tastenname.Nun habe ich meine lircmap.xml von Linux genommen und diese In meinen XBMC Ordner unter Windows kopiert.
Users\%userprofile%\AppData\Roaming\XBMC\userdata\Leider reagiert XBMC nicht auf die FB
Was macht Windows XBMC anders als Linux XBMC?
Danke und Gruß
privatscheisss
-
JA ICH WILL AM XBMCNERDS GEWINNSPIEL TEILNEHMEN [verifiziert]
-
ich habe leider auch nur das was in der alsa-plugins steht
Code
Alles anzeigenA52 OUTPUT PLUGIN ================= This plugin converts S16 linear format to A52 compressed stream and send to an SPDIF output. It requires libavcodec for encoding the audio stream. A PCM using this plugin can be defined like below: pcm.myout { type a52 } In addition, the following options are available: - The "card" option specifies the card ID or number of the SPDIF. The output PCM becomes "iec958:{CARD=$CARD}" with extra AESx settings. When omitted, the default card is used. - The "slavepcm" option specifies a string of the slave PCM explicitly. This is useful if a device has no proper SPDIF configuration (e.g. usb-audio), or if you want to pass your own PCM definition. This option is exclusive with "card" option. - The "rate" option specifies the input/output sample rate in HZ. The accepted rate is either 44100 or 48000. When omitted, 48000 is used. - The "channels" option specifies the number of _input_ channels. It must be either 2, 4 or 6. The default value is 6. - The "bitrate" option specifies the bit-rate of the compressed stream in kbps. Too small or too big value may not be accepted by the encoder. When omitted, 448 is used. - The "format" option specifies the output format type. It's either S16_LE or S16_BE. As default, S16_LE is used. An example using the secondary card, 44.1kHz, 4 channels, output bitrate 256kbps and output format S16_BE looks like below: pcm.myout { type a52 card 1 rate 44100 channels 4 bitrate 256 format S16_BE } For using slavepcm option, pcm.mypcm { card 1 device 2 } pcm.myout { type a52 slavepcm "mypcm" } The plugin reads always S16 format (i.e. native-endian) as input, so you'd need plug layer appropriately to covert it.
meine asund.conf
-
Ich habe ein kubuntu 10.04 mit einer gt520 und alsa 1.24
Der Ton kommt über hdmi das funktioniert auch ganz gut
Leider kann mein receiver kein dts deshalb müsste ich downmixen auf ac3.Wenn ich dts in xbmc deaktiviere und ein Film mit dts schaue sind die Hintergrund Geräusche gut zu hören aber die Stimmen sind sehr sehr leise, kaum wahrnehmbar.
Irgendwie ist der Downmix im xbmc nicht richtig.
Nun habe ich gelesen das dass auch alsa mit einem plugin "a52" erledigen kann nur habe ich keine Ahnung wie man das in der asound. Conf einstellen muss.
Könnt ihr mir helfen?