how to play H264+ts file with imx6Q on linux

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

how to play H264+ts file with imx6Q on linux

2,135 次查看
andypeng
Contributor I

Hi all,

  I need to play the .ts file that with H264 Encoder with imx6Q on linux ,how to play?

标签 (2)
标记 (3)
0 项奖励
回复
3 回复数

1,719 次查看
imxcommunitysco
Senior Contributor II

Since no reply from you for long time. The DI is assumed answered.

0 项奖励
回复

1,719 次查看
weidong_sun
NXP TechSupport
NXP TechSupport

Hello,andypeng,

      In Linux BSP released by freescale for i.mx6q, gstreamer is used to play video. you can compile it by LTIB ,  at the same time , ubuntu system supports i.mx6 platform , So you can aslo run ubuntu system on your board based on i.mx6. In ubuntu root file system, gstreamer has been supported. you can use it to play video.

Regards,

Weidong

0 项奖励
回复

1,719 次查看
LeonardoSandova
Specialist I

Once you have the system ready, you can type one of these commands:

$ gplay yourfile.ts

$ gst-launch playbin2 uri=file://`pwd`/yourfile.ts

0 项奖励
回复