Video playback on Chromium

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Video playback on Chromium

跳至解决方案
4,068 次查看
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

标记 (1)
0 项奖励
回复
1 解答
3,795 次查看
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 项奖励
回复
2 回复数
3,796 次查看
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 项奖励
回复
3,795 次查看
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 项奖励
回复