Planning my first system
#12
RE: Planning my first system
I watch youtube videos on IRIX (Octane2) all the time streaming with curl, youtube-dl, and mplayer.

Browse youtube.com with firefox/links/or dillo which is not pretty in IRIX but it can get you the titles and video URL.. (or search for what you want in Google search).. and then copy the youtube URL value for the v= variable (URL is https://www.youtube.com/watch?v=9EEY87HAHzk as an example.. so copy 9EEY87HAHzk) with the following script that I named 'watch.sh'

watch.sh 9EEY87HAHzk

It takes several seconds to start the video as it is caching the stream, but when it starts it plays the video in a window very well.

#!/usr/nekoware/bin/bash
VIDEON=$(youtube-dl -g http://www.youtube.com/watch?v=$1)
#curl -L "$VIDEON" | mplayer -vo fbdev2 -cache-min 40 -cache 8192 -vf scale=640:480 -
curl -L "$VIDEON" | mplayer -

Note (Note, I have mplayer using a default custom configuration of mine.. yet I have a commented out line that shows you an example setting a config in there). You may want to use something like:

curl -L "$VIDEON" | mplayer -cache 18192 -vo gl_nosw -ao sgi -framedrop -lavdopts lowres=0:fast:skiploopfilter=all -autosync 60 -audiofile-cache 10240 -

I also use mplayer-1.1.1 that was compiled by a nekochanner outside of nekoware posted on nekochan before. But the regular nekoware mplayer may work fine too.
(This post was last modified: 10-07-2019, 02:39 AM by necron2600.)
necron2600
Octane

Trade Count: (0)
Posts: 127
Threads: 50
Joined: May 2018
Find Reply
10-07-2019, 02:38 AM


Messages In This Thread
Planning my first system - by tseter - 09-15-2019, 10:52 AM
RE: Planing my first system - by Irinikus - 09-15-2019, 11:06 AM
RE: Planing my first system - by Trippynet - 09-15-2019, 11:22 AM
RE: Planing my first system - by heavyfuel - 10-29-2019, 09:34 AM
RE: Planing my first system - by tseter - 09-15-2019, 12:54 PM
RE: Planing my first system - by Trippynet - 09-15-2019, 01:30 PM
RE: Planing my first system - by commodorejohn - 09-15-2019, 03:38 PM
RE: Planing my first system - by Irinikus - 09-15-2019, 03:40 PM
RE: Planning my first system - by Intuition - 09-15-2019, 05:29 PM
RE: Planning my first system - by tseter - 10-05-2019, 10:35 AM
RE: Planning my first system - by Intuition - 10-05-2019, 06:44 PM
RE: Planning my first system - by Jacques - 10-06-2019, 07:54 PM
RE: Planning my first system - by necron2600 - 10-07-2019, 02:38 AM
RE: Planning my first system - by commodorejohn - 10-29-2019, 01:33 PM
RE: Planning my first system - by Jacques - 10-29-2019, 06:39 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)