MooTouch - XBMC remote with touch support

mooTouch is a simple remote control / web-interface for XBMC-git, currently optimized for webkit browsers and touch-enabled mobile devices (Android/iPhone/iPad). It is written in object-oriented Javascript (mootools) and is still under heavy development. It has been tested on high-res devices only (800x480 / 1024x768 / 1440x900), so i don't know if there are any inconsistencies on low-res (480x320) phones - feedback appreciated. mooTouch is loosely inspired by wTouch, but differs greatly in code approach and extensibility.
Current features
Two modes: virtual remote and media browser
Simple theming support
Simple OSD for now-playing media
Simple history/bookmark support
Simple virtual keyboard
Todo
Chunking and sorting of data (needs XBMC fixes)
More extensive media information
More and better theming
...your ideas?
Installation
Download zip from here
Manually install on addons page in XBMC
Go to Network settings and set as default web-interface
Browse to http://xbmc-ip:/8080/
Usage
On startup you are in touch-mode, gestures are:
Swipe left or right to move horizontally (arrow key)
Swipe up or down to move vertically, continue swipe will repeat action (arrow key)
Tap to select action (enter)
Tap longer (hold) to open option menu (c-key)
Swipe Left then Right (one movement) to go back to previous menu (escape)
Swipe Right then Left (one movement) to toggle GUI (tab)
Tap on Input-button to open the soft-keyboard
Tap on media info (bottom panel) to show player control (m-key)
Clicking Browse enables library mode, TVShow mode is probably not working yet.
Bug reports and feature requests welcome!

Spacenick wrote:It would be awesome if you could get it working on firefox mobile and/or the Nokia N900 browser, currently I can't control the video and the buttons look ugly. Also swipe doesn't really work.
For testing purposes you can just use the desktop version of Firefox looks pretty much the same
The styling will be pretty simple to fix, but the sliding and controls might be difficult without access to a (real) firefox-based mobile. For now i can only say that patches on that end are welcome, sorry..
edit: version bumped to 0.11, changes:
- Fix Firefox styling
Last edited by litemotiv (2011-01-16 13:44:24)

Similar Messages

  • Setting up a remote with ir-tables for use with XBMC

    My main goal is to use a remote with xbmc, but I'm having issues.
    Issue #1 (main problem): The directional keys and enter will work but no other keys seem to register.
    Issue #2: Even the keys that work have this weird usage issue, where pressing any of the same key twice loses the second key press. For example clicking up arrow 4 times results in only two actual "up's" being done. (first up works, second fails, third works, forth fails, etc)
    I've spent about four hours getting to this point and there is a lot of conflicting information out there on this subject which has had me very confused, but at this point I assume I can ignore any mention of Lirc as it seems like its not needed and if ir-keytable is used correctly things should just work?
    Quote from www.lirc.org: "Recent linux kernels make it possible to use some IR remote controls as regular input devices"
    What I have got/done:
    Machine: Zotac Zbox Nano AD10 with remote.
    Linux: Manjaro Openbox Addition
    Testing in applications: XBMC, Leafpad, Terminal
    [david@zotac ~]$ dmesg | grep CIR
    [    4.444693] ite_cir: Auto-detected model: ITE8704 CIR transceiver
    [    4.444701] ite_cir: Using model: ITE8704 CIR transceiver
    [    4.478490] input: ITE8704 CIR transceiver as /devices/virtual/rc/rc0/input8
    [    4.478531] rc0: ITE8704 CIR transceiver as /devices/virtual/rc/rc0
    [david@zotac ~]$ ir-keytable
    Found /sys/class/rc/rc0/ (/dev/input/event6) with:
            Driver ite-cir, table rc-rc6-mce
            Supported protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other
            Enabled protocols: NEC RC-5 RC-6 JVC SONY SANYO LIRC other
            Name: ITE8704 CIR transceiver
            bus: 25, vendor/product: 1283:0000, version: 0x0000
            Repeat delay = 500 ms, repeat period = 500 ms
    #My keymaps file contains (I just put the keys that I would like to use with xmbc)
    0x8034045b KEY_RIGHT
    0x8034045a KEY_LEFT
    0x8034045c KEY_ENTER
    0x80348459 KEY_DOWN
    0x80340458 KEY_UP
    0x80348421 KEY_R
    0x80340420 KEY_F
    0x80348410 KEY_EQUAL
    0x80348483 KEY_ESC
    0x80348431 KEY_X
    0x8034842f KEY_T
    0x803404cb KEY_I
    0x8034845d KEY_M
    0x8034042c KEY_P
    0x80340411 KEY_MINUS
    I write my keymaps file: (I think /etc/keymaps/[file] would be a better location for this file but it shouldn't matter is that correct?)
    ir-keytable -c -w /home/david/Documents/keymaps --device=/dev/input/event6 --period=500 --delay=500
    I can verify the settings are registered:
    [david@zotac ~]$ ir-keytable --read --device=/dev/input/event6
    scancode 0x80340411 = KEY_MINUS (0x0c)
    scancode 0x80340420 = KEY_F (0x21)
    scancode 0x8034042c = KEY_P (0x19)
    scancode 0x80340458 = KEY_UP (0x67)
    scancode 0x8034045a = KEY_LEFT (0x69)
    scancode 0x8034045b = KEY_RIGHT (0x6a)
    scancode 0x8034045c = KEY_ENTER (0x1c)
    scancode 0x803404cb = KEY_I (0x17)
    scancode 0x80348410 = KEY_EQUAL (0x0d)
    scancode 0x80348421 = KEY_R (0x13)
    scancode 0x8034842f = KEY_T (0x14)
    scancode 0x80348431 = KEY_X (0x2d)
    scancode 0x80348459 = KEY_DOWN (0x6c)
    scancode 0x8034845d = KEY_M (0x32)
    scancode 0x80348483 = KEY_ESC (0x01)
    At this point is seems like everything is setup correctly but like I said only the direction keys and return work. If it did work my next step would be determining when to issue the ir-keytable write, and I'm assuming I can just do that in openbox's autostart file?
    Does anyone have any ideas as to what I might do to correct these issues?

    I also encountered davevallance's issue #1.  Directional and enter keys already work, as do volume keys.  If any other button is mapped to those working keys (using ir-keytable) then they also work, for example I can successfully map the useless "teletext" to "enter" and it produces a linefeed when pressed but I cannot get it to do the same with "space".  Interestingly it does produce a space keypress in a virtual terminal (Ctrl+Alt+F3), also "ir-keytable -t" shows the correct key event which proves the underlying OS is recognising the mapping.  The issue is somewhere in the X system instead.
    I refer now to HID Remotes which covers the situation well.  It explains that X does not process keycodes above 255 and at first that would seem to fit here.  All the keys which work (arrows, enter, volume) have keycodes less than 255.  So why don't other 'safe' keycodes work too?
    Xorg has it's own keycode map with "xmodmap" but I don't think that is responsible in this case.  From the Arch wiki it suggests exploring with:
    xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
    Unmapped keys should produce a "NoSymbol" message but for my non-working keys there is no response at all in X.  Is there another layer between kernal and GUI?

  • Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.

    Can you please put me in touch with the support  for the trial copy of adobe acrobat XI pro which I had tried out on March 15 for 30 days. I have  been trying to cancel since the cost is too much and Acrobat Reader is OK for me. I can't find uninstaller.
    I have had to erase my disk since then with trouble with Apple Store not recognising my machine and the reload from Time Machine has given complications . Can you please cancel my trial and return my Trial money.

    If you paid for what you used then it was not a trial.
    Look thru the following links and use the chat option if required for your situation:
    Cancel your membership or subscription | Creative Cloud
    https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html
    https://forums.adobe.com/thread/1703848
    Chat support - For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Creative Cloud support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html ( http://adobe.ly/19llvMN )
    Phone support | Orders, returns exchanges
    http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • How on earth do you get in touch with HP Support center?

    How on earth do you get in touch with HP Support center?
    I've phoned, mailed, used web forms - total silence.  One of our customers bought a HP pavilion dv7 from us and it´s got hardware errors so the customer returned it. It's dead and of no use to us, still under warranty, and we intend to return it to HP so we can get our money back.
    Mailed four times I think. First time I managed to get a case number, but searching for this number yields "case not found". Does't HP want to handle dead laptops, or what on earth is going on?!
    If anyone from HP is reading this, drop us a line ASAP at audiovideo at bos dot hack dot org.

    HP will not give your money back, they will repair it under warranty if there is one.
    This is a user to user forum, Contact HP directly, they will guide you on what to do next to get it repaired under warranty
    USA (there is a chat feature on the left side)
    http://welcome.hp.com/country/us/en/contact_us.html
    Everywhere else
    http://welcome.hp.com/country/us/en/wwcontact_us.html

  • Remote Control with Touch Screen Devices

    I have encountered some trouble using CM's Remote Control with touch-enabled devices. It seems that the cursor on my screen thinks that it is in a different place than the cursor on the remote screen.
    Both devices have been Dell Latitude E-series laptops. It is possible that this is isolated to these. Has anyone else encountered this? Remote Assistance seems to work fine, but that lacks in so many other ways compared to Remote Control.
    This is using Remote Control with SCCM 2012 R2 just to clarify in case there are any differences between the various CM versions.
    Any input would be appreciated.

    We use ELO touch screens and some Dell Venue 11 Pro Tablets, and I haven't experienced any of the problems that you are talking about...
    I know that's not helpful but thought I'd throw my experiences in.

  • How do I get in touch with iTunes support?

    How do I get in touch with iTunes support?

    i have no idea myself, just going around in circles here too

  • Using apple remote with ipod touch 4th gen

    i've seen on the apple website that you can use the apple remote with the ipod 4th generation. how does it work? because isn't the apple remote an ir device? or does it work off bluetooth? some advice on how to use the apple remote would be great. thanks.

    You also need Apple's Universal Dock. The description of the remote says:
    Note: The Apple Remote requires the iPod Universal Dock and any iPod with a dock connector or any iPhone.,Compatible with Apple products introduced in 2005 or later that have a built-in infrared (IR) receiver.
    Remote:
    http://store.apple.com/us/product/MC377LL/A?fnode=MTY1NDA3NA&mco=MTM3NDk5Mzk

  • APPLE DOCKING STATION NO LONGER WORKS WITH TOUCH 3G and 4G after ios 4.2.1

    APPLE DOCKING STATION NO LONGER WORKS WITH TOUCH 3G and 4G after ios 4.2.1 update.
    I have both of these touches. I updated both 3g and 4g to ios 4.2.1 and poof...no docking station support other than charging, no audio and no remote function. My av/cable works with the tv, and the headphone jack still outputs audio, just no auido through the Apple dock and hte remote is dead. I purchased the dock from the apple store last year and it was working with both ipod 3g and 4g grrrrr...
    Is Apple now in the bug trade business?, trade one for another....
    Anyone else have this problem?

    My iPod Touch 3G running 4.2.1 works fine with the Apple docking station.
    Perhaps you have a loose cable somewhere and/or a dead battery in your controller?

  • XBMC freezes with free Radeon driver and VDPAU (Mesa 3D 9.2)

    Hello!
    I am currently setting up a HTPC with AMD A4-5300 with the integrated Radeon HD 7480D. To avoid the trouble with the fglrx driver, I would like to use the free xf86-video-ati driver.
    I thought this would be no problem since the update to Mesa 3D 9.2 (Package version 9.2.0-1) yesterday. This should have brought support for the UVD in the GPU when at least kernel 3.10 is installed (3.10.9-1 is).
    According to this Gentoo Wiki page, the Aruba GPU should use TAHITI_uvd.bin as the UVD firmware, the file exists in /usr/lib/firmware/radeon.
    But now to the problems with XBMC (12.2-5). When I boot up the system, select a for example x264 encoded video file it plays fine most of the time. Low CPU load indicates that hardware decoding actually is used. When I then stop the video and simply select it again in the file list, XBMC freezes. Restarting works most of the time to workaround the problem, so after a reboot XBMC manages to play the video most of the time.
    Sometimes it even freezes on the first attempt to start the movie. After just restarting X11, XBMC was never able to play a video file.
    Here is a portion of the logfile where a film is played, then stopped and then selected again, causing a freeze:
    19:14:30 T:139964276774656 NOTICE: Thread Background Loader start, auto delete: false
    19:14:34 T:139965115230144 NOTICE: Previous line repeats 1 times.
    19:14:34 T:139965115230144 NOTICE: DVDPlayer: Opening: smb://ANDI/xxx.mkv
    19:14:34 T:139965115230144 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:14:34 T:139964276774656 NOTICE: Thread CDVDPlayer start, auto delete: false
    19:14:34 T:139964276774656 NOTICE: Creating InputStream
    19:14:34 T:139964276774656 NOTICE: Creating Demuxer
    19:14:35 T:139964276774656 NOTICE: Opening video stream: 0 source: 256
    19:14:35 T:139964276774656 NOTICE: Creating video codec with codec id: 28
    19:14:35 T:139964276774656 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1080, 28)
    19:14:35 T:139964276774656 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
    19:14:35 T:139964276774656 NOTICE: VDPAU Decoder capabilities:
    19:14:35 T:139964276774656 NOTICE: name level macbs width height
    19:14:35 T:139964276774656 NOTICE: ------------------------------------
    19:14:35 T:139964276774656 NOTICE: MPEG1 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: MPEG2_SIMPLE 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: MPEG2_MAIN 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: H264_BASELINE 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: H264_MAIN 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: H264_HIGH 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: VC1_SIMPLE 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: VC1_MAIN 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: VC1_ADVANCED 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: MPEG4_PART2_ASP 16 9216 2048 1152
    19:14:35 T:139964276774656 NOTICE: ------------------------------------
    19:14:35 T:139964276774656 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
    19:14:35 T:139964276774656 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
    19:14:35 T:139964276774656 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
    19:14:35 T:139964285167360 NOTICE: Thread CVideoReferenceClock start, auto delete: false
    19:14:36 T:139964276774656 NOTICE: Creating video thread
    19:14:36 T:139963235432192 NOTICE: Thread CDVDPlayerVideo start, auto delete: false
    19:14:36 T:139964276774656 NOTICE: Opening audio stream: 1 source: 256
    19:14:36 T:139964276774656 NOTICE: Finding audio codec for: 86020
    19:14:36 T:139964276774656 NOTICE: Creating audio thread
    19:14:36 T:139963235432192 NOTICE: running thread: video_thread
    19:14:36 T:139963227039488 NOTICE: Thread CDVDPlayerAudio start, auto delete: false
    19:14:36 T:139963227039488 NOTICE: running thread: CDVDPlayerAudio::Process()
    19:14:36 T:139963227039488 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
    19:14:36 T:139963235432192 NOTICE: (VDPAU) screenWidth:0 vidWidth:1920 surfaceWidth:1920
    19:14:36 T:139963235432192 NOTICE: (VDPAU) screenHeight:0 vidHeight:1080 surfaceHeight:1088
    19:14:36 T:139963235432192 NOTICE: Creating 1920x1080 pixmap
    19:14:36 T:139963235432192 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
    19:14:36 T:139963235432192 NOTICE: (VDPAU) Creating the video mixer
    19:14:36 T:139963235432192 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
    19:14:36 T:139963235432192 NOTICE: Display resolution ADJUST : HDMI-0: 1920x1080 @ 24.00Hz (21) (weight: 0.001)
    19:14:36 T:139965115230144 NOTICE: CVDPAU::OnLostDevice event
    19:14:36 T:139965115230144 NOTICE: (VDPAU) FiniVDPAUOutput
    19:14:36 T:139965115230144 ERROR: GLX: Same window as before, refreshing context
    19:14:36 T:139965115230144 NOTICE: Using GL_TEXTURE_2D
    19:14:36 T:139965115230144 NOTICE: GL: Using VDPAU render method
    19:14:36 T:139965115230144 NOTICE: GL: NPOT texture support detected
    19:14:36 T:139965115230144 NOTICE: GL: Using GL_ARB_pixel_buffer_object
    19:14:36 T:139965115230144 NOTICE: CVDPAU::OnResetDevice event
    19:14:36 T:139963235432192 NOTICE: Attempting recovery
    19:14:36 T:139963235432192 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
    19:14:36 T:139963235432192 NOTICE: (VDPAU) screenWidth:1920 vidWidth:1920 surfaceWidth:1920
    19:14:36 T:139963235432192 NOTICE: (VDPAU) screenHeight:1080 vidHeight:1080 surfaceHeight:1088
    19:14:36 T:139963235432192 NOTICE: Creating 1920x1080 pixmap
    19:14:36 T:139963235432192 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
    19:14:36 T:139963235432192 NOTICE: (VDPAU) Creating the video mixer
    19:14:37 T:139965115230144 ERROR: CWinSystemX11::XErrorHandler: BadDrawable (invalid Pixmap or Window parameter), type:0, serial:12680, error_code:9, request_code:152 minor_code:8
    19:14:57 T:139965115230144 NOTICE: CDVDPlayer::CloseFile()
    19:14:57 T:139965115230144 NOTICE: DVDPlayer: waiting for threads to exit
    19:14:57 T:139964276774656 NOTICE: CDVDPlayer::OnExit()
    19:14:57 T:139964276774656 NOTICE: DVDPlayer: closing audio stream
    19:14:57 T:139964276774656 NOTICE: Closing audio stream
    19:14:57 T:139964276774656 NOTICE: Waiting for audio thread to exit
    19:14:57 T:139963227039488 NOTICE: thread end: CDVDPlayerAudio::OnExit()
    19:14:57 T:139964276774656 NOTICE: Closing audio device
    19:14:57 T:139964276774656 NOTICE: Deleting audio codec
    19:14:57 T:139964276774656 NOTICE: DVDPlayer: closing video stream
    19:14:57 T:139964276774656 NOTICE: Closing video stream
    19:14:57 T:139964276774656 NOTICE: waiting for video thread to exit
    19:14:57 T:139963235432192 NOTICE: thread end: video_thread
    19:14:57 T:139964276774656 NOTICE: deleting video codec
    19:14:57 T:139964276774656 NOTICE: CDVDPlayer::OnExit() deleting demuxer
    19:14:57 T:139964276774656 NOTICE: CDVDPlayer::OnExit() deleting input stream
    19:14:57 T:139965115230144 NOTICE: DVDPlayer: finished waiting
    19:14:57 T:139965115230144 NOTICE: (VDPAU) Close
    19:14:57 T:139965115230144 NOTICE: (VDPAU) FiniVDPAUOutput
    19:14:57 T:139965115230144 ERROR: GLX: Same window as before, refreshing context
    19:14:58 T:139963387606784 NOTICE: Thread Background Loader start, auto delete: false
    19:14:58 T:139965115230144 NOTICE: Previous line repeats 1 times.
    19:14:58 T:139965115230144 NOTICE: CDVDPlayer::CloseFile()
    19:14:58 T:139965115230144 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:14:58 T:139965115230144 NOTICE: DVDPlayer: waiting for threads to exit
    19:14:58 T:139965115230144 NOTICE: DVDPlayer: finished waiting
    19:15:09 T:139965115230144 NOTICE: DVDPlayer: Opening: smb://ANDI/xxx.mkv
    19:15:09 T:139965115230144 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:15:09 T:139964285167360 NOTICE: Thread CDVDPlayer start, auto delete: false
    19:15:09 T:139964285167360 NOTICE: Creating InputStream
    19:15:10 T:139964285167360 NOTICE: Creating Demuxer
    19:15:10 T:139964285167360 NOTICE: Opening video stream: 0 source: 256
    19:15:10 T:139964285167360 NOTICE: Creating video codec with codec id: 28
    19:15:10 T:139964285167360 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1080, 28)
    Here a debug log from a similar action (play, stop, play, crash)
    19:21:23 T:139993780455360 NOTICE: DVDPlayer: Opening: smb://xxx.mkv
    19:21:23 T:139993780455360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:21:23 T:139993780455360 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
    19:21:23 T:139993780455360 DEBUG: LinuxRendererGL: Cleaning up GL resources
    19:21:23 T:139993780455360 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
    19:21:23 T:139993780455360 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-51-x86_64-linux.so)
    19:21:23 T:139993780455360 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avutil-51-x86_64-linux.so
    19:21:23 T:139993780455360 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-2-x86_64-linux.so)
    19:21:23 T:139993780455360 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swscale-2-x86_64-linux.so
    19:21:23 T:139992949044992 NOTICE: Thread CDVDPlayer start, auto delete: false
    19:21:23 T:139992949044992 NOTICE: Creating InputStream
    19:21:23 T:139992949044992 DEBUG: CSmbFile::Open - opened xxx.mkv, fd=10001
    19:21:23 T:139992949044992 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
    19:21:23 T:139992949044992 DEBUG: OpenDir - Using authentication url smb://ANDI/Filme
    19:21:23 T:139993780455360 DEBUG: ------ Window Init (DialogBusy.xml) ------
    19:21:24 T:139992949044992 DEBUG: ScanForExternalSubtitles: END (total time: 639 ms)
    19:21:24 T:139992949044992 NOTICE: Creating Demuxer
    19:21:24 T:139992949044992 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-53-x86_64-linux.so)
    19:21:24 T:139992949044992 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-53-x86_64-linux.so
    19:21:24 T:139992949044992 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-53-x86_64-linux.so)
    19:21:24 T:139992949044992 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-53-x86_64-linux.so
    19:21:24 T:139992949044992 DEBUG: Open - probing detected format [matroska,webm]
    19:21:24 T:139992949044992 DEBUG: Open - avformat_find_stream_info starting
    19:21:24 T:139992949044992 DEBUG: Open - av_find_stream_info finished
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Input #0, matroska,webm, from 'smb://ANDI/xxx.mkv':
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Duration: 01:27:57.02, start: 0.000000, bitrate: 13143 kb/s
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Stream #0:0(ger): Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Stream #0:1(ger): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s (default)
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Metadata:
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: title : German
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Stream #0:2(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: Metadata:
    19:21:24 T:139992949044992 INFO: ffmpeg[A5FFB700]: title : English
    19:21:24 T:139992949044992 NOTICE: Opening video stream: 0 source: 256
    19:21:24 T:139992949044992 NOTICE: Creating video codec with codec id: 28
    19:21:24 T:139992949044992 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes
    19:21:24 T:139992949044992 DEBUG: FactoryCodec - Video: - Opening
    19:21:24 T:139992949044992 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swresample-0-x86_64-linux.so)
    19:21:24 T:139992949044992 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swresample-0-x86_64-linux.so
    19:21:24 T:139992949044992 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-2-x86_64-linux.so)
    19:21:24 T:139992949044992 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avfilter-2-x86_64-linux.so
    19:21:24 T:139992949044992 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1080, 28)
    19:21:24 T:139992949044992 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
    19:21:24 T:139992949044992 NOTICE: VDPAU Decoder capabilities:
    19:21:24 T:139992949044992 NOTICE: name level macbs width height
    19:21:24 T:139992949044992 NOTICE: ------------------------------------
    19:21:24 T:139992949044992 NOTICE: MPEG1 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: MPEG2_SIMPLE 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: MPEG2_MAIN 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: H264_BASELINE 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: H264_MAIN 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: H264_HIGH 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: VC1_SIMPLE 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: VC1_MAIN 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: VC1_ADVANCED 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: MPEG4_PART2_ASP 16 9216 2048 1152
    19:21:24 T:139992949044992 NOTICE: ------------------------------------
    19:21:24 T:139992949044992 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_NOISE_REDUCTION
    19:21:24 T:139992949044992 NOTICE: Mixer feature: VDP_VIDEO_MIXER_FEATURE_SHARPNESS
    19:21:24 T:139992949044992 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (VDPAU acceleration)
    19:21:24 T:139992949044992 DEBUG: FactoryCodec - Video: ff-h264_vdpau-vdpau - Opened
    19:21:24 T:139992957437696 NOTICE: Thread CVideoReferenceClock start, auto delete: false
    19:21:24 T:139992957437696 DEBUG: CVideoReferenceClock: Setting up GLX
    19:21:24 T:139992957437696 DEBUG: CVideoReferenceClock: GL_VENDOR:x.org, not using nvidia-settings
    19:21:24 T:139992957437696 DEBUG: CVideoReferenceClock: Using RandR for refreshrate detection
    19:21:24 T:139992957437696 DEBUG: CVideoReferenceClock: Detected refreshrate: 50 hertz
    19:21:24 T:139992949044992 NOTICE: Creating video thread
    19:21:24 T:139991896848128 NOTICE: Thread CDVDPlayerVideo start, auto delete: false
    19:21:24 T:139991896848128 NOTICE: running thread: video_thread
    19:21:24 T:139992949044992 NOTICE: Opening audio stream: 1 source: 256
    19:21:24 T:139992949044992 NOTICE: Finding audio codec for: 86020
    19:21:24 T:139991896848128 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE
    19:21:24 T:139992949044992 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
    19:21:24 T:139992949044992 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
    19:21:24 T:139992949044992 NOTICE: Creating audio thread
    19:21:24 T:139991888455424 NOTICE: Thread CDVDPlayerAudio start, auto delete: false
    19:21:24 T:139991888455424 NOTICE: running thread: CDVDPlayerAudio::Process()
    19:21:24 T:139992949044992 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: smb://ANDI/xxx.mkv
    19:21:24 T:139992949044992 DEBUG: CDVDPlayer::SetCaching - caching state 3
    19:21:24 T:139991896848128 INFO: CDVDPlayerVideo - Stillframe left, switching to normal playback
    19:21:25 T:139991888455424 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
    19:21:25 T:139991888455424 INFO: CSoftAE::MakeStream - AE_FMT_S16NE, 48000, FL,FR,FC,LFE,SL,SR
    19:21:25 T:139991896848128 NOTICE: (VDPAU) screenWidth:0 vidWidth:1920 surfaceWidth:1920
    19:21:25 T:139991896848128 NOTICE: (VDPAU) screenHeight:0 vidHeight:1080 surfaceHeight:1088
    19:21:25 T:139993780455360 DEBUG: CGUIInfoManager::SetCurrentMovie(smb://ANDI/xxx.mkv)
    19:21:25 T:139993780455360 DEBUG: GetMovieId (smb://ANDI/xxx.mkv), query = select idMovie from movie where idFile=17
    19:21:25 T:139993780455360 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
    19:21:25 T:139993780455360 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
    19:21:25 T:139993780455360 DEBUG: Building didl for object 'smb://ANDI/xxx.mkv'
    19:21:25 T:139991896848128 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(167000.000000, 0)
    19:21:25 T:139991896848128 NOTICE: Creating 1920x1080 pixmap
    19:21:25 T:139993337231104 DEBUG: CSoftAE::Run - Sink restart flagged
    19:21:25 T:139993337231104 INFO: CSoftAE::LoadSettings - Stereo upmix is enabled
    19:21:25 T:139993337231104 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
    19:21:25 T:139991896848128 DEBUG: Found 60 fbconfigs.
    19:21:25 T:139991896848128 DEBUG: Using fbconfig index 0.
    19:21:25 T:139991896848128 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
    19:21:25 T:139991896848128 NOTICE: (VDPAU) Creating the video mixer
    19:21:25 T:139991896848128 NOTICE: fps: 23.976024, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080
    19:21:25 T:139991896848128 DEBUG: OutputPicture - change configuration. 1920x1080. framerate: 23.98. format: VDPAU
    19:21:25 T:139991896848128 NOTICE: Display resolution ADJUST : HDMI-0: 1920x1080 @ 24.00Hz (21) (weight: 0.001)
    19:21:25 T:139991896848128 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
    19:21:25 T:139993780455360 NOTICE: Using GL_TEXTURE_2D
    19:21:25 T:139993780455360 NOTICE: GL: Using VDPAU render method
    19:21:25 T:139993780455360 NOTICE: GL: NPOT texture support detected
    19:21:25 T:139993780455360 NOTICE: GL: Using GL_ARB_pixel_buffer_object
    19:21:25 T:139993780455360 DEBUG: Activating window ID: 12005
    19:21:25 T:139993780455360 DEBUG: ------ Window Deinit (MyVideoNav.xml) ------
    19:21:25 T:139993780455360 DEBUG: OnLostDevice - notify display change event
    19:21:25 T:139993780455360 DEBUG: Flush - flushing renderer
    19:21:25 T:139993780455360 NOTICE: CVDPAU::OnLostDevice event
    19:21:25 T:139993780455360 DEBUG: GLX: Destroying glPixmap
    19:21:25 T:139993780455360 DEBUG: GLX: Destroying XPixmap
    19:21:25 T:139993780455360 NOTICE: (VDPAU) FiniVDPAUOutput
    19:21:25 T:139993780455360 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output HDMI-0 --mode 0x4a
    19:21:25 T:139993337231104 INFO: CAESinkALSA::Initialize - Attempting to open device "@"
    19:21:25 T:139993337231104 INFO: CAESinkALSA::Initialize - Opened device "surround51"
    19:21:25 T:139993337231104 INFO: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
    19:21:25 T:139993337231104 INFO: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
    19:21:25 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 2400, bufferSize 9600
    19:21:25 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 2400, bufferSize 9600
    19:21:25 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 200 ms
    19:21:25 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - ALSA Initialized:
    19:21:25 T:139993337231104 DEBUG: Output Device : Default (Xonar DX Multichannel)
    19:21:25 T:139993337231104 DEBUG: Sample Rate : 48000
    19:21:25 T:139993337231104 DEBUG: Sample Format : AE_FMT_S24NE4
    19:21:25 T:139993337231104 DEBUG: Channel Count : 6
    19:21:25 T:139993337231104 DEBUG: Channel Layout: FL,FR,BL,BR,FC,LFE
    19:21:25 T:139993337231104 DEBUG: Frames : 2400
    19:21:25 T:139993337231104 DEBUG: Frame Samples : 14400
    19:21:25 T:139993337231104 DEBUG: Frame Size : 24
    19:21:25 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
    19:21:25 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 57600
    19:21:25 T:139993337231104 DEBUG: AERemap: Downmix normalization is disabled
    19:21:25 T:139992949044992 DEBUG: Previous line repeats 4 times.
    19:21:25 T:139992949044992 DEBUG: CDVDPlayer::SetCaching - caching state 0
    19:21:25 T:139993337231104 DEBUG: AERemap: Downmix normalization is disabled
    19:21:25 T:139993337231104 DEBUG: Previous line repeats 1 times.
    19:21:25 T:139993337231104 DEBUG: CSoftAEStream::CSoftAEStream - Converting from AE_FMT_S16NE to AE_FMT_FLOAT
    19:21:25 T:139991888455424 DEBUG: CDVDPlayerAudio:: synctype set to 2: resample
    19:21:25 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:4139.147000, should be:99.419667, error:-4039.727333
    19:21:25 T:139991888455424 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(10000.000000, 1)
    19:21:25 T:139992949044992 DEBUG: CDVDPlayer::HandleMessages - player started 1
    19:21:25 T:139993337231104 DEBUG: CSoftAE::Run - Sink restart flagged
    19:21:25 T:139993337231104 INFO: CSoftAE::LoadSettings - Stereo upmix is enabled
    19:21:25 T:139993337231104 INFO: CSoftAE::InternalOpenSink - keeping old sink with : AE_FMT_FLOAT, FL,FR,FC,BL,BR,LFE, 48000hz
    19:21:25 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
    19:21:25 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 57600
    19:21:25 T:139992957437696 DEBUG: CVideoReferenceClock: detected 1 vblanks, missed 2, refreshrate might have changed
    19:21:25 T:139993780455360 ERROR: GLX: Same window as before, refreshing context
    19:21:25 T:139993780455360 INFO: GL: Maximum texture width: 16384
    19:21:25 T:139993780455360 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
    19:21:25 T:139993780455360 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
    19:21:25 T:139993780455360 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
    19:21:25 T:139993780455360 NOTICE: Using GL_TEXTURE_2D
    19:21:25 T:139991896848128 NOTICE: CVDPAU::Check waiting for display reset event
    19:21:25 T:139993780455360 NOTICE: GL: Using VDPAU render method
    19:21:25 T:139993780455360 NOTICE: GL: NPOT texture support detected
    19:21:25 T:139993780455360 NOTICE: GL: Using GL_ARB_pixel_buffer_object
    19:21:25 T:139993780455360 DEBUG: CheckDisplayEvents: Received RandR event 89
    19:21:25 T:139993780455360 DEBUG: CheckDisplayEvents - notify display reset event
    19:21:25 T:139993780455360 NOTICE: CVDPAU::OnResetDevice event
    19:21:25 T:139991896848128 NOTICE: Attempting recovery
    19:21:25 T:139991896848128 NOTICE: vdp_device = 0x00000001 vdp_st = 0x00000000
    19:21:25 T:139991896848128 DEBUG: CDVDPlayerVideo - video decoder was flushed
    19:21:25 T:139991896848128 DEBUG: CVDPAU::FFReleaseBuffer - ignoring invalid buffer
    19:21:25 T:139991896848128 DEBUG: Previous line repeats 3 times.
    19:21:25 T:139991896848128 NOTICE: (VDPAU) screenWidth:1920 vidWidth:1920 surfaceWidth:1920
    19:21:25 T:139991896848128 NOTICE: (VDPAU) screenHeight:1080 vidHeight:1080 surfaceHeight:1088
    19:21:25 T:139992949044992 DEBUG: CDVDPlayer::HandleMessages - player started 2
    19:21:25 T:139991896848128 NOTICE: Creating 1920x1080 pixmap
    19:21:25 T:139991896848128 DEBUG: Found 60 fbconfigs.
    19:21:25 T:139991896848128 DEBUG: Using fbconfig index 0.
    19:21:25 T:139991896848128 NOTICE: (VDPAU) Total Output Surfaces Available: 2 of a max (tmp: 2 const: 4)
    19:21:25 T:139991896848128 NOTICE: (VDPAU) Creating the video mixer
    19:21:25 T:139991896848128 DEBUG: CVideoReferenceClock: Clock speed 104.270833%
    19:21:25 T:139993780455360 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
    19:21:25 T:139993780455360 ERROR: CWinSystemX11::XErrorHandler: BadDrawable (invalid Pixmap or Window parameter), type:0, serial:19101, error_code:9, request_code:152 minor_code:8
    19:21:26 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:597724.273333, should be:497666.666667, error:-100057.606667
    19:21:26 T:139992957437696 DEBUG: CVideoReferenceClock: Received RandR event 89
    19:21:27 T:139992957437696 DEBUG: CVideoReferenceClock: Detected refreshrate: 24 hertz
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:941996.125667, should be:782833.402667, error:-159162.723000
    19:21:27 T:139991896848128 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1096842.754667, should be:1310812.627000, error:213969.872333
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1410874.922000, should be:1543306.990333, error:132432.068333
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1692760.338333, should be:1830683.329000, error:137922.990667
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1931490.324000, should be:2062739.533667, error:131249.209667
    19:21:27 T:139991888455424 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:2212469.159667, should be:2347929.139333, error:135459.979667
    19:21:30 T:139991896848128 DEBUG: CPullupCorrection: detected pattern of length 1: 41708.33, frameduration: 41708.333333
    19:21:31 T:139992932259584 DEBUG: webserver: request received for /jsonrpc
    19:21:31 T:139992932259584 DEBUG: JSONRPC: Incoming request: [{"id":0,"jsonrpc":"2.0","method":"Player.GetActivePlayers"},{"id":1,"jsonrpc":"2.0","method":"Application.GetProperties","params":{"properties":["volume","muted"]}}]
    19:21:31 T:139992932259584 DEBUG: JSONRPC: Calling player.getactiveplayers
    19:21:31 T:139992932259584 DEBUG: JSONRPC: Calling application.getproperties
    19:21:36 T:139992932259584 DEBUG: webserver: request received for /jsonrpc
    19:21:36 T:139992932259584 DEBUG: JSONRPC: Incoming request: [{"id":2,"jsonrpc":"2.0","method":"Player.GetProperties","params":{"playerid":1,"properties":["audiostreams","canseek","currentaudiostream","currentsubtitle","partymode","playlistid","position","repeat","shuffled","speed","subtitleenabled","subtitles","time","totaltime","type"]}},{"id":3,"jsonrpc":"2.0","method":"Player.GetItem","params":{"playerid":1,"properties":["album","albumartist","artist","director","episode","fanart","file","genre","plot","rating","season","showtitle","studio","imdbnumber","tagline","thumbnail","title","track","writer","year","streamdetails","originaltitle"]}}]
    19:21:36 T:139992932259584 DEBUG: JSONRPC: Calling player.getproperties
    19:21:36 T:139992932259584 DEBUG: JSONRPC: Calling player.getitem
    19:21:38 T:139993780455360 DEBUG: Keyboard: scancode: ae, sym: 00b2, unicode: 0000, modifier: 0
    19:21:38 T:139993780455360 DEBUG: OnKey: stop (f0bc) pressed, action is Stop
    19:21:38 T:139993780455360 NOTICE: CDVDPlayer::CloseFile()
    19:21:38 T:139993780455360 NOTICE: DVDPlayer: waiting for threads to exit
    19:21:38 T:139992949044992 NOTICE: CDVDPlayer::OnExit()
    19:21:38 T:139992949044992 NOTICE: DVDPlayer: closing audio stream
    19:21:38 T:139992949044992 NOTICE: Closing audio stream
    19:21:38 T:139992949044992 NOTICE: Waiting for audio thread to exit
    19:21:38 T:139991888455424 NOTICE: thread end: CDVDPlayerAudio::OnExit()
    19:21:38 T:139991888455424 DEBUG: Thread CDVDPlayerAudio 139991888455424 terminating
    19:21:38 T:139992949044992 NOTICE: Closing audio device
    19:21:38 T:139992949044992 DEBUG: CSoftAEStream::~CSoftAEStream - Destructed
    19:21:38 T:139992949044992 NOTICE: Deleting audio codec
    19:21:38 T:139992949044992 NOTICE: DVDPlayer: closing video stream
    19:21:38 T:139992949044992 NOTICE: Closing video stream
    19:21:38 T:139992949044992 NOTICE: waiting for video thread to exit
    19:21:38 T:139993337231104 DEBUG: CSoftAE::Run - Sink restart flagged
    19:21:38 T:139993337231104 INFO: CSoftAE::LoadSettings - Stereo upmix is enabled
    19:21:38 T:139993337231104 INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
    19:21:39 T:139991896848128 NOTICE: thread end: video_thread
    19:21:39 T:139991896848128 DEBUG: Thread CDVDPlayerVideo 139991896848128 terminating
    19:21:39 T:139992949044992 NOTICE: deleting video codec
    19:21:39 T:139992949044992 NOTICE: CDVDPlayer::OnExit() deleting demuxer
    19:21:39 T:139992949044992 NOTICE: CDVDPlayer::OnExit() deleting input stream
    19:21:39 T:139992949044992 DEBUG: CSmbFile::Close closing fd 10001
    19:21:39 T:139992949044992 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
    19:21:39 T:139992949044992 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
    19:21:39 T:139992949044992 DEBUG: Thread CDVDPlayer 139992949044992 terminating
    19:21:39 T:139993780455360 NOTICE: DVDPlayer: finished waiting
    19:21:39 T:139993780455360 DEBUG: LinuxRendererGL: Cleaning up GL resources
    19:21:39 T:139993780455360 NOTICE: (VDPAU) Close
    19:21:39 T:139993780455360 DEBUG: GLX: Destroying glPixmap
    19:21:39 T:139993780455360 DEBUG: GLX: Destroying XPixmap
    19:21:39 T:139993780455360 NOTICE: (VDPAU) FiniVDPAUOutput
    19:21:39 T:139993780455360 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
    19:21:39 T:139993780455360 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
    19:21:39 T:139993780455360 DEBUG: OnLostDevice - notify display change event
    19:21:39 T:139993780455360 DEBUG: Flush - flushing renderer
    19:21:39 T:139993780455360 INFO: XRANDR: /usr/lib/xbmc/xbmc-xrandr --output HDMI-0 --mode 0x47
    19:21:39 T:139993337231104 INFO: CAESinkALSA::Initialize - Attempting to open device "@"
    19:21:39 T:139993337231104 INFO: CAESinkALSA::Initialize - Opened device "surround51"
    19:21:39 T:139993337231104 INFO: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
    19:21:39 T:139993337231104 INFO: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4
    19:21:39 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 2205, bufferSize 8820
    19:21:39 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 2204, bufferSize 8820
    19:21:39 T:139993337231104 DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 200 ms
    19:21:39 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - ALSA Initialized:
    19:21:39 T:139993337231104 DEBUG: Output Device : Default (Xonar DX Multichannel)
    19:21:39 T:139993337231104 DEBUG: Sample Rate : 44100
    19:21:39 T:139993337231104 DEBUG: Sample Format : AE_FMT_S24NE4
    19:21:39 T:139993337231104 DEBUG: Channel Count : 6
    19:21:39 T:139993337231104 DEBUG: Channel Layout: FL,FR,BL,BR,FC,LFE
    19:21:39 T:139993337231104 DEBUG: Frames : 2204
    19:21:39 T:139993337231104 DEBUG: Frame Samples : 13224
    19:21:39 T:139993337231104 DEBUG: Frame Size : 24
    19:21:39 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Using speaker layout: 5.1
    19:21:39 T:139993337231104 DEBUG: CSoftAE::InternalOpenSink - Internal Buffer Size: 52896
    19:21:39 T:139993337231104 DEBUG: AERemap: Downmix normalization is disabled
    19:21:39 T:139993780455360 DEBUG: Previous line repeats 5 times.
    19:21:39 T:139993780455360 ERROR: GLX: Same window as before, refreshing context
    19:21:39 T:139993780455360 INFO: GL: Maximum texture width: 16384
    19:21:39 T:139993780455360 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
    19:21:39 T:139993780455360 DEBUG: CheckDisplayEvents: Received RandR event 89
    19:21:39 T:139993780455360 DEBUG: CheckDisplayEvents - notify display reset event
    19:21:39 T:139993780455360 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
    19:21:39 T:139993780455360 DEBUG: ------ Window Init (MyVideoNav.xml) ------
    19:21:39 T:139993780455360 DEBUG: CGUIMediaWindow::GetDirectory (videodb://1/2/)
    19:21:39 T:139993780455360 DEBUG: ParentPath = [videodb://1/2/]
    19:21:39 T:139993780455360 DEBUG: RunQuery took 8 ms for 357 items query: select * from movieview
    19:21:39 T:139992126953216 NOTICE: Thread Background Loader start, auto delete: false
    19:21:39 T:139992126953216 DEBUG: Thread Background Loader 139992126953216 terminating
    19:21:39 T:139992126953216 NOTICE: Thread Background Loader start, auto delete: false
    19:21:39 T:139992126953216 DEBUG: Thread Background Loader 139992126953216 terminating
    19:21:39 T:139993780455360 DEBUG: ExecuteXBMCAction : Translating ClearProperty(BrowseActors,home)
    19:21:39 T:139993780455360 DEBUG: ExecuteXBMCAction : To ClearProperty(BrowseActors,home)
    19:21:39 T:139993780455360 NOTICE: CDVDPlayer::CloseFile()
    19:21:39 T:139993780455360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:21:39 T:139993780455360 NOTICE: DVDPlayer: waiting for threads to exit
    19:21:39 T:139993780455360 NOTICE: DVDPlayer: finished waiting
    19:21:39 T:139993780455360 DEBUG: LinuxRendererGL: Cleaning up GL resources
    19:21:39 T:139992957437696 DEBUG: CVideoReferenceClock: Cleaning up GLX
    19:21:39 T:139992957437696 DEBUG: Thread CVideoReferenceClock 139992957437696 terminating
    19:21:39 T:139991938168576 DEBUG: DoWork - Saving file state for video item smb://ANDI/xxx.mkv
    19:21:39 T:139991938168576 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
    19:21:39 T:139991938168576 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
    19:21:40 T:139993069709056 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "lastplayed"}, "filter": {"field": "inprogress", "operator": "true", "value": ""}}}
    19:21:40 T:139993069709056 DEBUG: JSONRPC: Calling videolibrary.getmovies
    19:21:40 T:139993069709056 DEBUG: RunQuery took 1 ms for 1 items query: select * from movieview WHERE (movieview.idFile IN (select idFile from bookmark where type = 1))
    19:21:40 T:139993069709056 DEBUG: JSONRPC: Incoming request: {"jsonrpc": "2.0", "id": 1, "method": "VideoLibrary.GetMovies", "params": {"properties": ["title", "originaltitle", "playcount", "year", "genre", "studio", "country", "tagline", "plot", "runtime", "file", "plotoutline", "lastplayed", "trailer", "rating", "resume", "art", "streamdetails", "mpaa", "director"], "limits": {"end": 20}, "sort": {"order": "descending", "method": "dateadded"}, "filter": {"field": "playcount", "operator": "is", "value": "0"}}}
    19:21:40 T:139993069709056 DEBUG: JSONRPC: Calling videolibrary.getmovies
    19:21:40 T:139993069709056 DEBUG: RunQuery took 9 ms for 183 items query: select * from movieview WHERE ((movieview.playCount IS NULL OR movieview.playCount = 0))
    19:21:43 T:139993780455360 DEBUG: Keyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 0
    19:21:43 T:139993780455360 DEBUG: OnKey: return (f00d) pressed, action is Select
    19:21:43 T:139993780455360 DEBUG: OnPlayMedia smb://ANDI/xxx.mkv
    19:21:43 T:139993780455360 DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
    19:21:43 T:139993780455360 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
    19:21:43 T:139993780455360 DEBUG: CAnnouncementManager - Announcement: OnAdd from xbmc
    19:21:43 T:139993780455360 DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnAdd
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers(smb://ANDI/xxx.mkv)
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
    19:21:43 T:139993780455360 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
    19:21:43 T:139993780455360 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
    19:21:43 T:139993780455360 NOTICE: DVDPlayer: Opening: smb://ANDI/xxx.mkv
    19:21:43 T:139993780455360 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:21:43 T:139993780455360 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
    19:21:43 T:139993780455360 DEBUG: LinuxRendererGL: Cleaning up GL resources
    19:21:43 T:139993780455360 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
    19:21:43 T:139992957437696 NOTICE: Thread CDVDPlayer start, auto delete: false
    19:21:43 T:139992957437696 NOTICE: Creating InputStream
    19:21:43 T:139992957437696 DEBUG: CSmbFile::Open - opened xxx.mkv, fd=10001
    19:21:43 T:139992957437696 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
    19:21:43 T:139992957437696 DEBUG: OpenDir - Using authentication url smb://ANDI/Filme
    19:21:43 T:139993780455360 DEBUG: ------ Window Init (DialogBusy.xml) ------
    19:21:43 T:139992957437696 DEBUG: ScanForExternalSubtitles: END (total time: 648 ms)
    19:21:43 T:139992957437696 NOTICE: Creating Demuxer
    19:21:43 T:139992957437696 DEBUG: Open - probing detected format [matroska,webm]
    19:21:43 T:139992957437696 DEBUG: Open - avformat_find_stream_info starting
    19:21:44 T:139992957437696 DEBUG: Open - av_find_stream_info finished
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Input #0, matroska,webm, from 'smb://ANDI/xxx.mkv':
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Duration: 01:27:57.02, start: 0.000000, bitrate: 13143 kb/s
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Stream #0:0(ger): Video: h264 (High), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Stream #0:1(ger): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s (default)
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Metadata:
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: title : German
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Stream #0:2(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), s16, 1536 kb/s
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: Metadata:
    19:21:44 T:139992957437696 INFO: ffmpeg[A67FC700]: title : English
    19:21:44 T:139992957437696 NOTICE: Opening video stream: 0 source: 256
    19:21:44 T:139992957437696 NOTICE: Creating video codec with codec id: 28
    19:21:44 T:139992957437696 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes
    19:21:44 T:139992957437696 DEBUG: FactoryCodec - Video: - Opening
    19:21:44 T:139992957437696 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1920x1080, 28)
    19:21:46 T:139992932259584 DEBUG: webserver: request received for /jsonrpc
    19:21:46 T:139992932259584 DEBUG: JSONRPC: Incoming request: [{"id":0,"jsonrpc":"2.0","method":"Player.GetActivePlayers"},{"id":1,"jsonrpc":"2.0","method":"Application.GetProperties","params":{"properties":["volume","muted"]}}]
    19:21:46 T:139992932259584 DEBUG: JSONRPC: Calling player.getactiveplayers
    19:21:46 T:139992932259584 DEBUG: JSONRPC: Calling application.getproperties
    19:21:47 T:139992823219968 DEBUG: webserver: request received for /image/image%3A%2F%2Fhttp%253a%252f%252fcf2.imgobject.com%252ft%252fp%252foriginal%252frbrQPjl2n4gTPsPXim9ckpRuycg.jpg%2F
    19:21:48 T:139992823219968 DEBUG: webserver: request received for /jsonrpc
    19:21:48 T:139992823219968 DEBUG: JSONRPC: Incoming request: [{"id":0,"jsonrpc":"2.0","method":"Player.GetActivePlayers"},{"id":1,"jsonrpc":"2.0","method":"Application.GetProperties","params":{"properties":["volume","muted"]}}]
    19:21:48 T:139992823219968 DEBUG: JSONRPC: Calling player.getactiveplayers
    19:21:48 T:139992823219968 DEBUG: JSONRPC: Calling application.getproperties
    19:21:48 T:139992932259584 DEBUG: webserver: request received for /image/image%3A%2F%2Fhttp%253a%252f%252fcf2.imgobject.com%252ft%252fp%252foriginal%252frbrQPjl2n4gTPsPXim9ckpRuycg.jpg%2F
    19:21:53 T:139993337231104 DEBUG: Previous line repeats 2 times.
    19:21:53 T:139993337231104 DEBUG: Suspended the Sink
    Playing Live TV with xvdr (0.9.8-1, self compiled and packaged from github) fails every time with a freeze:
    19:48:04 T:140440470034368 DEBUG: ------ Window Init (MyPVR.xml) ------
    19:48:04 T:140440470034368 INFO: Loading skin file: MyPVR.xml, load type: LOAD_EVERY_TIME
    19:48:04 T:140440470034368 DEBUG: CGUIMediaWindow::GetDirectory ()
    19:48:04 T:140440470034368 DEBUG: ParentPath = []
    19:48:04 T:140440470034368 DEBUG: CGUIWindowPVRCommon - OnMessageFocus - focus set to window 'tv'
    19:48:04 T:140440470034368 DEBUG: CGUIWindowPVRChannels - UpdateData - update window 'tv'. set view to 11
    19:48:04 T:140440470034368 DEBUG: CGUIMediaWindow::GetDirectory (pvr://channels/tv/Alle TV-Kanäle/)
    19:48:04 T:140440470034368 DEBUG: ParentPath = []
    19:48:04 T:140438627669760 DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/Alle TV-Kanäle)
    19:48:04 T:140439491426048 NOTICE: Thread PVR Channel Window start, auto delete: false
    19:48:04 T:140440470034368 DEBUG: CGUIWindowPVRCommon - OnMessageFocus - focus set to window 'tv'
    19:48:05 T:140440470034368 DEBUG: Previous line repeats 1 times.
    19:48:05 T:140440470034368 DEBUG: Keyboard: scancode: 24, sym: 000d, unicode: 000d, modifier: 0
    19:48:05 T:140440470034368 DEBUG: OnKey: return (f00d) pressed, action is Select
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers(pvr://channels/tv/Alle TV-Kanäle/0.pvr)
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
    19:48:06 T:140440470034368 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1)
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1)
    19:48:06 T:140440470034368 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
    19:48:06 T:140440470034368 NOTICE: DVDPlayer: Opening: pvr://channels/tv/Alle TV-Kanäle/0.pvr
    19:48:06 T:140440470034368 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
    19:48:06 T:140440470034368 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
    19:48:06 T:140440470034368 DEBUG: LinuxRendererGL: Cleaning up GL resources
    19:48:06 T:140440470034368 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
    19:48:06 T:140440470034368 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-51-x86_64-linux.so)
    19:48:06 T:140440470034368 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avutil-51-x86_64-linux.so
    19:48:06 T:140440470034368 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-2-x86_64-linux.so)
    19:48:06 T:140440470034368 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swscale-2-x86_64-linux.so
    19:48:06 T:140438879053568 NOTICE: Thread CDVDPlayer start, auto delete: false
    19:48:06 T:140438879053568 NOTICE: Creating InputStream
    19:48:06 T:140438879053568 DEBUG: PVRManager - OpenLiveStream - opening live stream on channel 'Das Erste HD'
    19:48:06 T:140438879053568 DEBUG: opening live stream for channel 'Das Erste HD'
    19:48:06 T:140440470034368 DEBUG: ------ Window Init (DialogBusy.xml) ------
    19:48:06 T:140438879053568 DEBUG: AddOnLog: VDR XVDR Client: Possible leak caused by workaround in GetLanguageCode
    19:48:06 T:140438879053568 INFO: AddOnLog: VDR XVDR Client: Logged in at '1377798483+7200' to 'VDR-XVDR Server' Version: '0.9.9' with protocol version '4'
    19:48:06 T:140438879053568 INFO: AddOnLog: VDR XVDR Client: Preferred Audio Language: deu
    19:48:06 T:140438879053568 DEBUG: AddOnLog: VDR XVDR Client: changing to channel 1640430212 (priority 50)
    19:48:06 T:140438879053568 INFO: AddOnLog: VDR XVDR Client: sucessfully switched channel
    19:48:06 T:140438879053568 DEBUG: PVRFile - Open - playback has started on filename pvr://channels/tv/Alle TV-Kanäle/0.pvr
    19:48:06 T:140438879053568 DEBUG: CDVDInputStreamPVRManager::Open - stream opened: pvr://channels/tv/Alle TV-Kanäle/0.pvr
    19:48:06 T:140438879053568 NOTICE: Creating Demuxer
    19:48:06 T:140438879053568 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-53-x86_64-linux.so)
    19:48:06 T:140438879053568 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avcodec-53-x86_64-linux.so
    19:48:06 T:140438879053568 DEBUG: CDVDPlayer::SetCaching - caching state 2
    19:48:06 T:140438879053568 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
    19:48:06 T:140438879053568 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
    19:48:06 T:140440470034368 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/Alle TV-Kanäle/0.pvr)
    19:48:06 T:140440470034368 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
    19:48:06 T:140440470034368 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
    19:48:06 T:140440470034368 DEBUG: Building didl for object 'pvr://channels/tv/Alle TV-Kanäle/0.pvr'
    19:48:06 T:140440470034368 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 0:5101 with codec_id 28
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 1:5106 with codec_id 86019
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 2:5102 with codec_id 86016
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 3:5103 with codec_id 86016
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 4:5105 with codec_id 94209
    19:48:06 T:140438879053568 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 5:5104 with codec_id 94215
    19:48:06 T:140438879053568 NOTICE: Opening video stream: 0 source: 256
    19:48:06 T:140438879053568 NOTICE: Creating video codec with codec id: 28
    19:48:06 T:140438879053568 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes
    19:48:06 T:140438879053568 DEBUG: FactoryCodec - Video: - Opening
    19:48:06 T:140438879053568 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swresample-0-x86_64-linux.so)
    19:48:06 T:140438879053568 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/swresample-0-x86_64-linux.so
    19:48:06 T:140438879053568 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-53-x86_64-linux.so)
    19:48:06 T:140438879053568 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avformat-53-x86_64-linux.so
    19:48:06 T:140438879053568 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-2-x86_64-linux.so)
    19:48:06 T:140438879053568 DEBUG: Loading: /usr/lib/xbmc/system/players/dvdplayer/avfilter-2-x86_64-linux.so
    19:48:06 T:140438879053568 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(1280x720, 28)
    19:48:16 T:140440026806016 DEBUG: Suspended the Sink
    With Hardware Acceleration disabled in XBMC none of the problems described above occurs.
    So does anybody here know how to approach this problem? I'd really like to use Arch on the HTPC. Is this a problem with Arch or shall I look for the cause more on the XBMC side?
    Last edited by And1G (2013-08-29 18:05:38)

    And1G wrote:OK, for everyone who is interested, this problem is most likely caused by XBMC relying on the OpenGL extension GL_NV_vdpau_interop which is not available with the Radeon driver.
    I'll go over to the XBMC forums with the issue, I hope they can help.
    I followed your from the heise newsticker to here, as you have some fully wrong information.
    xbmc implements as the first at all the GL vdpau interop. Which is used to use surfaces in both the decoder, vdpau and the presenter OpenGL. But - we still have all the "pixmap code" in place. So on Radeon vdpau, where this interop is not supported, we render into a pixmap and transfer that result afterwards back to OpenGL.
    This works perfectly fine with e.g. mplayer - as the pixmap is the finished result, no need to transfer it any further. Xbmc is something special, cause we are fully 3D - radeon driver (be it GL part or whatever) is damn slow here, cause performance currently just sucks when rendering to pixmap and from there back to OpenGL.
    We are in contact with all the AMD OSS devs to find a solution here.
    Btw. nvidia ION-2 is fast enough for 1080p50 _with_ the pixmap approach, so you can imagine, that we currently search the issue somewhere else - especially in the AMD drivers.
    Edit: On my current radeon vdpau oss tests with xbmc - mesa fills up with memory, leaks and dies after 20 minutes .... not a good situation to start anything.
    Last edited by fritsch (2013-09-17 15:20:49)

  • Using REMOTE with a mac

    from the apple website:
    Using Keynote Remote with Bluetooth
    When a Wi-Fi connection is unavailable you can use Keynote Remote with Bluetooth to control your Keynote slideshow from one iOS device to another (iPad, iPhone, iPod touch). However, slides may take longer to appear on Keynote Remote when connected via Bluetooth. You cannot use Keynote Remote via Bluetooth with a Mac.
    really???........ what is the point? Can i use it with a PC? who's million-dollar idea was this?

    I'm not sure that Tuttle's answer is quite the answer you're looking for. Sounds like you sometimes want the remote to control the iPhone in the dock, while other times you want it to control the MBP. If that's correct, there's really only one decent option: two remotes. Both devices should have come with a remote, so you should already have two. You can [pair one with the computer|http://support.apple.com/kb/HT1619] and [pair the other with the dock|http://support.apple.com/kb/TA23708?viewlocale=en_US]. You'll need to label the remotes somehow so you can tell which is which.
    Alternately, of course, you could just change the pairing every time you want to switch devices, but that seems like a bit of a pain to me.

  • Using the  apple remote  with  ipod  mini

    is it possible to use the apple remote with ipod mini dock
    advent 1318   Windows XP   n/a

    Would the apple remote and universal dock allow remote adjustment of the volume level when using and iPod mini? I know the nano and 5g support this feature but am unsure for the mini as my old 3g ipod only gave 'line out' via the dock.

  • Hi I have a problem I forgot my pass for unlocking iphone with Touch ID.Someone know how I can remuved

    Hi I have a problem I forgot my pass for unlocking iphone with Touch ID.If someone know how I can remuved please tell

    to be able to restore you need to put it into recovery mode first so it won't ask for the passcode
    this article will go over how to put into recovery mode at the bottom of the article:
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support
    basically with it being powered off hold the home button while plugging it in and keep holding the home button until it shows the iTunes logo with a chord and it will then let you restore the device in iTunes

  • White spot when unlock with Touch ID

    When I unlock my iPhone 5s using touch ID there is white spot on the screen while unlock animation. If I enter password everything is ok.

    Hey elickson,
    Thanks for the question. If I understand correctly, you are having trouble adding a fingerprint. I would recommend that you read this article, it may be able to help you isolate or resolve the issue.
    Use Touch ID on iPhone and iPad - Apple Support
    Get help with Touch ID
    Make sure that you're using the latest version of iOS.
    Make sure that your fingers and the Home button are clean and dry.*
    Cover the Home button completely. Don't tap too quickly, don't press down hard, and don't move your finger while Touch ID is scanning. Make sure that your finger touches the metal ring around the Home button.
    If you're using a case or screen protector, make sure it doesn't cover the Home button or the surrounding ring. If it does, remove the case or screen protector and try again.
    Tap Settings > Touch ID & Passcode and make sure that iPhone Unlock or iTunes & App Store is on. Also make sure that you've enrolled one or more fingerprints.
    Try enrolling a different finger.
    If you can't enroll any of your fingers, take your device to an Apple Retail Store, Apple Authorized Service Provider, or contact AppleCare for help.
    * Moisture, lotions, sweat, oils, cuts, or dry skin might affect fingerprint recognition. Certain activities can also temporarily affect fingerprint recognition, including exercising, showering, swimming, cooking, or other conditions or changes that affect your fingerprint.
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Problem with touch pad

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/794303]''
    i can't use the '''touch pad''' in FF4 RC2..why?..with mouse no problem but with touch pad there is...
    i have acer aspire 7520G
    thank you!

    Dear samarif 
    Welcome to Lenovo Forums
    Please toatally Shut Down the machine
    then unpluge the ac adpter
    press and hold on the power button for 10 Second
    then check the TP performance
    Thanks
    Alaa
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Can you uuse apple remote with new imac

    can you uuse apple remote with new imac

    Welcome to the Apple Support Communities
    The new iMac hasn't got an IR port, so it's not possible to use the Apple Remote with the new iMac. See the iMac's specs > http://www.apple.com/imac/specs/

Maybe you are looking for

  • How to call a SP with dynamic columns and output results into a .csv file via SSIS

    hi Folks, I have a challenging question here. I've created a SP called dbo.ResultsWithDynamicColumns and take one parameter of CONVERT(DATE,GETDATE()), the uniqueness of this SP is that the result does not have fixed columns as it's based on sales fr

  • Use "Additional File"

    Hello, I have attachments to a document e. g. a Word-file with one or two PDF-Attachments. I would like to use the function "additional file" for the Word-File. However, you can only see that there is a additional file, if you open details from the d

  • Strange problem with Rocketfish RF-MAB2 BT Headphones

    I recently bought a set of the headphones in the subject line for my girlfriend and she can't seem to get Pandora or Youtube to play thru them. She has an 3G 8GB. Neither app will load anything until she turns off the headset then turns it back on on

  • See my iCloud usage

    where can i see and edit my icloud usage?

  • How to to not display file attributes in file explorer

    Hi All Being new to windows mobile, I am still struggling to set up my new treo pro Palm OS just seemed to make more sense! The fonts are two small, the lists too long etc. My current problem is viewing the MP3's on my SD card. File explorer shows me