Video playback on Chromium

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Video playback on Chromium

Jump to solution
2,030 Views
george
Senior Contributor II

Dear all and bernhardfink‌,

Now, we are developing the product using i.MX8M.

The product makes GUI application using HTML5.

It includes video playback.

So, we wants to work the Chromium on i.MX8M.

It seems that we cannot use the H/W decoder in VPU although we built it according to a post here.

The video playback using gplay is smooth.

But the video playback on Chromium is not smooth.

Please tell me how to solve this issue.

Best Regards,

George

Tags (1)
0 Kudos
1 Solution
1,758 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello George,

    Chromium does not directly call VPU hardware decoders, but gstreamer can do it, so gplay can play video smoothly.

So you can use Chromium  on GStreamer project to realize your purpose.

Here is the git hub project:

GitHub - Samsung/ChromiumGStreamerBackend: Use GStreamer to play media streams in chromium. We imple... 

Hope this information can help you!

Have a nice day!

NXP TIC Weidong Sun

View solution in original post

0 Kudos
2 Replies
1,759 Views
weidong_sun
NXP TechSupport
NXP TechSupport

Hello George,

    Chromium does not directly call VPU hardware decoders, but gstreamer can do it, so gplay can play video smoothly.

So you can use Chromium  on GStreamer project to realize your purpose.

Here is the git hub project:

GitHub - Samsung/ChromiumGStreamerBackend: Use GStreamer to play media streams in chromium. We imple... 

Hope this information can help you!

Have a nice day!

NXP TIC Weidong Sun

0 Kudos
1,758 Views
george
Senior Contributor II

Hi Wigros,

 

This is the fastest way to implement our application, isn't it?

If so, we will have to try it.

Maybe we will ask you again for help.

Thanks,

George

0 Kudos