02-25-2015, 11:03 PM
I have a problem with playback of movies encoded in h264 constrained baseline - playback is like in slow motion (real output of fps is 2 or 3 time lower then it should be as you can on screenshots). The logs are referring to audio decoding problems, but audio out is good as it should be, problem is only the video. I've tried all possible option with sync playback to display options, but nothing helped. Any idea what could caus these problems?
Logs:
This log repeats entire playback:
Interesting is that one core is loaded on 100% every time, while the others have normal loads.
Logs:
Code:
23:26:10 T:1968349184 NOTICE: DVDPlayer: Opening: /storage/videos/MVI_1130.MOV
23:26:10 T:1968349184 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
23:26:10 T:1580045376 NOTICE: Thread DVDPlayer start, auto delete: false
23:26:10 T:1580045376 NOTICE: Creating InputStream
23:26:10 T:1580045376 NOTICE: Creating Demuxer
23:26:10 T:1580045376 NOTICE: Opening stream: 0 source: 256
23:26:10 T:1580045376 NOTICE: Creating video codec with codec id: 28
23:26:10 T:1580045376 NOTICE: i.MX6 VPU is not able to decode AVC profile 578
23:26:10 T:1580045376 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
23:26:10 T:1580045376 NOTICE: Creating video thread
23:26:10 T:1580045376 NOTICE: Opening stream: 1 source: 256
23:26:10 T:1500509248 NOTICE: Thread DVDPlayerVideo start, auto delete: false
23:26:10 T:1580045376 NOTICE: Finding audio codec for: 65536
23:26:10 T:1500509248 NOTICE: running thread: video_thread
23:26:10 T:1580045376 NOTICE: Creating audio thread
23:26:10 T:1492120640 NOTICE: Thread DVDPlayerAudio start, auto delete: false
23:26:10 T:1492120640 NOTICE: running thread: CDVDPlayerAudio::Process()
23:26:10 T:1492120640 NOTICE: Creating audio stream (codec id: 65536, channels: 2, sample rate: 48000, no pass-through)
23:26:10 T:1500509248 NOTICE: fps: 29.970030, pwidth: 1280, pheight: 720, dwidth: 1280, dheight: 720
23:26:10 T:1500509248 NOTICE: Display resolution DESKTOP : 1920x1080 @ 60.00 - Full Screen (16)
23:26:10 T:1968349184 NOTICE: Using GL_TEXTURE_2D
23:26:10 T:1968349184 NOTICE: GL: Selecting Single Pass YUV 2 RGB shader
This log repeats entire playback:
Code:
23:26:30 T:1492120640 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
23:26:30 T:1721164864 ERROR: CecLogMessage - Write: sent command error !
23:26:31 T:1492120640 ERROR: Previous line repeats 1 times.
23:26:31 T:1492120640 WARNING: CDVDMessageQueue(audio)::Get - asked for new data packet, with nothing available
23:26:31 T:1721164864 WARNING: Previous line repeats 1 times.
23:26:31 T:1721164864 ERROR: CecLogMessage - Write: sent command error !
Interesting is that one core is loaded on 100% every time, while the others have normal loads.