MEmerton
Posts: 9
Joined: Thu Dec 05, 2013 2:54 pm

OMXPlayer and OGV

Thu Apr 03, 2014 5:12 pm

Hi,

I am trying to get OMXPlayer to play back a few .ogv files I have.

Initially it just said "Have a nice day :)", so I followed the instruction at http://www.raspberrypi.org/forums/viewt ... &start=275

typing the following into config.txt:

Code: Select all

start_file=start_x.elf
fixup_file=fixup_x.elf

I 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

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: OMXPlayer and OGV

Thu Apr 03, 2014 5:38 pm

I've the same settings (from long time ago) and I can play ogv video.

Which omxplayer version do you use? I'm using the latest build from http://omxplayer.sconde.net/
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

MEmerton
Posts: 9
Joined: Thu Dec 05, 2013 2:54 pm

Re: OMXPlayer and OGV

Fri Apr 04, 2014 9:42 am

Hi,

thanks for the reply.

I have just downloaded the 'latest stable' release:
http://omxplayer.sconde.net/builds/omxp ... _armhf.deb.

I originally used the following command to install and update omxplayer :

sudo apt-get install omxplayer

however I have --purge remove 'd it and installed using wget and dpkg.

I still get the same error message.

I have messed around with the GPU memory to try different sizes, (giving the CPU more memory etc) and it failed to work.

MKV file worked fine (much better than before)

MEmerton
Posts: 9
Joined: Thu Dec 05, 2013 2:54 pm

Re: OMXPlayer and OGV

Mon Apr 07, 2014 9:49 am

Hi,

I have also tried an rpiupdate to ensure the latest firmware, and have also used a 512 MiB Pi.

Results are still the same :(

Any ideas?

Cheers
Michael

shuckle
Posts: 565
Joined: Sun Aug 26, 2012 11:49 am
Location: Finland

Re: OMXPlayer and OGV

Mon Apr 07, 2014 9:51 am

test ogv file would probably help.

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: OMXPlayer and OGV

Mon Apr 07, 2014 10:07 am

I've got only one ogv file and that has a lower resolution, so you should try something like that, perhaps.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

User avatar
redhawk
Posts: 3465
Joined: Sun Mar 04, 2012 2:13 pm
Location: ::1

Re: OMXPlayer and OGV

Mon Apr 07, 2014 10:14 am

If you makes you feel any better I cannot play OGV with Windows VLC nor can I transcode the audio using WinFF (although the ffmpeg version is quite old).
Sample tested - http://bennugd-vlc.googlecode.com/files/big_buck_bunny_480p.ogv

Is omxplayer certified for playing ogv files??

Richard S.

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: OMXPlayer and OGV

Mon Apr 07, 2014 10:30 am

I've downloaded this file and it plays fine.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

tvjon
Posts: 778
Joined: Mon Jan 07, 2013 9:11 am

Re: OMXPlayer and OGV

Mon Apr 07, 2014 10:46 am

Likewise, bbb plays just fine on this RPi:

~/Downloads $ omxplayer big_buck_bunny_480p.ogv
Video codec omx-theora width 720 height 400 profile -99 fps 25.000000
Audio codec vorbis channels 2 samplerate 48000 bitspersample 16
Subtitle count: 0, state: off, index: 1, delay: 0
V:PortSettingsChanged: 720x400@25.00 interlace:0 deinterlace:0 par:1.00 layer:0

MEmerton
Posts: 9
Joined: Thu Dec 05, 2013 2:54 pm

Re: OMXPlayer and OGV

Mon Apr 07, 2014 11:14 am

Hmmm,

I didn't read this properly...http://www.raspberrypi.org/forums/viewt ... 92#p269992

So it can only do SD resolutions


Test files are

1080p http://mirror.bigbuckbunny.de/peach/big ... stereo.ogg

720p http://mirror.bigbuckbunny.de/peach/big ... stereo.ogg

480p http://mirror.bigbuckbunny.de/peach/big ... stereo.ogg


the player baulks at the 1080p version (720 is beyond the resolution of our screen anyway)

but 720p and lower works 'fine' albeit dropped frame rate.

maybe an early exit note..."frame size too large" or something

Cheers

Michael

Return to “Troubleshooting”