how to play H264+ts file with imx6Q on linux

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how to play H264+ts file with imx6Q on linux

2,127件の閲覧回数
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,711件の閲覧回数
imxcommunitysco
Senior Contributor II

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

0 件の賞賛
返信

1,711件の閲覧回数
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,711件の閲覧回数
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 件の賞賛
返信