Advertisement
JoeBlowinski

Kodi 2 channel PCM only

Aug 3rd, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.05 KB | None | 0 0
  1. 11:37:08.160 T:140736040256448 NOTICE: Starting Kodi (17.3 Git:20170524-147cec4). Platform: OS X x86 64-bit
  2. 11:37:08.160 T:140736040256448 NOTICE: Using Release Kodi x64 build
  3. 11:37:08.160 T:140736040256448 NOTICE: Kodi compiled May 24 2017 by Clang 6.0 (clang-600.0.56) for OS X x86 64-bit version 10.8.0 (1080)
  4. 11:37:08.160 T:140736040256448 NOTICE: Running on Apple Inc. Macmini5,2 with OS X 10.12.6, kernel: Darwin x86 64-bit version 16.7.0
  5. 11:37:08.161 T:140736040256448 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi
  6. 11:37:08.161 T:140736040256448 NOTICE: Host CPU: Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz, 4 cores available
  7. 11:37:08.161 T:140736040256448 NOTICE: special://xbmc/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  8. 11:37:08.161 T:140736040256448 NOTICE: special://xbmcbin/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi
  9. 11:37:08.161 T:140736040256448 NOTICE: special://xbmcbinaddons/ is mapped to: /Applications/Kodi.app/Contents/Resources/Kodi/addons
  10. 11:37:08.161 T:140736040256448 NOTICE: special://masterprofile/ is mapped to: /Users/maybejk/Library/Application Support/Kodi/userdata
  11. 11:37:08.161 T:140736040256448 NOTICE: special://envhome/ is mapped to: /Users/maybejk
  12. 11:37:08.161 T:140736040256448 NOTICE: special://home/ is mapped to: /Users/maybejk/Library/Application Support/Kodi
  13. 11:37:08.161 T:140736040256448 NOTICE: special://temp/ is mapped to: /Users/maybejk/.kodi/temp
  14. 11:37:08.161 T:140736040256448 NOTICE: special://logpath/ is mapped to: /Users/maybejk/Library/Logs
  15. 11:37:08.161 T:140736040256448 NOTICE: special://frameworks/ is mapped to: /Applications/Kodi.app/Contents/Libraries
  16. 11:37:08.161 T:140736040256448 NOTICE: The executable running is: /Applications/Kodi.app/Contents/MacOS/Kodi
  17. 11:38:10.349 T:140736040256448 NOTICE: Enabled debug logging due to GUI setting. Level 2.
  18. 11:38:10.349 T:140736040256448 DEBUG: ------ Window Init () ------
  19. 11:38:14.766 T:140736040256448 DEBUG: ------ Window Init (DialogSelect.xml) ------
  20. 11:38:14.766 T:140736040256448 INFO: Loading skin file: DialogSelect.xml, load type: KEEP_IN_MEMORY
  21. 11:38:31.134 T:140736040256448 DEBUG: ------ Window Deinit (DialogSelect.xml) ------
  22. 11:38:43.419 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  23. 11:38:43.735 T:140736040256448 DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
  24. 11:38:43.749 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  25. 11:38:43.749 T:140736040256448 DEBUG: ------ Window Init (Settings.xml) ------
  26. 11:38:45.483 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  27. 11:38:45.784 T:140736040256448 DEBUG: ------ Window Deinit (Settings.xml) ------
  28. 11:38:45.799 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  29. 11:38:45.799 T:140736040256448 DEBUG: ------ Window Init (Home.xml) ------
  30. 11:38:45.812 T:140736040256448 DEBUG: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
  31. 11:38:45.812 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_episodes.xsp]: refreshing..
  32. 11:38:45.812 T:123145482338304 DEBUG: Thread JobWorker start, auto delete: true
  33. 11:38:45.812 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_tvshows.xsp]: refreshing..
  34. 11:38:45.812 T:140736040256448 DEBUG: CDirectoryProvider[videodb://tvshows/genres/]: refreshing..
  35. 11:38:45.812 T:123145483411456 DEBUG: Thread JobWorker start, auto delete: true
  36. 11:38:45.812 T:140736040256448 DEBUG: CDirectoryProvider[videodb://tvshows/studios/]: refreshing..
  37. 11:38:45.812 T:123145483948032 DEBUG: Thread JobWorker start, auto delete: true
  38. 11:38:45.907 T:123145482338304 DEBUG: RunQuery took 20 ms for 5 items query: SELECT * FROM tvshow_view WHERE watchedCount != 0 AND totalCount != watchedCount ORDER BY c00
  39. 11:38:45.912 T:123145483948032 DEBUG: RunQuery took 19 ms for 36 items query: SELECT * FROM tvshow_view WHERE ((tvshow_view.watchedcount = 0)) AND ((tvshow_view.totalCount > 0))
  40. 11:38:45.931 T:123145483411456 DEBUG: RunQuery took 39 ms for 1275 items query: select * from episode_view WHERE ((episode_view.dateAdded > '1900-01-01')) AND ((episode_view.playCount IS NULL OR episode_view.playCount < 1))
  41. 11:38:46.076 T:123145482338304 DEBUG: RunQuery took 46 ms for 15 items query: SELECT genre.genre_id, genre.name FROM genre JOIN genre_link ON genre.genre_id = genre_link.genre_id JOIN tvshow_view ON genre_link.media_id = tvshow_view.idShow AND genre_link.media_type='tvshow' GROUP BY genre.genre_id
  42. 11:38:46.088 T:123145483948032 DEBUG: RunQuery took 28 ms for 24 items query: SELECT studio.studio_id, studio.name FROM studio JOIN studio_link ON studio.studio_id = studio_link.studio_id JOIN tvshow_view ON studio_link.media_id = tvshow_view.idShow AND studio_link.media_type='tvshow' GROUP BY studio.studio_id
  43. 11:38:53.902 T:140736040256448 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY
  44. 11:38:53.903 T:140736040256448 DEBUG: ------ Window Init (DialogContextMenu.xml) ------
  45. 11:38:56.301 T:140736040256448 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
  46. 11:38:56.319 T:140736040256448 DEBUG: Loading settings for /Volumes/MediaFiles/Movies/2 Guns 2013.mkv
  47. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers(/Volumes/MediaFiles/Movies/2 Guns 2013.mkv)
  48. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules
  49. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules
  50. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp
  51. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout
  52. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp
  53. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp
  54. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams
  55. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd
  56. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage
  57. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf
  58. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv
  59. 11:38:56.323 T:140736040256448 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio
  60. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players
  61. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)
  62. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0
  63. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1
  64. 11:38:56.323 T:140736040256448 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players
  65. 11:38:56.323 T:123145484484608 DEBUG: Thread RefClock start, auto delete: false
  66. 11:38:56.323 T:123145484484608 DEBUG: CVideoSyncOsx::Setup setting up OSX
  67. 11:38:56.323 T:123145484484608 DEBUG: CVideoSyncOsx::GetFps Detected refreshrate: 60.000000 hertz
  68. 11:38:56.323 T:123145484484608 DEBUG: CVideoReferenceClock: Detected refreshrate: 60.000 hertz
  69. 11:38:56.323 T:123145484484608 DEBUG: CVideoSyncOsx::InitDisplayLink setting up displaylink
  70. 11:38:56.325 T:140736040256448 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData
  71. 11:38:56.325 T:140736040256448 NOTICE: VideoPlayer: Opening: /Volumes/MediaFiles/Movies/2 Guns 2013.mkv
  72. 11:38:56.325 T:140736040256448 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  73. 11:38:56.325 T:140736040256448 DEBUG: LinuxRendererGL: Cleaning up GL resources
  74. 11:38:56.325 T:140736040256448 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
  75. 11:38:56.325 T:123145487167488 DEBUG: Thread VideoPlayer start, auto delete: false
  76. 11:38:56.325 T:123145487167488 NOTICE: Creating InputStream
  77. 11:38:56.826 T:140736040256448 DEBUG: ------ Window Init (DialogBusy.xml) ------
  78. 11:38:57.330 T:123145487167488 DEBUG: ScanForExternalSubtitles: Searching for subtitles...
  79. 11:38:57.444 T:123145487167488 DEBUG: ScanForExternalSubtitles: END (total time: 114 ms)
  80. 11:38:57.444 T:123145487167488 NOTICE: Creating Demuxer
  81. 11:38:57.444 T:123145487167488 DEBUG: Open - probing detected format [matroska,webm]
  82. 11:38:57.444 T:123145487167488 DEBUG: Open - avformat_find_stream_info starting
  83. 11:38:57.448 T:123145487167488 DEBUG: Open - av_find_stream_info finished
  84. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Input #0, matroska,webm, /Volumes/MediaFiles/Movies/2 Guns 2013.mk':
  85. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  86. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: encoder : libebml v1.0.0 + libmatroska v1.0
  87. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Duration: 01:49:15.27, start: 0.000000, bitrate: 10019 kb/s
  88. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:0: start 0.000000, end 336.044000
  89. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  90. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:00:00.000
  91. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:1: start 336.044000, end 644.185000
  92. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  93. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:05:36.044
  94. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:2: start 644.185000, end 915.206000
  95. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  96. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:10:44.185
  97. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:3: start 915.206000, end 1242.283000
  98. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  99. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:15:15.206
  100. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:4: start 1242.283000, end 1487.736000
  101. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  102. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:20:42.283
  103. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:5: start 1487.736000, end 1760.842000
  104. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  105. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:24:47.736
  106. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:6: start 1760.842000, end 2184.099000
  107. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  108. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:29:20.842
  109. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:7: start 2184.099000, end 2456.371000
  110. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  111. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:36:24.099
  112. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:8: start 2456.371000, end 2739.278000
  113. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  114. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:40:56.371
  115. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:9: start 2739.278000, end 3137.051000
  116. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  117. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:45:39.278
  118. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:10: start 3137.051000, end 3493.782000
  119. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  120. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:52:17.051
  121. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:11: start 3493.782000, end 3949.988000
  122. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  123. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 00:58:13.782
  124. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:12: start 3949.988000, end 4228.683000
  125. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  126. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:05:49.988
  127. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:13: start 4228.683000, end 4475.388000
  128. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  129. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:10:28.683
  130. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:14: start 4475.388000, end 4814.560000
  131. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  132. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:14:35.388
  133. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:15: start 4814.560000, end 5086.915000
  134. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  135. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:20:14.560
  136. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:16: start 5086.915000, end 5471.925000
  137. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  138. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:24:46.915
  139. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:17: start 5471.925000, end 5903.648000
  140. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  141. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:31:11.925
  142. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:18: start 5903.648000, end 6062.640000
  143. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  144. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:38:23.648
  145. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Chapter #0:19: start 6062.640000, end 6555.267000
  146. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Metadata:
  147. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: title : 01:41:02.640
  148. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Stream #0:0(eng): Video: h264 (High), yuv420p, 1920x800, SAR 1:1 DAR 12:5, 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
  149. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Stream #0:1(eng): Audio: dts (DTS), 48000 Hz, 5.1(side), fltp, 1536 kb/s (default)
  150. 11:38:57.448 T:123145487167488 INFO: ffmpeg[70000B04B000]: Stream #0:2(eng): Subtitle: subrip
  151. 11:38:57.448 T:123145487167488 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 0
  152. 11:38:57.448 T:123145487167488 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 1
  153. 11:38:57.448 T:123145487167488 DEBUG: CDVDDemuxFFmpeg::AddStream ID: 2
  154. 11:38:57.449 T:123145487167488 NOTICE: Opening stream: 0 source: 256
  155. 11:38:57.449 T:123145487167488 NOTICE: Creating video codec with codec id: 28
  156. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Video: - Opening
  157. 11:38:57.449 T:123145487167488 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  158. 11:38:57.449 T:123145487167488 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-h264
  159. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Video: ff-h264 - Opened
  160. 11:38:57.449 T:123145487167488 DEBUG: CVideoPlayerVideo::OpenStream - open stream with codec id: 28
  161. 11:38:57.449 T:123145487167488 NOTICE: Creating video thread
  162. 11:38:57.449 T:123145487167488 NOTICE: Opening stream: 1 source: 256
  163. 11:38:57.449 T:123145487167488 NOTICE: Finding audio codec for: 86020
  164. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Audio: FFmpeg - Opening
  165. 11:38:57.449 T:123145509756928 DEBUG: Thread VideoPlayerVideo start, auto delete: false
  166. 11:38:57.449 T:123145509756928 NOTICE: running thread: video_thread
  167. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Audio: FFmpeg - Opened
  168. 11:38:57.449 T:123145487167488 NOTICE: Creating audio thread
  169. 11:38:57.449 T:123145487167488 NOTICE: Opening stream: 2 source: 256
  170. 11:38:57.449 T:123145510293504 DEBUG: Thread VideoPlayerAudio start, auto delete: false
  171. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Overlay: Text Subtitle Decoder - Opening
  172. 11:38:57.449 T:123145510293504 NOTICE: running thread: CVideoPlayerAudio::Process()
  173. 11:38:57.449 T:123145487167488 DEBUG: FactoryCodec - Overlay: Text Subtitle Decoder - Opened
  174. 11:38:57.449 T:123145487167488 DEBUG: ReadEditDecisionLists - Checking for edit decision lists (EDL) on local drive or remote share for: /Volumes/MediaFiles/Movies/2 Guns 2013.mkv
  175. 11:38:57.449 T:123145487167488 DEBUG: Process - Start position set to last stopped position: 1256947
  176. 11:38:57.450 T:123145487167488 DEBUG: SeekTime - seek ended up on time 1263138
  177. 11:38:57.450 T:123145487167488 DEBUG: Process - starting demuxer from: 1256947
  178. 11:38:57.450 T:123145487167488 DEBUG: OnPlayBackStarted: play state was 1, starting 1
  179. 11:38:57.450 T:123145487167488 DEBUG: CVideoPlayer::SetCaching - caching state 2
  180. 11:38:57.450 T:123145487167488 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  181. 11:38:57.450 T:140736040256448 DEBUG: PlayFile: OpenFile succeed, play state 2
  182. 11:38:57.450 T:140736040256448 DEBUG: OnPlayBackStarted: play state was 2, starting 0
  183. 11:38:57.450 T:123145509756928 INFO: CVideoPlayerVideo - Stillframe left, switching to normal playback
  184. 11:38:57.450 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  185. 11:38:57.460 T:123145510293504 DEBUG: CDVDAudio::Pause - pausing audio stream
  186. 11:38:57.460 T:123145510293504 NOTICE: Creating audio stream (codec id: 86020, channels: 6, sample rate: 48000, no pass-through)
  187. 11:38:57.460 T:123145510293504 DEBUG: CVideoPlayerAudio:: synctype set to 1: resample
  188. 11:38:57.466 T:123145482338304 DEBUG: CGUIInfoManager::SetCurrentMovie(/Volumes/MediaFiles/Movies/2 Guns 2013.mkv)
  189. 11:38:57.466 T:123145486094336 DEBUG: CAnnouncementManager - Announcement: OnPlay from xbmc
  190. 11:38:57.466 T:123145486094336 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnPlay
  191. 11:38:57.466 T:123145486094336 DEBUG: UPnP: Building didl for object '/Volumes/MediaFiles/Movies/2 Guns 2013.mkv'
  192. 11:38:57.469 T:123145482338304 DEBUG: GetMovieId (/Volumes/MediaFiles/Movies/2 Guns 2013.mkv), query = select idMovie from movie where idFile=58
  193. 11:38:57.471 T:123145509756928 DEBUG: CDVDVideoCodecFFmpeg - Updated codec: ff-h264-vtb
  194. 11:38:57.479 T:123145488240640 INFO: CActiveAESink::OpenSink - initialize sink
  195. 11:38:57.479 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  196. 11:38:57.489 T:123145509756928 DEBUG: Previous line repeats 1 times.
  197. 11:38:57.489 T:123145509756928 DEBUG: CRenderManager::Configure - change configuration. 1920x800. display: 1920x800. framerate: 23.98. format: BGRA
  198. 11:38:57.500 T:140736040256448 DEBUG: DeleteRenderer - deleting renderer
  199. 11:38:57.500 T:140736040256448 DEBUG: LinuxRendererGL: Cleaning up GL resources
  200. 11:38:57.506 T:140736040256448 DEBUG: Previous line repeats 1 times.
  201. 11:38:57.507 T:140736040256448 DEBUG: CLinuxRendererGL::PreInit - precision of luminance 16 is 16
  202. 11:38:57.507 T:140736040256448 NOTICE: GL: Using CVBREF render method
  203. 11:38:57.507 T:140736040256448 DEBUG: GL: Requested render method: 0
  204. 11:38:57.507 T:140736040256448 DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
  205. #define XBMC_texture_rectangle 1
  206. #define XBMC_texture_rectangle_hack 0
  207. #define XBMC_STRETCH 0
  208. #define XBMC_YV12
  209. 11:38:57.507 T:140736040256448 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
  210. 11:38:57.508 T:140736040256448 DEBUG: GL: Vertex Shader compilation log:
  211. 11:38:57.508 T:140736040256448 DEBUG: GL: Vertex Shader compiled successfully
  212. 11:38:57.509 T:140736040256448 DEBUG: GL: Pixel Shader compilation log:
  213. 11:38:57.509 T:140736040256448 DEBUG: GL: Fragment Shader compiled successfully
  214. 11:38:57.511 T:140736040256448 DEBUG: GL: Vertex Shader compilation log:
  215. 11:38:57.511 T:140736040256448 DEBUG: GL: Vertex Shader compiled successfully
  216. 11:38:57.511 T:140736040256448 DEBUG: GL: Pixel Shader compilation log:
  217. 11:38:57.511 T:140736040256448 DEBUG: GL: Fragment Shader compiled successfully
  218. 11:38:57.512 T:140736040256448 NOTICE: GL: NPOT texture support detected
  219. 11:38:57.512 T:140736040256448 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  220. 11:38:57.512 T:140736040256448 NOTICE: Using GL_TEXTURE_RECTANGLE_ARB
  221. 11:38:57.512 T:140736040256448 DEBUG: CRenderManager::Configure - 5
  222. 11:38:57.512 T:123145509756928 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  223. 11:38:57.512 T:140736040256448 NOTICE: GL: Using CVBREF render method
  224. 11:38:57.512 T:140736040256448 DEBUG: GL: Requested render method: 0
  225. 11:38:57.512 T:140736040256448 DEBUG: GL: BaseYUV2RGBGLSLShader: defines:
  226. #define XBMC_texture_rectangle 1
  227. #define XBMC_texture_rectangle_hack 0
  228. #define XBMC_STRETCH 0
  229. #define XBMC_YV12
  230. 11:38:57.513 T:140736040256448 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
  231. 11:38:57.513 T:140736040256448 DEBUG: GL: Vertex Shader compilation log:
  232. 11:38:57.513 T:140736040256448 DEBUG: GL: Vertex Shader compiled successfully
  233. 11:38:57.514 T:140736040256448 DEBUG: GL: Pixel Shader compilation log:
  234. 11:38:57.514 T:140736040256448 DEBUG: GL: Fragment Shader compiled successfully
  235. 11:38:57.515 T:140736040256448 NOTICE: GL: NPOT texture support detected
  236. 11:38:57.515 T:140736040256448 NOTICE: GL: Using GL_ARB_pixel_buffer_object
  237. 11:38:57.525 T:140736040256448 DEBUG: Activating window ID: 12005
  238. 11:38:57.525 T:140736040256448 DEBUG: ------ Window Deinit (Home.xml) ------
  239. 11:38:57.525 T:140736040256448 DEBUG: ------ Window Init (VideoFullScreen.xml) ------
  240. 11:38:57.525 T:140736040256448 INFO: Loading skin file: VideoFullScreen.xml, load type: KEEP_IN_MEMORY
  241. 11:38:57.527 T:140736040256448 NOTICE: Display resolution ADJUST : 1920x1080 @ 24.00 (19) (weight: 0.001)
  242. 11:38:57.527 T:123145487167488 DEBUG: CVideoPlayer::HandleMessages - player started 2
  243. 11:38:57.557 T:123145492611072 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnPlay - data: {"item":{"title":"","type":"movie"},"player":{"playerid":1,"speed":1}}
  244. 11:38:57.630 T:123145488240640 DEBUG: CCoreAudioStream::Close: Restoring original physical format for stream 0x0032. ([lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz))
  245. 11:38:57.920 T:140736040256448 INFO: GL: Maximum texture width: 4096
  246. 11:38:57.921 T:140736040256448 DEBUG: GetMode looking for suitable mode with 1920 x 1080 @ 24.000000 Hz on display 0
  247. 11:38:57.921 T:140736040256448 DEBUG: GetMode found a match!
  248. 11:38:57.932 T:140736040256448 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 1
  249. 11:38:57.932 T:140736040256448 DEBUG: CWinSystemOSX::AnnounceOnLostDevice
  250. 11:38:58.035 T:123145488240640 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0032. now active ([lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz))
  251. 11:38:58.035 T:123145488240640 DEBUG: CCoreAudioStream::Close: Closed stream 0x0032.
  252. 11:38:58.035 T:123145488240640 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINOSX:default
  253. 11:38:58.036 T:123145488240640 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
  254. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOATP
  255. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (96000Hz) rated 1106.000000
  256. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (88200Hz) rated 670.500000
  257. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz) rated 1508.000000
  258. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz) rated 89.250000
  259. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (32000Hz) rated 341.333344
  260. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (96000Hz) rated 1105.000000
  261. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (88200Hz) rated 669.500000
  262. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (48000Hz) rated 1507.000000
  263. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (44100Hz) rated 88.250000
  264. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (32000Hz) rated 340.333344
  265. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (96000Hz) rated 1105.000000
  266. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (88200Hz) rated 669.500000
  267. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz) rated 1507.000000
  268. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (44100Hz) rated 88.250000
  269. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (32000Hz) rated 340.333344
  270. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (96000Hz) rated 1107.000000
  271. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (88200Hz) rated 671.500000
  272. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) rated 1509.000000
  273. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) rated 90.250000
  274. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (32000Hz) rated 342.333344
  275. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (96000Hz) rated 0.000000
  276. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (48000Hz) rated 0.000000
  277. 11:38:58.037 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (44100Hz) rated 0.000000
  278. 11:38:58.037 T:123145488240640 DEBUG: Initialize: Selected stream[0] - id: 0x0032, Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  279. 11:38:58.037 T:123145488240640 DEBUG: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
  280. 11:38:58.037 T:123145488240640 DEBUG: CCoreAudioStream::Open: Opened stream 0x0032.
  281. 11:38:58.038 T:123145488240640 DEBUG: Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  282. 11:38:58.038 T:123145488240640 DEBUG: Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz)
  283. 11:38:58.341 T:123145488240640 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0032. now active ([lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz))
  284. 11:38:58.344 T:123145488240640 DEBUG: Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  285. 11:38:58.345 T:123145488240640 DEBUG: Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  286. 11:38:58.349 T:123145510830080 INFO: CCoreAudioStream::HardwareStreamListener: Hardware physical format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  287. 11:38:58.350 T:123145488240640 DEBUG: GetAEChannelMap Engine requests layout FL,FR
  288. 11:38:58.350 T:123145488240640 DEBUG: GetAEChannelMap trying to map to stereo layout: [Left] [Right]
  289. 11:38:58.350 T:123145488240640 DEBUG: GetAEChannelMap mapped channels to layout FL,FR
  290. 11:38:58.350 T:123145488240640 DEBUG: Initialize: using buffer size: 16384 (0.042667 ms)
  291. 11:38:58.351 T:123145488240640 DEBUG: CActiveAESink::OpenSink - DARWINOSX Initialized:
  292. 11:38:58.351 T:123145488240640 DEBUG: Output Device : Default
  293. 11:38:58.351 T:123145488240640 DEBUG: Sample Rate : 48000
  294. 11:38:58.351 T:123145488240640 DEBUG: Sample Format : AE_FMT_FLOAT
  295. 11:38:58.351 T:123145488240640 DEBUG: Channel Count : 2
  296. 11:38:58.351 T:123145488240640 DEBUG: Channel Layout: FL,FR
  297. 11:38:58.351 T:123145488240640 DEBUG: Frames : 512
  298. 11:38:58.351 T:123145488240640 DEBUG: Frame Size : 8
  299. 11:38:58.352 T:123145487704064 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  300. 11:38:58.357 T:123145487167488 DEBUG: Previous line repeats 1 times.
  301. 11:38:58.357 T:123145487167488 DEBUG: CVideoPlayer::HandleMessages - player started 1
  302. 11:38:58.357 T:123145487167488 DEBUG: CVideoPlayer::SetCaching - caching state 3
  303. 11:38:58.357 T:123145487167488 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  304. 11:38:58.357 T:123145487167488 DEBUG: CVideoPlayer::SetCaching - caching state 0
  305. 11:38:58.357 T:123145487167488 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
  306. 11:38:58.357 T:123145487167488 DEBUG: VideoPlayer::Sync - Audio - pts: 1263348000.000000, cache: 225375.013073, totalcache: 442666.679621
  307. 11:38:58.357 T:123145487167488 DEBUG: VideoPlayer::Sync - Video - pts: 1263138000.000000, cache: 50000.000000, totalcache: 100000.000000
  308. 11:38:58.357 T:123145510293504 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_RESYNC(1263038000.000000)
  309. 11:38:58.357 T:123145509756928 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_RESYNC(1263038000.000000)
  310. 11:38:58.357 T:123145510293504 DEBUG: CDVDAudio::Resume - resume audio stream
  311. 11:38:58.357 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 0
  312. 11:38:58.357 T:123145487704064 DEBUG: ActiveAE - start sync of audio stream
  313. 11:38:58.361 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 1
  314. 11:38:58.378 T:140736040256448 NOTICE: VideoPlayer: OnLostDisplay received
  315. 11:38:58.378 T:123145513512960 DEBUG: Thread Timer start, auto delete: false
  316. 11:38:58.458 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error of 102.082506, start adjusting
  317. 11:38:58.533 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error 22.082506 below threshold of 30.000000
  318. 11:38:58.704 T:123145510293504 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_PAUSE: 1
  319. 11:38:58.872 T:140736040256448 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 4104
  320. 11:38:58.872 T:123145513512960 DEBUG: Thread Timer 123145513512960 terminating
  321. 11:38:58.872 T:140736040256448 DEBUG: CWinSystemOSX::AnnounceOnResetDevice
  322. 11:38:58.872 T:140736040256448 NOTICE: VideoPlayer: OnResetDisplay received
  323. 11:38:58.873 T:123145510293504 DEBUG: CVideoPlayerAudio - CDVDMsg::GENERAL_PAUSE: 0
  324. 11:38:58.877 T:123145484484608 DEBUG: CVideoSyncOsx::Cleanup cleaning up OSX
  325. 11:38:58.877 T:123145484484608 DEBUG: CVideoSyncOsx::Setup setting up OSX
  326. 11:38:58.877 T:123145484484608 DEBUG: CVideoSyncOsx::GetFps Detected refreshrate: 24.000000 hertz
  327. 11:38:58.877 T:123145484484608 DEBUG: CVideoReferenceClock: Detected refreshrate: 24.000 hertz
  328. 11:38:58.877 T:123145484484608 DEBUG: CVideoSyncOsx::InitDisplayLink setting up displaylink
  329. 11:38:58.906 T:123145509756928 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
  330. 11:38:58.906 T:123145509756928 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 1
  331. 11:38:58.906 T:123145509756928 DEBUG: CVideoPlayerVideo - CDVDMsg::GENERAL_PAUSE: 0
  332. 11:38:58.911 T:123145509756928 DEBUG: CVideoReferenceClock: Clock speed 100.100000%
  333. 11:38:59.175 T:140736040256448 INFO: GL: Maximum texture width: 4096
  334. 11:38:59.178 T:123145509756928 INFO: Previous line repeats 1 times.
  335. 11:38:59.178 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 1
  336. 11:38:59.211 T:123145486630912 DEBUG: CVideoReferenceClock: detected 1 vblanks, missed 7, refreshrate might have changed
  337. 11:38:59.316 T:123145509756928 DEBUG: CVideoPlayerVideo::CalcDropRequirement - hurry: 1
  338. 11:38:59.319 T:140736040256448 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
  339. 11:38:59.319 T:123145509756928 NOTICE: CDVDVideoCodecFFmpeg::CDropControl: calculated diff time: 41727
  340. 11:38:59.535 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error 456.895478 above threshold of 200.000000
  341. 11:38:59.989 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error 26.895478, last average error: 456.895478
  342. 11:39:00.096 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error of 87.828171, start adjusting
  343. 11:39:00.143 T:123145487704064 DEBUG: ActiveAE::SyncStream - average error 27.828171 below threshold of 30.000000
  344. 11:39:04.024 T:123145509756928 DEBUG: CPullupCorrection: detected pattern of length 1: 41716.67, frameduration: 41708.333333
  345. 11:39:27.468 T:123145483411456 DEBUG: Thread JobWorker 123145483411456 terminating (autodelete)
  346. 11:39:27.471 T:123145483948032 DEBUG: Thread JobWorker 123145483948032 terminating (autodelete)
  347. 11:39:27.489 T:123145482338304 DEBUG: Thread JobWorker 123145482338304 terminating (autodelete)
  348. 11:39:36.186 T:140736040256448 NOTICE: CVideoPlayer::CloseFile()
  349. 11:39:36.186 T:140736040256448 NOTICE: VideoPlayer: waiting for threads to exit
  350. 11:39:36.196 T:123145487167488 NOTICE: CVideoPlayer::OnExit()
  351. 11:39:36.196 T:123145487167488 NOTICE: Closing stream player 1
  352. 11:39:36.196 T:123145487167488 NOTICE: Waiting for audio thread to exit
  353. 11:39:36.196 T:123145510293504 NOTICE: thread end: CVideoPlayerAudio::OnExit()
  354. 11:39:36.196 T:123145510293504 DEBUG: Thread VideoPlayerAudio 123145510293504 terminating
  355. 11:39:36.196 T:123145487167488 NOTICE: Closing audio device
  356. 11:39:36.207 T:123145487167488 DEBUG: CDVDAudio::Flush - flush audio stream
  357. 11:39:36.207 T:123145487704064 DEBUG: CActiveAE::DiscardStream - audio stream deleted
  358. 11:39:36.207 T:123145487704064 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  359. 11:39:36.208 T:123145488240640 DEBUG: Previous line repeats 2 times.
  360. 11:39:36.208 T:123145488240640 INFO: CActiveAESink::OpenSink - initialize sink
  361. 11:39:36.208 T:123145487167488 NOTICE: Deleting audio codec
  362. 11:39:36.208 T:123145487167488 NOTICE: Closing stream player 2
  363. 11:39:36.208 T:123145487167488 NOTICE: waiting for video thread to exit
  364. 11:39:36.249 T:123145512976384 WARNING: DARWINOSX: underflow (2776 vs 4096 bytes)
  365. 11:39:36.258 T:123145509756928 NOTICE: thread end: video_thread
  366. 11:39:36.258 T:123145509756928 DEBUG: Thread VideoPlayerVideo 123145509756928 terminating
  367. 11:39:36.258 T:123145487167488 NOTICE: deleting video codec
  368. 11:39:36.267 T:123145487167488 NOTICE: Closing stream player 3
  369. 11:39:36.269 T:123145487167488 DEBUG: OnPlayBackStopped: play state was 2, starting 0
  370. 11:39:36.269 T:140736040256448 NOTICE: VideoPlayer: finished waiting
  371. 11:39:36.269 T:140736040256448 DEBUG: DeleteRenderer - deleting renderer
  372. 11:39:36.269 T:123145487167488 DEBUG: Thread VideoPlayer 123145487167488 terminating
  373. 11:39:36.270 T:140736040256448 DEBUG: LinuxRendererGL: Cleaning up GL resources
  374. 11:39:36.270 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
  375. 11:39:36.270 T:140736040256448 DEBUG: ------ Window Deinit (VideoFullScreen.xml) ------
  376. 11:39:36.272 T:123145486094336 DEBUG: GetMovieId (/Volumes/MediaFiles/Movies/2 Guns 2013.mkv), query = select idMovie from movie where idFile=58
  377. 11:39:36.274 T:123145486094336 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc
  378. 11:39:36.274 T:123145486094336 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop
  379. 11:39:36.306 T:123145492611072 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: Player.OnStop - data: {"end":false,"item":{"id":58,"type":"movie"}}
  380. 11:39:36.351 T:123145488240640 DEBUG: CCoreAudioStream::Close: Restoring original physical format for stream 0x0032. ([lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz))
  381. 11:39:36.656 T:123145488240640 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0032. now active ([lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz))
  382. 11:39:36.656 T:123145488240640 DEBUG: CCoreAudioStream::Close: Closed stream 0x0032.
  383. 11:39:36.656 T:123145488240640 DEBUG: CActiveAESink::OpenSink - trying to open device DARWINOSX:default
  384. 11:39:36.664 T:123145488240640 NOTICE: virtual bool CAESinkDARWINOSX::Initialize(AEAudioFormat &, std::string &): Opening default device Built-in Output
  385. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Finding stream for format AE_FMT_FLOAT
  386. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (96000Hz) rated 929.129272
  387. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (88200Hz) rated 1106.000000
  388. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (48000Hz) rated 1419.564697
  389. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (44100Hz) rated 1508.000000
  390. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 24-bit Signed Integer LE (32000Hz) rated 282.376404
  391. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (96000Hz) rated 928.129272
  392. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (88200Hz) rated 1105.000000
  393. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (48000Hz) rated 1418.564697
  394. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (44100Hz) rated 1507.000000
  395. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 20-bit Signed Integer LE (32000Hz) rated 281.376404
  396. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (96000Hz) rated 928.129272
  397. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (88200Hz) rated 1105.000000
  398. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz) rated 1418.564697
  399. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (44100Hz) rated 1507.000000
  400. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (32000Hz) rated 281.376404
  401. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (96000Hz) rated 930.129272
  402. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (88200Hz) rated 1107.000000
  403. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz) rated 1420.564697
  404. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz) rated 1509.000000
  405. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (32000Hz) rated 283.376404
  406. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (96000Hz) rated 0.000000
  407. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (48000Hz) rated 0.000000
  408. 11:39:36.666 T:123145488240640 DEBUG: FindSuitableFormatForStream: Physical Format: [cac3] AC-3/DTS for S/PDIF LE (44100Hz) rated 0.000000
  409. 11:39:36.666 T:123145488240640 DEBUG: Initialize: Selected stream[0] - id: 0x0032, Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  410. 11:39:36.667 T:123145488240640 DEBUG: CCoreAudioDevice::SupportsMixing: Device mixing support : 'No'.
  411. 11:39:36.667 T:123145488240640 DEBUG: CCoreAudioStream::Open: Opened stream 0x0032.
  412. 11:39:36.667 T:123145488240640 DEBUG: Initialize: Previous Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (48000Hz)
  413. 11:39:36.667 T:123145488240640 DEBUG: Initialize: Previous Physical Format: [lpcm] Mixable Interleaved 2 Channel 16-bit Signed Integer LE (48000Hz)
  414. 11:39:36.684 T:140736040256448 INFO: GL: Maximum texture width: 4096
  415. 11:39:36.685 T:140736040256448 DEBUG: GetMode looking for suitable mode with 1920 x 1080 @ 60.000000 Hz on display 0
  416. 11:39:36.685 T:140736040256448 DEBUG: GetMode found a match!
  417. 11:39:36.690 T:140736040256448 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 1
  418. 11:39:36.690 T:140736040256448 DEBUG: CWinSystemOSX::AnnounceOnLostDevice
  419. 11:39:36.981 T:123145493147648 INFO: CCoreAudioStream::HardwareStreamListener: Hardware physical format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  420. 11:39:36.981 T:123145493147648 INFO: CCoreAudioStream::HardwareStreamListener: Hardware virtual format changed to [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  421. 11:39:36.981 T:123145488240640 DEBUG: CCoreAudioStream::SetPhysicalFormat: Physical format for stream 0x0032. now active ([lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz))
  422. 11:39:36.982 T:123145488240640 DEBUG: Initialize: New Virtual Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  423. 11:39:36.982 T:123145488240640 DEBUG: Initialize: New Physical Format: [lpcm] Mixable Interleaved 2 Channel 32-bit Floating Point LE (44100Hz)
  424. 11:39:36.982 T:123145488240640 DEBUG: GetAEChannelMap Engine requests layout FL,FR
  425. 11:39:36.982 T:123145488240640 DEBUG: GetAEChannelMap trying to map to stereo layout: [Left] [Right]
  426. 11:39:36.982 T:123145488240640 DEBUG: GetAEChannelMap mapped channels to layout FL,FR
  427. 11:39:36.983 T:123145488240640 DEBUG: Initialize: using buffer size: 16384 (0.046440 ms)
  428. 11:39:36.983 T:123145488240640 DEBUG: CActiveAESink::OpenSink - DARWINOSX Initialized:
  429. 11:39:36.983 T:123145488240640 DEBUG: Output Device : Default
  430. 11:39:36.983 T:123145488240640 DEBUG: Sample Rate : 44100
  431. 11:39:36.983 T:123145488240640 DEBUG: Sample Format : AE_FMT_FLOAT
  432. 11:39:36.983 T:123145488240640 DEBUG: Channel Count : 2
  433. 11:39:36.983 T:123145488240640 DEBUG: Channel Layout: FL,FR
  434. 11:39:36.983 T:123145488240640 DEBUG: Frames : 512
  435. 11:39:36.983 T:123145488240640 DEBUG: Frame Size : 8
  436. 11:39:36.983 T:123145487704064 DEBUG: CActiveAE::ClearDiscardedBuffers - buffer pool deleted
  437. 11:39:36.983 T:140736040256448 DEBUG: Previous line repeats 1 times.
  438. 11:39:36.983 T:140736040256448 NOTICE: VideoPlayer: OnLostDisplay received
  439. 11:39:36.984 T:140736040256448 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
  440. 11:39:36.984 T:140736040256448 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
  441. 11:39:37.077 T:123145491537920 DEBUG: Thread Timer start, auto delete: false
  442. 11:39:37.337 T:123145492074496 DEBUG: RunQuery took 0 ms for 2 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  443. 11:39:37.579 T:123145486630912 DEBUG: CVideoReferenceClock: detected -39 vblanks, missed 0, refreshrate might have changed
  444. 11:39:37.581 T:140736040256448 DEBUG: CWinSystemOSX::DisplayReconfigured with flags 4104
  445. 11:39:37.581 T:123145491537920 DEBUG: Thread Timer 123145491537920 terminating
  446. 11:39:37.581 T:140736040256448 DEBUG: CWinSystemOSX::AnnounceOnResetDevice
  447. 11:39:37.581 T:140736040256448 NOTICE: VideoPlayer: OnResetDisplay received
  448. 11:39:37.581 T:140736040256448 WARNING: CDVDMessageQueue(audio)::Put MSGQ_NOT_INITIALIZED
  449. 11:39:37.581 T:140736040256448 WARNING: CDVDMessageQueue(video)::Put MSGQ_NOT_INITIALIZED
  450. 11:39:37.588 T:123145484484608 DEBUG: CVideoSyncOsx::Cleanup cleaning up OSX
  451. 11:39:37.588 T:123145484484608 DEBUG: CVideoSyncOsx::Setup setting up OSX
  452. 11:39:37.588 T:123145484484608 DEBUG: CVideoSyncOsx::GetFps Detected refreshrate: 60.000000 hertz
  453. 11:39:37.588 T:123145484484608 DEBUG: CVideoReferenceClock: Detected refreshrate: 60.000 hertz
  454. 11:39:37.588 T:123145484484608 DEBUG: CVideoSyncOsx::InitDisplayLink setting up displaylink
  455. 11:39:37.916 T:140736040256448 INFO: GL: Maximum texture width: 4096
  456. 11:39:37.918 T:140736040256448 INFO: Previous line repeats 1 times.
  457. 11:39:37.918 T:140736040256448 DEBUG: CGUIWindowManager::PreviousWindow: Activate new
  458. 11:39:37.918 T:140736040256448 DEBUG: ------ Window Init (Home.xml) ------
  459. 11:39:37.918 T:140736040256448 DEBUG: CDirectoryProvider[videodb://inprogresstvshows]: refreshing..
  460. 11:39:37.918 T:123145491537920 DEBUG: Thread JobWorker start, auto delete: true
  461. 11:39:37.918 T:140736040256448 DEBUG: CDirectoryProvider[addons://sources/video/]: refreshing..
  462. 11:39:37.918 T:140736040256448 DEBUG: CDirectoryProvider[addons://sources/audio/]: refreshing..
  463. 11:39:37.918 T:123145493684224 DEBUG: Thread JobWorker start, auto delete: true
  464. 11:39:37.918 T:140736040256448 DEBUG: CDirectoryProvider[addons://sources/executable/]: refreshing..
  465. 11:39:37.919 T:140736040256448 DEBUG: CDirectoryProvider[addons://sources/image/]: refreshing..
  466. 11:39:37.919 T:123145502244864 DEBUG: Thread JobWorker start, auto delete: true
  467. 11:39:37.932 T:123145491537920 DEBUG: RunQuery took 10 ms for 5 items query: SELECT * FROM tvshow_view WHERE watchedCount != 0 AND totalCount != watchedCount ORDER BY c00
  468. 11:39:38.014 T:140736040256448 NOTICE: CVideoPlayer::CloseFile()
  469. 11:39:38.014 T:140736040256448 NOTICE: VideoPlayer: waiting for threads to exit
  470. 11:39:38.014 T:140736040256448 NOTICE: VideoPlayer: finished waiting
  471. 11:39:38.014 T:140736040256448 NOTICE: CVideoPlayer::CloseFile()
  472. 11:39:38.014 T:140736040256448 NOTICE: VideoPlayer: waiting for threads to exit
  473. 11:39:38.014 T:140736040256448 NOTICE: VideoPlayer: finished waiting
  474. 11:39:38.015 T:140736040256448 DEBUG: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData
  475. 11:39:38.030 T:123145492074496 DEBUG: RunQuery took 19 ms for 764 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  476. 11:39:38.052 T:123145484484608 DEBUG: CVideoSyncOsx::Cleanup cleaning up OSX
  477. 11:39:38.052 T:123145484484608 DEBUG: Thread RefClock 123145484484608 terminating
  478. 11:39:38.052 T:123145502244864 DEBUG: DoWork - Saving file state for video item /Volumes/MediaFiles/Movies/2 Guns 2013.mkv
  479. 11:39:38.065 T:123145486094336 DEBUG: CAnnouncementManager - Announcement: OnUpdate from xbmc
  480. 11:39:38.066 T:123145486094336 DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnUpdate
  481. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..
  482. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..
  483. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..
  484. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..
  485. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[videodb://movies/genres/]: refreshing..
  486. 11:39:38.070 T:140736040256448 DEBUG: CDirectoryProvider[videodb://movies/sets/]: refreshing..
  487. 11:39:38.143 T:123145492611072 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"id":-1,"type":""}
  488. 11:39:38.158 T:123145493684224 DEBUG: RunQuery took 1 ms for 2 items query: select * from movie_view WHERE (movie_view.idFile IN (SELECT DISTINCT idFile FROM bookmark WHERE type = 1))
  489. 11:39:38.189 T:123145491537920 DEBUG: RunQuery took 30 ms for 764 items query: select * from movie_view WHERE ((movie_view.dateAdded > '1900-01-01')) AND ((movie_view.playCount IS NULL OR movie_view.playCount < 1))
  490. 11:39:38.192 T:123145502244864 DEBUG: RunQuery took 33 ms for 764 items query: select * from movie_view WHERE ((movie_view.playCount IS NULL OR movie_view.playCount = 0))
  491. 11:39:38.205 T:123145493684224 DEBUG: RunQuery took 26 ms for 768 items query: select * from movie_view
  492. 11:39:38.330 T:123145486630912 DEBUG: Thread JobWorker start, auto delete: true
  493. 11:39:38.387 T:123145493684224 DEBUG: RunQuery took 15 ms for 181 items query: select * from movie_view JOIN sets ON movie_view.idSet = sets.idSet ORDER BY sets.idSet
  494. 11:39:38.397 T:123145491537920 DEBUG: RunQuery took 25 ms for 24 items query: SELECT genre.genre_id, genre.name, count(1), count(files.playCount) FROM genre JOIN genre_link ON genre.genre_id = genre_link.genre_id JOIN movie_view ON genre_link.media_id = movie_view.idMovie AND genre_link.media_type='movie' JOIN files ON files.idFile = movie_view.idFile GROUP BY genre.genre_id
  495. 11:39:50.562 T:140736040256448 DEBUG: Activating window ID: 10004
  496. 11:39:50.865 T:140736040256448 DEBUG: ------ Window Deinit (Home.xml) ------
  497. 11:39:50.878 T:140736040256448 DEBUG: ------ Window Init (Settings.xml) ------
  498. 11:39:52.795 T:140736040256448 DEBUG: Activating window ID: 10016
  499. 11:39:53.113 T:140736040256448 DEBUG: ------ Window Deinit (Settings.xml) ------
  500. 11:39:53.128 T:140736040256448 DEBUG: ------ Window Init (SettingsCategory.xml) ------
  501. 11:39:58.462 T:140736040256448 NOTICE: Disabled debug logging due to GUI setting. Level 0.
  502. 11:39:58.462 T:140736040256448 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
  503. 11:41:35.508 T:123145482338304 WARNING: DARWINOSX: underflow (0 vs 4096 bytes)
  504. 11:41:36.783 T:123145504391168 NOTICE: ES: Client from 127.0.0.1 timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement