kt9312
Posts: 4
Joined: Tue May 24, 2016 12:27 am

SOLVED Raspberry Pi 3 codecs not working

Tue May 24, 2016 1:02 am

My codecs i purchased from the pi store do not work

the serial number is [mod edit: don't put your serial number in this post]

my order number is 276116

my codec licenses are
decode_MPG2=[mod edit to remove key]
decode_WVC1=[mod edit to remove key]

my config.txt file can be downloaded here[mod edit]
Last edited by kt9312 on Tue May 24, 2016 8:37 pm, edited 1 time in total.

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

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 5:14 am

Run

Code: Select all

vcgencmd codec_enabled MPG2
and

Code: Select all

vcgencmd codec_enabled WVC1
What do the commands report?
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
DougieLawson
Posts: 39120
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 7:56 am

You need to write an email to store@raspberrypi.org to resolve this.

Make sure you've got the right serial. http://www.raspberrypi.com/mpeg-2-license-key/ has instructions for finding your serial.
Make sure you're updating the right config.txt. Hold the [SHIFT] key during boot and use the NOOBS config editor to update the right one with the two codec keys.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

kt9312
Posts: 4
Joined: Tue May 24, 2016 12:27 am

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 9:48 am

The commands show that the codecs are disabled. You helped me out last time with my Raspberry pi 2. Can you please take a look at my config.txt file and see if you see any errors?

DirkS
Posts: 10362
Joined: Tue Jun 19, 2012 9:46 pm
Location: Essex, UK

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 9:57 am

kt9312 wrote:The commands show that the codecs are disabled. You helped me out last time with my Raspberry pi 2. Can you please take a look at my config.txt file and see if you see any errors?
The link to your config.txt was removed by the mods...

Can you check the status of the H264 codec? If that's disabled then there may be some other setting interfering.

Code: Select all

vcgencmd codec_enabled H264
Did you maybe lower the value of gpu_mem?

kt9312
Posts: 4
Joined: Tue May 24, 2016 12:27 am

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 10:09 am

My H264 codec is enabled. I didn't mess with any mem settings.

kt9312
Posts: 4
Joined: Tue May 24, 2016 12:27 am

Re: Raspberry Pi 3 codecs not working

Tue May 24, 2016 8:36 pm

I figured it out. I had to remove the # that was located in front of where the decode= was suppost to go. Every codec is enabled now.

dhempling
Posts: 3
Joined: Fri Aug 19, 2016 8:57 am

Re: SOLVED Raspberry Pi 3 codecs not working

Fri Aug 19, 2016 9:18 am

I was having this problem as well. RbPi 3 running Jessie Raspbian. I was looking at a full set of disabled codecs. ALL of 'em.

Tried putting the MPG2 key in different places in the config.txt file. Tried editing it both from inside (ssh) and outside with the sim in my Mac. Even did ip-update. Didn't help.

Then I saw DirkS "Did you maybe lower the value of gpu_mem?" comment. I had lowered it to 16 on the advice of some page out there in the webs. So I upped it to 32 and rebooted.

Wouldn't you know it? Codecs that were once disabled are now enabled... except for two:

H264=enabled
MPG2=enabled
WVC1=disabled
MPG4=enabled
MJPG=enabled
WMV9=disabled

I only purchased the MPG2 codec so everything else is gravy!

Cheers!

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

Re: SOLVED Raspberry Pi 3 codecs not working

Fri Aug 19, 2016 1:31 pm

dhempling wrote:I was having this problem as well. RbPi 3 running Jessie Raspbian. I was looking at a full set of disabled codecs. ALL of 'em.

Tried putting the MPG2 key in different places in the config.txt file. Tried editing it both from inside (ssh) and outside with the sim in my Mac. Even did ip-update. Didn't help.

Then I saw DirkS "Did you maybe lower the value of gpu_mem?" comment. I had lowered it to 16 on the advice of some page out there in the webs. So I upped it to 32 and rebooted.

Wouldn't you know it? Codecs that were once disabled are now enabled... except for two:

H264=enabled
MPG2=enabled
WVC1=disabled
MPG4=enabled
MJPG=enabled
WMV9=disabled

I only purchased the MPG2 codec so everything else is gravy!

Cheers!
You need 128 MB GPU memory for full (HD) video decoding, more (160 -256) if you run kodi.
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

dhempling
Posts: 3
Joined: Fri Aug 19, 2016 8:57 am

Re: SOLVED Raspberry Pi 3 codecs not working

Sun Aug 21, 2016 1:38 am

128 for HD decoding, you say?

Knock me over with a feather!

Thanks!

emilfr
Posts: 22
Joined: Thu May 14, 2015 5:25 am
Location: Dublin, IE

Re: SOLVED Raspberry Pi 3 codecs not working

Sat Jan 28, 2017 8:01 pm

can someone please confirm that 128MB GPU mem required for FullHD?
RPI Zero W || RPI 2B || 2x RPI 3B || 2x RPI 4B4G

Return to “Beginners”