[webkit-dev] small browser video tag

Enrique Ocaña González eocanha at igalia.com
Fri Sep 22 07:04:13 PDT 2017


El viernes, 22 de septiembre de 2017 9:31:32 (CEST) Jerry Geis escribió:

>  What is my next step to tell whats happening ?

I'm assuming that you're using a recent WebKitGTK+ version to build your 
browser. In that case, enable GStreamer logs. They might give you a clue of 
what's happening.

To get just the messages more related to WebKit, use this:

  export GST_DEBUG="webkitmediaplayer:TRACE,webkitwebsrc:TRACE"

To get all the messages (a lot!!), use this:

  export GST_DEBUG="*:DEBUG"

Cheers.

-- 
Enrique Ocaña González


More information about the webkit-dev mailing list