logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 3a28d092aeca3287bf1e4ee00d92bee894d60177
parent e79325be466e27be8010593b398f152f69714799
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Dec 2020 06:19:29 +0100

projects/badwolf/fqa: Use lists, `pre` support sucks in browsers

Diffstat:

Mprojects/badwolf/fqa.shtml34++++++++++++++++++----------------
1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/projects/badwolf/fqa.shtml b/projects/badwolf/fqa.shtml @@ -32,23 +32,25 @@ <p>Outside of websites and webapps that are outright hostile to WebKit it's been doing pretty well, only time during 2020 that I launched another web browser it's <a href="https://lynx.invisible-island.net/">lynx</a> to get even less web or Firefox/Chromium for WebRTC things like BigBlueButton and Jitsi Meet (WebRTC should get there thanks to GStreamer).</p> <h2 id="multimedia"><a href="#multimedia">§</a> How do you play audio/video files?</h2> - <p><em>*Sigh*</em> install those plugins for gstreamer, gentoo has a metapackage to help named <a href="https://repology.org/project/gstreamer:meta/versions">media-plugins/gst-plugins-meta</a>, I'm not aware of other distros/ports offering such a useful package, you'll probably want some of those or more: - <pre> -<a href="https://repology.org/project/gstreamer:vaapi/versions">gst-plugins-vaapi</a> # Video Acceleration, so it doesn't chews your battery and CPU -<a href="https://repology.org/project/gstreamer:libav/versions">gst-plugins-libav</a> # for H.264 video, used mostly in MP4s, based on FFmpeg -<a href="https://repology.org/project/gstreamer:good/versions" >gst-plugins-good</a> -<a href="https://repology.org/project/gstreamer:bad/versions" >gst-plugins-bad</a> -<a href="https://repology.org/project/gstreamer:ugly/versions" >gst-plugins-ugly</a> + <p><em>*Sigh*</em> You'll need plugins for gstreamer, gentoo has a metapackage to help named <a href="https://repology.org/project/gstreamer:meta/versions">media-plugins/gst-plugins-meta</a>, I'm not aware of other distros/ports offering such a useful package, otherwise install at least those: + <ul> + <li><a href="https://repology.org/project/gstreamer:vaapi/versions">gst-plugins-vaapi</a></li> + <li><a href="https://repology.org/project/gstreamer:libav/versions">gst-plugins-libav</a></li> + <li><a href="https://repology.org/project/gstreamer:good/versions">gst-plugins-good</a></li> + <li><a href="https://repology.org/project/gstreamer:bad/versions">gst-plugins-bad</a></li> + <li><a href="https://repology.org/project/gstreamer:ugly/versions">gst-plugins-ugly</a></li> + </ul></p> -# Then if your distro does split gstreamer: -<a href="https://repology.org/project/gstreamer:vpx/versions" >gst-plugins-vpx</a> # for VP8+ video, used mostly in WEBMs -<a href="https://repology.org/project/gstreamer:hls/versions" >gst-plugins-hls</a> # for native support of HTTP Live Streaming -<a href="https://repology.org/project/gstreamer:faad/versions" >gst-plugins-faad</a> # AAC audio, used mostly in MP4s -<a href="https://repology.org/project/gstreamer:opus/versions" >gst-plugins-opus</a> # Opus audio, used mostly in WEBMs -<a href="https://repology.org/project/gstreamer:mpg123/versions" >gst-plugins-mpg123</a> # MP3 audio -<a href="https://repology.org/project/gstreamer:modplug/versions">gst-plugins-modplug</a> # <a href="https://en.wikipedia.org/wiki/Music_tracker">soundtrackers</a> files like XM and MOD -<a href="https://repology.org/project/gstreamer:webrtc/versions" >gst-plugins-webrtc</a> # WebRTC, useful for VoIP, currently not used by WebKit -</pre></p> + <p>And if your distro does split gstreamer: + <ul> + <li><a href="https://repology.org/project/gstreamer:vpx/versions">gst-plugins-vpx</a></li> + <li><a href="https://repology.org/project/gstreamer:hls/versions">gst-plugins-hls</a></li> + <li><a href="https://repology.org/project/gstreamer:faad/versions">gst-plugins-faad</a></li> + <li><a href="https://repology.org/project/gstreamer:opus/versions">gst-plugins-opus</a></li> + <li><a href="https://repology.org/project/gstreamer:mpg123/versions">gst-plugins-mpg123</a></li> + <li><a href="https://repology.org/project/gstreamer:modplug/versions">gst-plugins-modplug</a></li> + <li><a href="https://repology.org/project/gstreamer:webrtc/versions">gst-plugins-webrtc</a></li> + </ul></p> <h2 id="search"><a href="#search">§</a> Search Engine support? (search entry)</h2> <p>No, I do not want to support/promote such tools until a good implementation appears (not looking for suggestions). Your own SmartBookmarks keywords (so like entering <code>wp lolcat</code> in the location entry to go to <a href="https://en.wikipedia.org/wiki/lolcat">Lolcat - Wikipedia</a>) are gonna be supported though.</p>