I am trying to get OMXPlayer to play back a few .ogv files I have.
Initially it just said "Have a nice day
typing the following into config.txt:
Code: Select all
start_file=start_x.elf
fixup_file=fixup_x.elfI have ensured that the start_x.elf file exists, however the fixup_x.elf didnt exist, I only have fixup_x.dat
I have tried both with fixup.elf and fixup.dat.
I now get:
omxplayer.bin: OMXCore.cpp:86: OMX_ERRORTYPE COMXCoreComponent::FreeOutputBuffers(): Assertion 'm_omx_ouput_buffers.size() == m_omx_output_available.size()' failed.
/usr/bin/omxplayer: line 67: 2202 Aborted
LD_LIBRARY_PATH="$OMXPLAYER_LIBS${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"$OMXPLAYER_BIN "$@"
playing a the save video but as .mp4 (h264 / AAC) works as expected.
Frame size = 1280x720
fps = 12.5
the Pi is a 256MiB version with 128 config'd to the GPU
any ideas where i am going wrong?
Cheers
Michael