Advertisement
virtyak

Start stuttering

Feb 21st, 2017
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 KB | None | 0 0
  1. I started the system at 22.39
  2. 22:39:38.562 T:137900360784 NOTICE: special://profile/ is mapped to: special://masterprofile/
  3. 22:39:38.562 T:137900360784 NOTICE: -----------------------------------------------------------------------
  4. 22:39:38.562 T:137900360784 NOTICE: Starting Kodi (17.0 Git:20170205-0cbe762). Platform: Android ARM 64-bit
  5.  
  6. I found that - long before i had selected a video - kodi changes the audio sampling rate to 44 khz. Why? Don't know.
  7. 22:39:38.691 T:137900360784 NOTICE: ADDONS: Using repository repository.xbmc.org
  8. 22:39:38.718 T:138287301712 NOTICE: Trying to open: 44100 samplerate 12 channelMask 4 encoding
  9. 22:39:38.721 T:138287301712 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 28352 m_frames: 1772 m_frameSize: 8 channels: 2
  10. 22:39:38.738 T:137900360784 NOTICE: InitWindowSystem: Using EGL Implementation: android
  11.  
  12. Then I waited some minutes and then went to the directory of the video, pressed "play with" but did neither choose a player nor started playing. Log file said:
  13. 22:44:27.702 T:138287301712 NOTICE: Trying to open: 44100 samplerate 12 channelMask 4 encoding
  14. 22:44:27.705 T:138287301712 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 28352 m_frames: 1772 m_frameSize: 8 channels: 2
  15.  
  16. Obviously once again 44khz was chosen allthough no playback action was started. Once again I waited some minutes.
  17. At least I clicked on the "Videoplayer" Variant, the kodi internal player. The film started and the logfile said:
  18. 22:48:03.552 T:137900360784 NOTICE: VideoPlayer: Opening: /storage/DS415/video/01 Eigene Filme/2016/test/2016 01 Brunch Mit Jola Und Darek-aac.mp4
  19. 22:48:03.552 T:137900360784 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
  20. 22:48:03.553 T:138288731216 NOTICE: Creating InputStream
  21. 22:48:03.572 T:138288731216 NOTICE: Creating Demuxer
  22. 22:48:03.632 T:138288731216 NOTICE: Opening stream: 0 source: 256
  23. 22:48:03.633 T:138288731216 NOTICE: Creating video codec with codec id: 28
  24. 22:48:03.633 T:138288731216 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
  25. 22:48:03.634 T:138288731216 NOTICE: Creating video thread
  26. 22:48:03.634 T:138288731216 NOTICE: Opening stream: 1 source: 256
  27. 22:48:03.635 T:138316645456 NOTICE: running thread: video_thread
  28. 22:48:03.635 T:138288731216 NOTICE: Finding audio codec for: 86018
  29. 22:48:03.636 T:138288731216 NOTICE: Creating audio thread
  30. 22:48:03.645 T:138319729744 NOTICE: running thread: CVideoPlayerAudio::Process()
  31. 22:48:03.645 T:138319729744 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 48000, no pass-through)
  32. 22:48:03.648 T:138287301712 NOTICE: Trying to open: 48000 samplerate 12 channelMask 4 encoding
  33. 22:48:03.667 T:138287301712 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 48000 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 30784 m_frames: 1924 m_frameSize: 8 channels: 2
  34.  
  35. That means with the beginning of the playback of the file, kodi understood: it's a video with 48 khz sampling rate.
  36.  
  37. Then the film played for its full length of about 2Minutes 45 seconds and after the end of playing the film, kodi switches once again to 44khz
  38. 22:50:45.152 T:138288731216 NOTICE: Closing audio device
  39. 22:50:45.153 T:138288731216 NOTICE: Deleting audio codec
  40. 22:50:45.153 T:138288731216 NOTICE: Closing stream player 2
  41. 22:50:45.153 T:138288731216 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
  42. 22:50:45.233 T:138288731216 NOTICE: waiting for video thread to exit
  43. 22:50:45.233 T:138316645456 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
  44. 22:50:45.234 T:138316645456 NOTICE: thread end: video_thread
  45. 22:50:45.234 T:138288731216 NOTICE: deleting video codec
  46. 22:50:45.366 T:138287301712 NOTICE: Trying to open: 44100 samplerate 12 channelMask 4 encoding
  47. 22:50:45.392 T:138287301712 NOTICE: CAESinkAUDIOTRACK::Initializing with: m_sampleRate: 44100 format: AE_FMT_FLOAT (AE) method: PCM stream-type: PCM-STREAM min_buffer_size: 28352 m_frames: 1772 m_frameSize: 8 channels: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement