@pixx @khm @cienmilojos how do you watch YouTube from Plan 9? As someone who’s spent dozens of hours running 9front (I’m working on a 9P server) I can’t imagine how other than via emulation?
@jpf @khm @cienmilojos Natively!
@sigrid wrote treason, a video player which can handle h264 (on my thinkpad T420s, it can just barely handle 720p 60FPS videos if and only if multithreading is enabled)
combine with a tool that can grab videos based on the URL (sigrid also wrote nvi, which grabs videos using an invidious instance) and you have everything needed
http://wiki.9front.org/youtube
% nvi -a /tmp/audio -v /tmp/video ybGOT4d2Hs8 && treason -a /tmp/audio /tmp/video && rm /tmp/audio /tmp/video