<video> tag with (Qt)Webkit on i.MX6

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

<video> tag with (Qt)Webkit on i.MX6

1,946 Views
senykthomas
Contributor III

Hi,

I'm currently trying to play videos in a qtwebkit based browser using html5 video tags.

The video files are not streamed, they are on the local file system.

When trying to play the video files I'm getting the following gstreamer errors and it is not possible to start the video playback:

0:00:00.753372000 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.755892000 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.756495667 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.757332667 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.757968000 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.758787333 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

0:00:00.759422333 16475   0x1643b0 WARN               aiurdemux

aiurdemux.c:3903:aiurdemux_push_pad_buffer: Pad video push error type -4

Without webkit, using gst-launch or QtMultimedia, the same files plays flawlessly.

Removing libmfw_gst_aiur_demux.so from the gstreamer plugins folder results in a partly working video player.

It is possible to start the playback but no video is shown but at least audio output is working now.

Without libmfw_gst_aiur_demux.so, gst-launch and QtMultimedia aren't playing anything anymore

Did anybody see this error before and already solved it somehow?

Or can anybody explain what it means and what's maybe causing this error ?

It's Qt5.1, kernel/gpu version is 3.0.35-4.0.0

Greets

Thomas

Labels (3)
0 Kudos
1 Reply

575 Views
PeterBergin
Contributor III

Hi,

seems that I have run into the problem as you had before with the <video> tag and gstreamer.

Playing video in qt4 browser

Did you solve the problem and make it working?

Regards,

/Peter

0 Kudos