MMal saying "unhandled 128"
Some videos when played with mmal produce a lot of "unhandled 128" lines on stdout. What does it mean? Which library is producing this output?
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 10300
- Joined: Wed Dec 04, 2013 11:27 am
- Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.
Re: MMal saying "unhandled 128"
MMAL is not an application, and can't play anything by itself.
So what application are you using as the basis of your media player? That might give us a chance to guess as to what is producing the message.
There is no error message from the MMAL library itself of the form that you quote.
So what application are you using as the basis of your media player? That might give us a chance to guess as to what is producing the message.
There is no error message from the MMAL library itself of the form that you quote.
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
Re: MMal saying "unhandled 128"
I've also noticed these errors and I'm pretty sure that error is from Mesa 3D. I think somewhere shader related. But I cannot find that code using the github search UI only at the moment.
info-beamer hosted - A user and programmer friendly digital signage platform for the Pi: https://info-beamer.com/hosted
Re: MMal saying "unhandled 128"
info-beamer hosted - A user and programmer friendly digital signage platform for the Pi: https://info-beamer.com/hosted
Re: MMal saying "unhandled 128"
Thank you very much. I grepped through all .so files but I could not find the source of the string. I grepped through the kernels in /boot and the only candidate string was in kernel8.img while I am using the 32 bit kernel.
When I build the x11 branch of https://github.com/6by9/drm_mmal and run it with6by9 wrote: MMAL is not an application, and can't play anything by itself.
So what application are you using as the basis of your media player? That might give us a chance to guess as to what is producing the message.
Code: Select all
./mmal-demo /opt/vc/src/hello_pi/hello_video/test.h264
-
- Posts: 184
- Joined: Fri Apr 12, 2019 11:00 am
- Location: austin tx
Re: MMal saying "unhandled 128"
I believe the latest mesa included in raspberry pi os (32 bit at least) should fix this issue (mesa bug)
-
- Posts: 184
- Joined: Fri Apr 12, 2019 11:00 am
- Location: austin tx
Re: MMal saying "unhandled 128"
or more accurately should remove it from being outputted when the format is handled!