Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Issue:

In rpi4 platform we are seeing issues with playing MPEG2 streams while no issues in playing H264 streams.

And it is known that Rpi4 boards doesn't have hardware decoders for MPEG2 but has hardware decoders only for H264.

 

Requirement:

To find a way to play MPEG2 streams through software decoders in Rpi4 platforms.


Software Decoders available in gstreamer :

Below were the software decoder plugins available for MPEG2 streams:

...

       2. mpeg2dec

       3. v4l2mpeg2dec


  1. avdec_mpeg2video :

avdec_mpeg2video plugin was available in RPI4 platform by default.

...

AM5728 EVM Multimedia Performance Testbench | RidgeRun - RidgeRun Developer Connection


       2. mpeg2dec:

Mpeg2dec was another software decoder plugin used to decode MPEG-2 video decoder. But it was not available in RPI4 as default and was part of ugly plugins.

Need to check on the steps to install this plugin in the Rpi4 RDKV platform



       3. V4l2mpeg2dec:


V4l2mpeg2dec is another software decoder used to decode MPEG-2 video decoder. And again v4l2mpeg2dec was not available in RPI4 as default and was part of Bad Plugins.

...