Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
midori:faq [2014/06/05 00:36] – cleanup and explain gstreamer version numbers gue5tmidori:faq [2014/06/05 00:44] – mention about:version directly gue5t
Line 150: Line 150:
 === HTML5 Video/ Audio doesn't play === === HTML5 Video/ Audio doesn't play ===
  
-[[#midori_architecture|Midori uses GStreamer]] for HTML5 audio and video support. Codecs, which handle particular formats of audio or video, are provided by GStreamer plugins which may need to be installed separately. Midori may be built with GTK+2 or GTK+3 ([[#webkit_version_numbers|which do I have?]), which correspond to GStreamer versions of 0.10 or 1.0 respectively.+[[#midori_architecture|Midori uses GStreamer]] for HTML5 audio and video support. Codecs, which handle particular formats of audio or video, are provided by GStreamer plugins which may need to be installed separately. Midori may be built with GTK+2 or GTK+3 (visit about:version to check), which correspond to GStreamer versions of 0.10 or 1.0 respectively.
  
   - You need gstreamer(0.10/1.0)-pulse if you're using PulseAudio.   - You need gstreamer(0.10/1.0)-pulse if you're using PulseAudio.
Line 541: Line 541:
 }</code> }</code>
  
-===== Midori Architecture =====+====== Midori Architecture ======
  
-Midori stands on the shoulders of three giants in particular: the software libraries GTK+, WebKitGTK+, and libsoup. GTK+ provides the buttons, windows and menus, WebKitGTK+ draws and controls web pages, and libsoup downloads those pages+Midori stands on the shoulders of three giants in particular: the software libraries [[http://www.gtk.org/|GTK+]][[http://webkitgtk.org/|WebKitGTK+]], and [[https://developer.gnome.org/libsoup/|libsoup]]. GTK+ provides the buttons, windows and menus, WebKitGTK+ draws and controls web pages, and libsoup downloads those pages.
- +
-WebKitGTK+ itself uses two other important libraries: JavaScriptCore, a WebKit project which runs scripts on web pages, and GStreamer, which plays HTML5 video and audio.+
  
 +WebKitGTK+ itself uses two other important libraries: [[https://www.webkit.org/projects/javascript/index.html|JavaScriptCore]], a WebKit project which runs scripts on web pages; and [[http://gstreamer.freedesktop.org/|GStreamer]], which plays HTML5 video and audio.
 ===== WebKit Version Numbers ===== ===== WebKit Version Numbers =====