xbmc / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
https://kodi.tv/
Other
17.99k stars 6.26k forks source link

crash when changing LiveTV channels. #2172

Closed benkibbey closed 11 years ago

benkibbey commented 11 years ago

I hope this is the correct place to post. I didnt see a way to create a Trac account on xbmc.org.

When changing channels in LiveTV XBMC crashes at times. It doesn't happen during every channel change but usually every other one. Towards the end is a gdb backtrace. The crash happens in pulseaudio.

I tried to track it down to a mutex problem but no luck.

Heres the xbmc.log: 12:15:12 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:15:12 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:15:12 T:139685100742528 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0 12:15:12 T:139685100742528 DEBUG: OnKey: return (0xf00d) pressed, action is Select 12:15:12 T:139685100742528 DEBUG: GetZipList - Processing zip://%2fhome%2fme%2f.xbmc%2ftemp%2fMapIconPack-large.zip/ 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers(pvr://channels/tv/All TV channels/25.pvr) 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv 12:15:12 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1) 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1) 12:15:12 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players 12:15:12 T:139685100742528 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All TV channels/25.pvr 12:15:12 T:139685100742528 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 12:15:12 T:139685100742528 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec 12:15:12 T:139685100742528 DEBUG: LinuxRendererGL: Cleaning up GL resources 12:15:12 T:139685100742528 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16 12:15:12 T:139685100742528 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avutil-51-x86_64-linux.so) 12:15:12 T:139685100742528 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/avutil-51-x86_64-linux.so 12:15:12 T:139685100742528 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swscale-2-x86_64-linux.so) 12:15:12 T:139685100742528 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/swscale-2-x86_64-linux.so 12:15:12 T:139684669200128 NOTICE: Thread CDVDPlayer start, auto delete: false 12:15:12 T:139684669200128 NOTICE: Creating InputStream 12:15:12 T:139684669200128 DEBUG: PVRManager - OpenLiveStream - opening live stream on channel 'XXXX' 12:15:12 T:139684669200128 DEBUG: opening live stream for channel 'XXXX' 12:15:12 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendSubscribe - subscribe to channel '30', subscription 1 12:15:12 T:139684669200128 DEBUG: AddOnLog: Tvheadend HTSP Client: SendSubscribe - new subscription for channel 30 (1) 12:15:13 T:139685100742528 DEBUG: ------ Window Init (DialogBusy.xml) ------ 12:15:13 T:139685100742528 DEBUG: Window DialogBusy.xml was already loaded 12:15:13 T:139685100742528 DEBUG: Alloc resources: 0.00m 12:15:13 T:139685100742528 DEBUG: ------ Window Deinit (DialogPVRGuideInfo.xml) ------ 12:15:13 T:139684669200128 DEBUG: PVRFile - Open - playback has started on filename pvr://channels/tv/All TV channels/25.pvr 12:15:13 T:139684669200128 DEBUG: CDVDInputStreamPVRManager::Open - stream opened: pvr://channels/tv/All TV channels/25.pvr 12:15:13 T:139684669200128 NOTICE: Creating Demuxer 12:15:13 T:139684669200128 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avcodec-53-x86_64-linux.so) 12:15:13 T:139684669200128 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/avcodec-53-x86_64-linux.so 12:15:13 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 2 12:15:13 T:139684669200128 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED 12:15:13 T:139684669200128 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED 12:15:13 T:139685100742528 DEBUG: ------ Window Init (DialogSeekBar.xml) ------ 12:15:13 T:139685100742528 DEBUG: Window DialogSeekBar.xml was already loaded 12:15:13 T:139685100742528 DEBUG: Alloc resources: 0.01m 12:15:13 T:139685100742528 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/All TV channels/25.pvr) 12:15:13 T:139685100742528 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc 12:15:13 T:139685100742528 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay 12:15:13 T:139685100742528 DEBUG: ------ Window Deinit (DialogBusy.xml) ------ 12:15:13 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 1, type: MPEG2VIDEO 12:15:13 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 2, type: AC3 12:15:13 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 3, type: AC3 12:15:13 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - subscription started on adapter Samsung S5H1409 QAM/8VSB Frontend, mux 555,000 kHz, network , provider , service XXXX 12:15:13 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 0:1 with codec_id 2 12:15:13 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 1:2 with codec_id 86019 12:15:13 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 2:3 with codec_id 86019 12:15:13 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:15:13 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:15:13 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:15:13 T:139684669200128 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/swresample-0-x86_64-linux.so) 12:15:13 T:139684669200128 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/swresample-0-x86_64-linux.so 12:15:13 T:139684669200128 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avformat-53-x86_64-linux.so) 12:15:13 T:139684669200128 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/avformat-53-x86_64-linux.so 12:15:13 T:139684669200128 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/avfilter-2-x86_64-linux.so) 12:15:13 T:139684669200128 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/avfilter-2-x86_64-linux.so 12:15:13 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:15:13 T:139684669200128 NOTICE: Creating video thread 12:15:13 T:139684631942912 NOTICE: Thread CDVDPlayerVideo start, auto delete: false 12:15:13 T:139684631942912 NOTICE: running thread: video_thread 12:15:13 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:15:13 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:15:13 T:139684631942912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:15:13 T:139684669200128 NOTICE: Creating audio thread 12:15:13 T:139684623550208 NOTICE: Thread CDVDPlayerAudio start, auto delete: false 12:15:13 T:139684623550208 NOTICE: running thread: CDVDPlayerAudio::Process() 12:15:13 T:139684669200128 DEBUG: ParsePacket - {0} level changed from 0 to -99 12:15:13 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:15:13 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:15:13 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:15:13 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:15:13 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:15:13 T:139684631942912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(0.000000, 1) 12:15:13 T:139684631942912 DEBUG: VAAPI - attempting to open codec 2 with profile 4 at level 4 with 1 reference frames 12:15:13 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:14 T:139684631942912 DEBUG: VAAPI - initialize version 0.32 12:15:14 T:139684631942912 DEBUG: VAAPI - vendor: Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 5 (get/---) min 1 max 1 value 0x1 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 4 (get/set) min 0 max 16777215 value 0xffffff 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 0 (get/set) min -100 max 100 value 0x0 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 1 (get/set) min -100 max 100 value 0x0 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 2 (get/set) min -100 max 100 value 0x0 12:15:14 T:139684631942912 DEBUG: VAAPI - attrib 3 (get/set) min -100 max 100 value 0x0 12:15:14 T:139684631942912 DEBUG: VAAPI - profile 7 12:15:14 T:139684631942912 DEBUG: VAAPI - profile 10 12:15:14 T:139684631942912 DEBUG: VAAPI - unable to find a suitable profile 12:15:14 T:139684631942912 DEBUG: VAAPI - destroying display 0x33febe0 12:15:14 T:139684631942912 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/players/dvdplayer/postproc-52-x86_64-linux.so) 12:15:14 T:139684631942912 DEBUG: Loading: /usr/local/lib/xbmc/system/players/dvdplayer/postproc-52-x86_64-linux.so 12:15:14 T:139684631942912 NOTICE: fps: 29.970030, pwidth: 1920, pheight: 1080, dwidth: 1920, dheight: 1080 12:15:14 T:139684631942912 DEBUG: OutputPicture - change configuration. 1920x1080. framerate: 29.97. format: YV12 12:15:14 T:139684631942912 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (16) 12:15:14 T:139685100742528 NOTICE: Using GL_TEXTURE_2D 12:15:14 T:139685100742528 DEBUG: GL: Requested render method: 0 12:15:14 T:139685100742528 NOTICE: GL: ARB shaders support detected 12:15:14 T:139685100742528 DEBUG: GL: YUV2RGBProgressiveShaderARB: loading yuv2rgb_basic_2d.arb 12:15:14 T:139685100742528 NOTICE: GL: Selecting Single Pass ARB YUV2RGB shader 12:15:14 T:139685100742528 NOTICE: GL: No vertex shader, fixed pipeline in use 12:15:14 T:139685100742528 NOTICE: GL: NPOT texture support detected 12:15:14 T:139685100742528 NOTICE: GL: Using GL_ARB_pixel_buffer_object 12:15:14 T:139685100742528 DEBUG: Activating window ID: 12005 12:15:14 T:139685100742528 DEBUG: ------ Window Deinit (MyPVR.xml) ------ 12:15:14 T:139685100742528 DEBUG: ------ Window Init (VideoFullScreen.xml) ------ 12:15:14 T:139685100742528 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY 12:15:14 T:139685100742528 DEBUG: Load VideoFullScreen.xml: 22.53ms 12:15:14 T:139685100742528 DEBUG: Alloc resources: 22.76ms (22.65 ms skin load) 12:15:14 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 2 12:15:14 T:139684669200128 DEBUG: ParsePacket - {2} level changed from 0 to -99 12:15:14 T:139684669200128 DEBUG: ParsePacket - {2} iChannels changed from 0 to 2 12:15:14 T:139684669200128 DEBUG: ParsePacket - {2} iSampleRate changed from 0 to 48000 12:15:14 T:139684669200128 DEBUG: ParsePacket - {1} level changed from 0 to -99 12:15:14 T:139684669200128 DEBUG: ParsePacket - {1} iChannels changed from 0 to 6 12:15:14 T:139684669200128 DEBUG: ParsePacket - {1} iSampleRate changed from 0 to 48000 12:15:14 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:15:14 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:15:14 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:15:14 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:15:14 T:139684623550208 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(25300.000000, 0) 12:15:14 T:139684623550208 NOTICE: Creating audio stream (codec id: 86019, channels: 6, sample rate: 48000, no pass-through) 12:15:14 T:139684623550208 DEBUG: PulseAudio: Stream ready 12:15:14 T:139684623550208 INFO: PulseAEStream::Initialized 12:15:14 T:139684623550208 INFO: Sample Rate : 48000 12:15:14 T:139684623550208 INFO: Sample Format : AE_FMT_S16NE 12:15:14 T:139684623550208 INFO: Channel Count : 6 12:15:14 T:139684623550208 INFO: Channel Layout: FL,FR,FC,LFE,SL,SR 12:15:14 T:139684623550208 INFO: Frame Size : 12 12:15:14 T:139684623550208 INFO: Cache Size : 107136 12:15:14 T:139684623550208 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback 12:15:14 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 1 12:15:14 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:15 T:139684669200128 DEBUG: set caching from pvr to done. audio (1) = 11. video (1) = 13 12:15:15 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 0 12:15:15 T:139684623550208 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1404.139000, should be:25305.567000, error:23901.428000 12:15:15 T:139685100742528 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------ 12:15:15 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:17 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:15:17 T:139685100742528 DEBUG: Keyboard: scancode: 0x3a, sym: 0x006d, unicode: 0x006d, modifier: 0x0 12:15:17 T:139685100742528 DEBUG: OnKey: m (0xf04d) pressed, action is OSD 12:15:17 T:139685100742528 DEBUG: ------ Window Init (VideoOSD.xml) ------ 12:15:17 T:139685100742528 INFO: Loading skin file: VideoOSD.xml, load type: KEEP_IN_MEMORY 12:15:17 T:139685100742528 DEBUG: Load VideoOSD.xml: 26.77ms 12:15:17 T:139685100742528 DEBUG: Alloc resources: 45.52ms (26.89 ms skin load) 12:15:17 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:19 T:139684631942912 DEBUG: Previous line repeats 1 times. 12:15:19 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:15:19 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:20 T:139685100742528 DEBUG: Keyboard: scancode: 0x3a, sym: 0x006d, unicode: 0x006d, modifier: 0x0 12:15:20 T:139685100742528 DEBUG: OnKey: m (0xf04d) pressed, action is Back 12:15:20 T:139685100742528 DEBUG: ------ Window Deinit (VideoOSD.xml) ------ 12:15:20 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:32 T:139685100742528 DEBUG: Previous line repeats 11 times. 12:15:32 T:139685100742528 DEBUG: Keyboard: scancode: 0x33, sym: 0x005c, unicode: 0x005c, modifier: 0x0 12:15:32 T:139685100742528 DEBUG: OnKey: backslash (0xf05c) pressed, action is ToggleFullScreen 12:15:32 T:139685100742528 DEBUG: OnLostDevice - notify display change event 12:15:32 T:139685100742528 DEBUG: Flush - flushing renderer 12:15:32 T:139685100742528 ERROR: GLX: Same window as before, refreshing context 12:15:32 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:33 T:139685100742528 INFO: GL: Maximum texture width: 16384 12:15:33 T:139685100742528 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec 12:15:33 T:139685100742528 DEBUG: ------ Window Init (VideoOSD.xml) ------ 12:15:33 T:139685100742528 DEBUG: Window VideoOSD.xml was already loaded 12:15:33 T:139685100742528 DEBUG: Alloc resources: 1.39m 12:15:33 T:139685100742528 DEBUG: ------ Window Init (Pointer.xml) ------ 12:15:33 T:139685100742528 NOTICE: Using GL_TEXTURE_2D 12:15:33 T:139685100742528 DEBUG: GL: Requested render method: 0 12:15:33 T:139685100742528 NOTICE: GL: ARB shaders support detected 12:15:33 T:139685100742528 DEBUG: GL: YUV2RGBProgressiveShaderARB: loading yuv2rgb_basic_2d.arb 12:15:33 T:139685100742528 NOTICE: GL: Selecting Single Pass ARB YUV2RGB shader 12:15:33 T:139685100742528 NOTICE: GL: No vertex shader, fixed pipeline in use 12:15:33 T:139685100742528 NOTICE: GL: NPOT texture support detected 12:15:33 T:139685100742528 NOTICE: GL: Using GL_ARB_pixel_buffer_object 12:15:33 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:35 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:15:35 T:139685100742528 ERROR: CheckDisplayEvents - no display event after 3 seconds 12:15:35 T:139685100742528 DEBUG: CheckDisplayEvents - notify display reset event 12:15:36 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:37 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:15:37 T:139685100742528 DEBUG: ------ Window Deinit (Pointer.xml) ------ 12:15:38 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:38 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:15:38 T:139685100742528 DEBUG: ------ Window Deinit (VideoOSD.xml) ------ 12:15:39 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:15:43 T:139684849911552 DEBUG: Previous line repeats 4 times. 12:15:43 T:139684849911552 DEBUG: Thread Jobworker 139684849911552 terminating (autodelete) 12:15:43 T:139684749403904 DEBUG: Thread Jobworker 139684749403904 terminating (autodelete) 12:15:43 T:139684830992128 DEBUG: Thread Jobworker 139684830992128 terminating (autodelete) 12:15:44 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:14 T:139685100742528 DEBUG: Previous line repeats 30 times. 12:16:14 T:139685100742528 DEBUG: Keyboard: scancode: 0x17, sym: 0x0009, unicode: 0x0009, modifier: 0x0 12:16:14 T:139685100742528 DEBUG: OnKey: tab (0xf009) pressed, action is FullScreen 12:16:14 T:139685100742528 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate 12:16:14 T:139685100742528 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------ 12:16:14 T:139685100742528 DEBUG: CGUIWindowManager::PreviousWindow: Activate new 12:16:14 T:139685100742528 DEBUG: ------ Window Init (MyPVR.xml) ------ 12:16:14 T:139685100742528 INFO: Loading skin file: MyPVR.xml, load type: LOAD_EVERY_TIME 12:16:14 T:139685100742528 DEBUG: Using already stored xml root node for /usr/local/share/xbmc/addons/skin.confluence/720p/MyPVR.xml 12:16:14 T:139685100742528 DEBUG: Load MyPVR.xml: 36.44ms 12:16:14 T:139685100742528 DEBUG: Alloc resources: 37.71ms (36.67 ms skin load) 12:16:14 T:139685100742528 DEBUG: CGUIMediaWindow::GetDirectory () 12:16:14 T:139685100742528 DEBUG: ParentPath = [] 12:16:14 T:139685100742528 DEBUG: CGUIWindowPVRCommon - OnMessageFocus - focus set to window 'epg' 12:16:14 T:139685100742528 DEBUG: CGUIWindowPVRGuide - UpdateData - update window 'epg'. set view to 16 12:16:14 T:139685100742528 DEBUG: CGUIEPGGridContainer - SetStartEnd - start=02/03/2013 5:00:00 PM end=02/05/2013 5:00:00 PM 12:16:14 T:139685100742528 DEBUG: UpdateItems completed successfully in 10 ms 12:16:14 T:139685100742528 DEBUG: CGUIWindowPVRCommon - OnMessageFocus - focus set to window 'epg' 12:16:15 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:15 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:15 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:15 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:15 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:16 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:16 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:16 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:16 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:16 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:16 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:16 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:17 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:17 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:17 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:17 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:17 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:18 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:18 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:18 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:18 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:18 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:19 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:19 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:19 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:19 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:19 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:19 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:16:19 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:19 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:19 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:19 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:20 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:20 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:20 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:21 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:21 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:21 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:21 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:21 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:21 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:21 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:22 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:22 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:22 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:22 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:22 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:23 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:23 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:23 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:23 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:23 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:23 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:23 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:24 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:24 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:16:24 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:16:25 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:25 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:16:26 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:26 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:16:26 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:16:26 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:16:26 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:16:27 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:27 T:139685100742528 DEBUG: Keyboard: scancode: 0x71, sym: 0x0114, unicode: 0x0000, modifier: 0x0 12:16:27 T:139685100742528 DEBUG: OnKey: left (0xf082) pressed, action is Left 12:16:28 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:28 T:139685100742528 DEBUG: Keyboard: scancode: 0x71, sym: 0x0114, unicode: 0x0000, modifier: 0x0 12:16:28 T:139685100742528 DEBUG: OnKey: left (0xf082) pressed, action is Left 12:16:29 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:29 T:139685100742528 DEBUG: Keyboard: scancode: 0x71, sym: 0x0114, unicode: 0x0000, modifier: 0x0 12:16:29 T:139685100742528 DEBUG: OnKey: left (0xf082) pressed, action is Left 12:16:29 T:139685100742528 DEBUG: CGUIWindowPVRCommon - OnMessageFocus - focus set to window 'epg' 12:16:30 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:30 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:16:30 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:16:31 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:32 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:16:32 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:32 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:32 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:32 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:32 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:32 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:32 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:32 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:33 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:33 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:33 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:34 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:34 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:34 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:34 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:34 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:34 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:34 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:35 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:35 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:35 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:35 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:35 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:36 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:38 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:16:38 T:139685100742528 DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0 12:16:38 T:139685100742528 DEBUG: OnKey: down (0xf081) pressed, action is Down 12:16:38 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:41 T:139684631942912 DEBUG: Previous line repeats 3 times. 12:16:41 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:16:41 T:139685100742528 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0 12:16:41 T:139685100742528 DEBUG: OnKey: return (0xf00d) pressed, action is Select 12:16:41 T:139685100742528 DEBUG: ------ Window Init (DialogPVRGuideInfo.xml) ------ 12:16:41 T:139685100742528 INFO: Loading skin file: DialogPVRGuideInfo.xml, load type: LOAD_EVERY_TIME 12:16:41 T:139685100742528 DEBUG: Using already stored xml root node for /usr/local/share/xbmc/addons/skin.confluence/720p/DialogPVRGuideInfo.xml 12:16:41 T:139685100742528 DEBUG: Load DialogPVRGuideInfo.xml: 1.83ms 12:16:41 T:139685100742528 DEBUG: Alloc resources: 2.00ms (1.88 ms skin load) 12:16:42 T:139685100742528 DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0 12:16:42 T:139685100742528 DEBUG: OnKey: right (0xf083) pressed, action is Right 12:16:42 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:42 T:139685100742528 DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0 12:16:42 T:139685100742528 DEBUG: OnKey: return (0xf00d) pressed, action is Select 12:16:42 T:139685100742528 DEBUG: PVR - SaveCurrentChannelSettings - no custom channel settings for channel 'XXXX' 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers(pvr://channels/tv/All TV channels/1.pvr) 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtv 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: hdhomerun/myth/mms/udp 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv 12:16:42 T:139685100742528 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (1) 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: adding player: DVDPlayer (1) 12:16:42 T:139685100742528 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players 12:16:42 T:139685100742528 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All TV channels/1.pvr 12:16:42 T:139685100742528 NOTICE: CDVDPlayer::CloseFile() 12:16:42 T:139684669200128 DEBUG: AddOnLog: Tvheadend HTSP Client: SendSpeed(1, 100) 12:16:42 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'subscriptionSpeed' 12:16:42 T:139685100742528 NOTICE: DVDPlayer: waiting for threads to exit 12:16:42 T:139684669200128 NOTICE: CDVDPlayer::OnExit() 12:16:42 T:139684669200128 NOTICE: DVDPlayer: closing audio stream 12:16:42 T:139684669200128 NOTICE: Closing audio stream 12:16:42 T:139684669200128 NOTICE: Waiting for audio thread to exit 12:16:42 T:139684623550208 NOTICE: thread end: CDVDPlayerAudio::OnExit() 12:16:42 T:139684623550208 DEBUG: Thread CDVDPlayerAudio 139684623550208 terminating 12:16:42 T:139684669200128 NOTICE: Closing audio device 12:16:42 T:139684669200128 NOTICE: Deleting audio codec 12:16:42 T:139684669200128 NOTICE: DVDPlayer: closing video stream 12:16:42 T:139684669200128 NOTICE: Closing video stream 12:16:42 T:139684669200128 NOTICE: waiting for video thread to exit 12:16:42 T:139684631942912 NOTICE: thread end: video_thread 12:16:42 T:139684631942912 DEBUG: Thread CDVDPlayerVideo 139684631942912 terminating 12:16:42 T:139684669200128 NOTICE: deleting video codec 12:16:42 T:139684669200128 NOTICE: CDVDPlayer::OnExit() deleting demuxer 12:16:42 T:139684669200128 NOTICE: CDVDPlayer::OnExit() deleting input stream 12:16:42 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendUnsubscribe - unsubscribe from subscription 1 12:16:42 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStop - subscription ended on adapter Samsung S5H1409 QAM/8VSB Frontend 12:16:42 T:139684669200128 DEBUG: CDVDInputStreamPVRManager::Close - stream closed 12:16:42 T:139684669200128 DEBUG: Thread CDVDPlayer 139684669200128 terminating 12:16:42 T:139685100742528 NOTICE: DVDPlayer: finished waiting 12:16:42 T:139685100742528 DEBUG: LinuxRendererGL: Cleaning up GL resources 12:16:42 T:139685100742528 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 12:16:42 T:139685100742528 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec 12:16:42 T:139685100742528 DEBUG: LinuxRendererGL: Cleaning up GL resources 12:16:42 T:139685100742528 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16 12:16:42 T:139684669200128 NOTICE: Thread CDVDPlayer start, auto delete: false 12:16:42 T:139684669200128 NOTICE: Creating InputStream 12:16:42 T:139684669200128 DEBUG: PVRManager - OpenLiveStream - opening live stream on channel 'CSPAN-2' 12:16:42 T:139684669200128 DEBUG: opening live stream for channel 'CSPAN-2' 12:16:42 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendSubscribe - subscribe to channel '3', subscription 1 12:16:42 T:139684669200128 DEBUG: AddOnLog: Tvheadend HTSP Client: SendSubscribe - new subscription for channel 3 (1) 12:16:42 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 1, type: MPEG2VIDEO 12:16:42 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 2, type: AC3 12:16:42 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 3, type: CA 12:16:42 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - subscription started on adapter Samsung S5H1409 QAM/8VSB Frontend, mux 555,000 kHz, network , provider , service CSPAN-2 12:16:42 T:139685100742528 DEBUG: ------ Window Init (DialogBusy.xml) ------ 12:16:42 T:139685100742528 DEBUG: Window DialogBusy.xml was already loaded 12:16:42 T:139685100742528 DEBUG: Alloc resources: 0.04m 12:16:42 T:139685100742528 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-x86_64-linux.so) 12:16:42 T:139685100742528 DEBUG: Unloading: ImageLib-x86_64-linux.so 12:16:42 T:139684669200128 DEBUG: PVRFile - Open - playback has started on filename pvr://channels/tv/All TV channels/1.pvr 12:16:42 T:139684669200128 DEBUG: CDVDInputStreamPVRManager::Open - stream opened: pvr://channels/tv/All TV channels/1.pvr 12:16:42 T:139684669200128 NOTICE: Creating Demuxer 12:16:42 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 0:1 with codec_id 2 12:16:42 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 1:2 with codec_id 86019 12:16:42 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:16:42 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:16:42 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:16:42 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:16:42 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:16:42 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:16:42 T:139684669200128 NOTICE: Creating video thread 12:16:42 T:139684631942912 NOTICE: Thread CDVDPlayerVideo start, auto delete: false 12:16:42 T:139684631942912 NOTICE: running thread: video_thread 12:16:42 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:16:42 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:16:42 T:139684631942912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:42 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:16:42 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:16:42 T:139684669200128 NOTICE: Creating audio thread 12:16:42 T:139684623550208 NOTICE: Thread CDVDPlayerAudio start, auto delete: false 12:16:42 T:139684623550208 NOTICE: running thread: CDVDPlayerAudio::Process() 12:16:42 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 2 12:16:42 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 0:1 with codec_id 2 12:16:42 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 1:2 with codec_id 86019 12:16:42 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:16:42 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:16:42 T:139685100742528 DEBUG: ------ Window Init (DialogSeekBar.xml) ------ 12:16:42 T:139685100742528 DEBUG: Window DialogSeekBar.xml was already loaded 12:16:42 T:139685100742528 DEBUG: Alloc resources: 0.09m 12:16:42 T:139685100742528 DEBUG: ------ Window Deinit (DialogPVRGuideInfo.xml) ------ 12:16:42 T:139685100742528 DEBUG: ------ Window Deinit (DialogBusy.xml) ------ 12:16:42 T:139685100742528 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/All TV channels/1.pvr) 12:16:42 T:139684830992128 NOTICE: Thread Jobworker start, auto delete: true 12:16:42 T:139685100742528 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc 12:16:42 T:139685100742528 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay 12:16:43 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:43 T:139684669200128 DEBUG: ParsePacket - {0} level changed from 0 to -99 12:16:43 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:16:43 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:16:43 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:16:43 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:16:43 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:16:43 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:16:43 T:139684631942912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(0.000000, 1) 12:16:43 T:139684631942912 DEBUG: VAAPI - attempting to open codec 2 with profile 4 at level 8 with 1 reference frames 12:16:43 T:139684631942912 DEBUG: VAAPI - initialize version 0.32 12:16:43 T:139684631942912 DEBUG: VAAPI - vendor: Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 5 (get/---) min 1 max 1 value 0x1 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 4 (get/set) min 0 max 16777215 value 0xffffff 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 0 (get/set) min -100 max 100 value 0x0 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 1 (get/set) min -100 max 100 value 0x0 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 2 (get/set) min -100 max 100 value 0x0 12:16:43 T:139684631942912 DEBUG: VAAPI - attrib 3 (get/set) min -100 max 100 value 0x0 12:16:43 T:139684631942912 DEBUG: VAAPI - profile 7 12:16:43 T:139684631942912 DEBUG: VAAPI - profile 10 12:16:43 T:139684631942912 DEBUG: VAAPI - unable to find a suitable profile 12:16:43 T:139684631942912 DEBUG: VAAPI - destroying display 0x343e180 12:16:43 T:139684631942912 NOTICE: fps: 29.970030, pwidth: 720, pheight: 480, dwidth: 640, dheight: 480 12:16:43 T:139684631942912 DEBUG: OutputPicture - change configuration. 720x480. framerate: 29.97. format: YV12 12:16:43 T:139684631942912 WARNING: CRenderManager::Configure - timeout waiting for previous frame 12:16:43 T:139684631942912 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (16) 12:16:43 T:139684631942912 DEBUG: CPullupCorrection: pattern lost on diff -86686600.000000 12:16:43 T:139685100742528 DEBUG: Activating window ID: 12005 12:16:43 T:139685100742528 DEBUG: ------ Window Deinit (MyPVR.xml) ------ 12:16:43 T:139685100742528 DEBUG: ------ Window Init (VideoFullScreen.xml) ------ 12:16:43 T:139685100742528 DEBUG: Window VideoFullScreen.xml was already loaded 12:16:43 T:139685100742528 DEBUG: Alloc resources: 0.12m 12:16:43 T:139685100742528 NOTICE: Using GL_TEXTURE_2D 12:16:43 T:139685100742528 DEBUG: GL: Requested render method: 0 12:16:43 T:139685100742528 NOTICE: GL: ARB shaders support detected 12:16:43 T:139685100742528 DEBUG: GL: YUV2RGBProgressiveShaderARB: loading yuv2rgb_basic_2d.arb 12:16:43 T:139685100742528 NOTICE: GL: Selecting Single Pass ARB YUV2RGB shader 12:16:43 T:139685100742528 NOTICE: GL: No vertex shader, fixed pipeline in use 12:16:43 T:139685100742528 DEBUG: GL: Disabling non-linear stretch 12:16:43 T:139685100742528 NOTICE: GL: NPOT texture support detected 12:16:43 T:139685100742528 NOTICE: GL: Using GL_ARB_pixel_buffer_object 12:16:43 T:139685100742528 DEBUG: GL: Requested render method: 0 12:16:43 T:139685100742528 NOTICE: GL: ARB shaders support detected 12:16:43 T:139685100742528 DEBUG: GL: YUV2RGBProgressiveShaderARB: loading yuv2rgb_basic_2d.arb 12:16:43 T:139685100742528 NOTICE: GL: Selecting Single Pass ARB YUV2RGB shader 12:16:43 T:139685100742528 NOTICE: GL: No vertex shader, fixed pipeline in use 12:16:43 T:139685100742528 NOTICE: GL: NPOT texture support detected 12:16:43 T:139685100742528 NOTICE: GL: Using GL_ARB_pixel_buffer_object 12:16:43 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 2 12:16:43 T:139684669200128 DEBUG: ParsePacket - {1} level changed from 0 to -99 12:16:43 T:139684669200128 DEBUG: ParsePacket - {1} iChannels changed from 0 to 2 12:16:43 T:139684669200128 DEBUG: ParsePacket - {1} iSampleRate changed from 0 to 48000 12:16:43 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:16:43 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:16:43 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:16:43 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:16:43 T:139684623550208 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(4388.000000, 0) 12:16:43 T:139684623550208 NOTICE: Creating audio stream (codec id: 86019, channels: 2, sample rate: 48000, no pass-through) 12:16:43 T:139684623550208 DEBUG: PulseAudio: Stream ready 12:16:43 T:139684623550208 INFO: PulseAEStream::Initialized 12:16:43 T:139684623550208 INFO: Sample Rate : 48000 12:16:43 T:139684623550208 INFO: Sample Format : AE_FMT_S16NE 12:16:43 T:139684623550208 INFO: Channel Count : 2 12:16:43 T:139684623550208 INFO: Channel Layout: FL,FR 12:16:43 T:139684623550208 INFO: Frame Size : 4 12:16:43 T:139684623550208 INFO: Cache Size : 48000 12:16:43 T:139684623550208 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback 12:16:44 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 1 12:16:44 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:44 T:139684669200128 DEBUG: set caching from pvr to done. audio (1) = 11. video (1) = 13 12:16:44 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 0 12:16:44 T:139684623550208 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:1045.423000, should be:4392.381000, error:3346.958000 12:16:45 T:139685100742528 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------ 12:16:45 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:46 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:16:46 T:139685100742528 DEBUG: Keyboard: scancode: 0x3a, sym: 0x006d, unicode: 0x006d, modifier: 0x0 12:16:46 T:139685100742528 DEBUG: OnKey: m (0xf04d) pressed, action is OSD 12:16:46 T:139685100742528 DEBUG: ------ Window Init (VideoOSD.xml) ------ 12:16:46 T:139685100742528 DEBUG: Window VideoOSD.xml was already loaded 12:16:46 T:139685100742528 DEBUG: Alloc resources: 1.19m 12:16:47 T:139685100742528 DEBUG: Keyboard: scancode: 0x3a, sym: 0x006d, unicode: 0x006d, modifier: 0x0 12:16:47 T:139685100742528 DEBUG: OnKey: m (0xf04d) pressed, action is Back 12:16:47 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:47 T:139685100742528 DEBUG: ------ Window Deinit (VideoOSD.xml) ------ 12:16:47 T:139685100742528 DEBUG: Keyboard: scancode: 0x33, sym: 0x005c, unicode: 0x005c, modifier: 0x0 12:16:47 T:139685100742528 DEBUG: OnKey: backslash (0xf05c) pressed, action is ToggleFullScreen 12:16:47 T:139685100742528 ERROR: GLX: Same window as before, refreshing context 12:16:47 T:139685100742528 INFO: GL: Maximum texture width: 16384 12:16:47 T:139685100742528 DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec 12:16:47 T:139685100742528 DEBUG: ------ Window Init (VideoOSD.xml) ------ 12:16:47 T:139685100742528 DEBUG: Window VideoOSD.xml was already loaded 12:16:47 T:139685100742528 DEBUG: Alloc resources: 2.11m 12:16:47 T:139685100742528 DEBUG: ------ Window Init (Pointer.xml) ------ 12:16:48 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:48 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is Up 12:16:48 T:139685100742528 DEBUG: ------ Window Deinit (Pointer.xml) ------ 12:16:48 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:48 T:139685100742528 DEBUG: ------ Window Deinit (VideoOSD.xml) ------ 12:16:48 T:139684631942912 DEBUG: CPullupCorrection: detected pattern of length 1: 33366.67, frameduration: 33366.666667 12:16:49 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:49 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:49 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is ChannelUp 12:16:49 T:139685100742528 DEBUG: ------ Window Init (DialogSeekBar.xml) ------ 12:16:49 T:139685100742528 DEBUG: Window DialogSeekBar.xml was already loaded 12:16:49 T:139685100742528 DEBUG: Alloc resources: 0.25m 12:16:49 T:139684631942912 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:49 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 3 12:16:49 T:139684623550208 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:49 T:139684669200128 DEBUG: PVRManager - PerformChannelSwitch - switching to channel 'WUCF SD' 12:16:49 T:139684669200128 DEBUG: PVR - SaveCurrentChannelSettings - persisting custom channel settings for channel 'CSPAN-2' 12:16:49 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SwitchChannel - changing to channel 'WUCF SD' 12:16:49 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendUnsubscribe - unsubscribe from subscription 1 12:16:49 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStop - subscription ended on adapter Samsung S5H1409 QAM/8VSB Frontend 12:16:49 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendSubscribe - subscribe to channel '4', subscription 2 12:16:49 T:139684669200128 DEBUG: AddOnLog: Tvheadend HTSP Client: SendSubscribe - new subscription for channel 3 (2) 12:16:49 T:139684669200128 NOTICE: PVRManager - PerformChannelSwitch - switched to channel 'WUCF SD' 12:16:49 T:139684730439424 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc 12:16:49 T:139684730439424 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop 12:16:49 T:139684669200128 NOTICE: Creating Demuxer 12:16:49 T:139684730439424 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc 12:16:49 T:139684730439424 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay 12:16:49 T:139684669200128 NOTICE: Closing video stream 12:16:49 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 0 12:16:49 T:139684669200128 NOTICE: waiting for video thread to exit 12:16:49 T:139684631942912 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true 12:16:49 T:139684631942912 NOTICE: thread end: video_thread 12:16:49 T:139684631942912 DEBUG: Thread CDVDPlayerVideo 139684631942912 terminating 12:16:49 T:139684669200128 NOTICE: deleting video codec 12:16:49 T:139684669200128 NOTICE: Closing audio stream 12:16:49 T:139684669200128 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty 12:16:49 T:139684623550208 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:49 T:139684623550208 DEBUG: CDVDPlayerAudio::Process - Abort received, exiting thread 12:16:49 T:139684623550208 NOTICE: thread end: CDVDPlayerAudio::OnExit() 12:16:49 T:139684669200128 NOTICE: Waiting for audio thread to exit 12:16:49 T:139684669200128 NOTICE: Closing audio device 12:16:49 T:139684623550208 DEBUG: Thread CDVDPlayerAudio 139684623550208 terminating 12:16:49 T:139684669200128 NOTICE: Deleting audio codec 12:16:49 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 2 12:16:49 T:139684669200128 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED 12:16:49 T:139684669200128 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED 12:16:49 T:139684669200128 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/All TV channels/2.pvr) 12:16:49 T:139685033613056 WARNING: PulseAudio: Stream underflow 12:16:49 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 1, type: MPEG2VIDEO 12:16:49 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 2, type: AC3 12:16:49 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - id: 3, type: AC3 12:16:49 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStart - subscription started on adapter Samsung S5H1409 QAM/8VSB Frontend, mux 555,000 kHz, network , provider , service WUCF SD 12:16:49 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 0:1 with codec_id 2 12:16:49 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 1:2 with codec_id 86019 12:16:49 T:139684669200128 DEBUG: CDVDDemuxPVRClient::RequestStreams(): added/updated stream 2:3 with codec_id 86019 12:16:49 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:16:49 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:16:49 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:16:49 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:16:49 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:16:49 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:16:49 T:139684669200128 NOTICE: Creating video thread 12:16:49 T:139684623550208 NOTICE: Thread CDVDPlayerVideo start, auto delete: false 12:16:49 T:139684623550208 NOTICE: running thread: video_thread 12:16:49 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:16:49 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:16:49 T:139684623550208 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:49 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:16:49 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:16:49 T:139684669200128 NOTICE: Creating audio thread 12:16:49 T:139684631942912 NOTICE: Thread CDVDPlayerAudio start, auto delete: false 12:16:49 T:139684631942912 NOTICE: running thread: CDVDPlayerAudio::Process() 12:16:50 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:50 T:139684669200128 DEBUG: ParsePacket - {0} level changed from 0 to -99 12:16:50 T:139684669200128 NOTICE: Opening video stream: 0 source: 256 12:16:50 T:139684669200128 NOTICE: Creating video codec with codec id: 2 12:16:50 T:139684669200128 DEBUG: CDVDFactoryCodec: compiled in hardware support: CrystalHD:no OpenMax:no VDPAU:yes VAAPI:yes 12:16:50 T:139684669200128 DEBUG: FactoryCodec - Video: - Opening 12:16:50 T:139684669200128 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video 12:16:50 T:139684669200128 DEBUG: FactoryCodec - Video: ff-mpeg2video - Opened 12:16:50 T:139684623550208 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_RESYNC(0.000000, 1) 12:16:50 T:139684623550208 DEBUG: VAAPI - attempting to open codec 2 with profile 4 at level 8 with 1 reference frames 12:16:51 T:139684623550208 DEBUG: VAAPI - initialize version 0.32 12:16:51 T:139684623550208 DEBUG: VAAPI - vendor: Splitted-Desktop Systems XvBA backend for VA-API - 0.8.0 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 5 (get/---) min 1 max 1 value 0x1 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 4 (get/set) min 0 max 16777215 value 0xffffff 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 0 (get/set) min -100 max 100 value 0x0 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 1 (get/set) min -100 max 100 value 0x0 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 2 (get/set) min -100 max 100 value 0x0 12:16:51 T:139684623550208 DEBUG: VAAPI - attrib 3 (get/set) min -100 max 100 value 0x0 12:16:51 T:139684623550208 DEBUG: VAAPI - profile 7 12:16:51 T:139684623550208 DEBUG: VAAPI - profile 10 12:16:51 T:139684623550208 DEBUG: VAAPI - unable to find a suitable profile 12:16:51 T:139684623550208 DEBUG: VAAPI - destroying display 0x3432550 12:16:51 T:139684623550208 WARNING: CDVDMessageQueue(video)::Get - asked for new data packet, with nothing available 12:16:51 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 2 12:16:51 T:139684669200128 DEBUG: ParsePacket - {1} level changed from 0 to -99 12:16:51 T:139684669200128 DEBUG: ParsePacket - {1} iChannels changed from 0 to 2 12:16:51 T:139684669200128 DEBUG: ParsePacket - {1} iSampleRate changed from 0 to 48000 12:16:51 T:139684669200128 NOTICE: Opening audio stream: 1 source: 256 12:16:51 T:139684669200128 NOTICE: Finding audio codec for: 86019 12:16:51 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opening 12:16:51 T:139684669200128 DEBUG: FactoryCodec - Audio: FFmpeg - Opened 12:16:51 T:139684631942912 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_RESYNC(20955.000000, 0) 12:16:51 T:139684631942912 NOTICE: Creating audio stream (codec id: 86019, channels: 2, sample rate: 48000, no pass-through) 12:16:51 T:139684631942912 DEBUG: PulseAudio: Stream ready 12:16:51 T:139684631942912 INFO: PulseAEStream::Initialized 12:16:51 T:139684631942912 INFO: Sample Rate : 48000 12:16:51 T:139684631942912 INFO: Sample Format : AE_FMT_S16NE 12:16:51 T:139684631942912 INFO: Channel Count : 2 12:16:51 T:139684631942912 INFO: Channel Layout: FL,FR 12:16:51 T:139684631942912 INFO: Frame Size : 4 12:16:51 T:139684631942912 INFO: Cache Size : 48000 12:16:51 T:139684631942912 DEBUG: CDVDPlayerAudio:: synctype set to 0: clock feedback 12:16:51 T:139684669200128 DEBUG: CDVDPlayer::HandleMessages - player started 1 12:16:51 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:52 T:139684669200128 DEBUG: set caching from pvr to done. audio (1) = 11. video (1) = 13 12:16:52 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 0 12:16:52 T:139684631942912 DEBUG: CDVDPlayerAudio:: Discontinuity1 - was:2559.811000, should be:20959.342000, error:18399.531000 12:16:52 T:139685100742528 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------ 12:16:52 T:139684702848768 DEBUG: AddOnLog: Tvheadend HTSP Client: ProcessMessage - Unmapped action recieved 'timeshiftStatus' 12:16:54 T:139685100742528 DEBUG: Previous line repeats 1 times. 12:16:54 T:139685100742528 DEBUG: Keyboard: scancode: 0x6f, sym: 0x0111, unicode: 0x0000, modifier: 0x0 12:16:54 T:139685100742528 DEBUG: OnKey: up (0xf080) pressed, action is ChannelUp 12:16:54 T:139685100742528 DEBUG: ------ Window Init (DialogSeekBar.xml) ------ 12:16:54 T:139685100742528 DEBUG: Window DialogSeekBar.xml was already loaded 12:16:54 T:139685100742528 DEBUG: Alloc resources: 0.21m 12:16:54 T:139684623550208 DEBUG: CDVDPlayerVideo - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:54 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 3 12:16:54 T:139684631942912 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:54 T:139684669200128 DEBUG: PVRManager - PerformChannelSwitch - switching to channel 'WUCF HD' 12:16:54 T:139684669200128 DEBUG: PVR - SaveCurrentChannelSettings - no custom channel settings for channel 'WUCF SD' 12:16:54 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SwitchChannel - changing to channel 'WUCF HD' 12:16:54 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendUnsubscribe - unsubscribe from subscription 2 12:16:54 T:139684702848768 INFO: AddOnLog: Tvheadend HTSP Client: ParseSubscriptionStop - subscription ended on adapter Samsung S5H1409 QAM/8VSB Frontend 12:16:54 T:139684669200128 INFO: AddOnLog: Tvheadend HTSP Client: SendSubscribe - subscribe to channel '5', subscription 3 12:16:54 T:139684669200128 DEBUG: AddOnLog: Tvheadend HTSP Client: SendSubscribe - new subscription for channel 4 (3) 12:16:54 T:139684669200128 NOTICE: PVRManager - PerformChannelSwitch - switched to channel 'WUCF HD' 12:16:54 T:139684730439424 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc 12:16:54 T:139684730439424 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop 12:16:54 T:139684669200128 NOTICE: Creating Demuxer 12:16:54 T:139684730439424 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc 12:16:54 T:139684730439424 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay 12:16:54 T:139684669200128 NOTICE: Closing video stream 12:16:54 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 0 12:16:54 T:139684669200128 NOTICE: waiting for video thread to exit 12:16:54 T:139684623550208 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true 12:16:54 T:139684623550208 NOTICE: thread end: video_thread 12:16:54 T:139684623550208 DEBUG: Thread CDVDPlayerVideo 139684623550208 terminating 12:16:54 T:139684669200128 NOTICE: deleting video codec 12:16:54 T:139684669200128 NOTICE: Closing audio stream 12:16:54 T:139684669200128 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty 12:16:54 T:139684631942912 DEBUG: CDVDPlayerAudio - CDVDMsg::GENERAL_SYNCHRONIZE 12:16:54 T:139684631942912 DEBUG: CDVDPlayerAudio::Process - Abort received, exiting thread 12:16:54 T:139684631942912 NOTICE: thread end: CDVDPlayerAudio::OnExit() 12:16:54 T:139684669200128 NOTICE: Waiting for audio thread to exit 12:16:54 T:139684669200128 NOTICE: Closing audio device 12:16:54 T:139684631942912 DEBUG: Thread CDVDPlayerAudio 139684631942912 terminating 12:16:54 T:139684669200128 NOTICE: Deleting audio codec 12:16:54 T:139684669200128 DEBUG: CDVDPlayer::SetCaching - caching state 2 12:16:54 T:139684669200128 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED 12:16:54 T:139684669200128 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED 12:16:54 T:139684669200128 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/All TV channels/3.pvr)

Heres the gdb backtrace of the core file:

0 0x00007f0afead9475 in *__GI_raise (sig=)

at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
    pid = <optimized out>
    selftid = <optimized out>

1 0x00007f0afeadc6f0 in *__GI_abort () at abort.c:92

    act = {__sigaction_handler = {sa_handler = 0x1db0980, 
ronie commented 11 years ago

nope, please report bugs on the forum and use pastebin for logfiles.