Planning my first system
#11
RE: Planning my first system
Sounds like it's power supply yeah. Which is a bummer as they are quite difficult to come by these days. :(

Have you tried pulling the drives, CDROM/DVD rom and turning it on with only minimal hardware? Have you disconnected it from the all socket for a few minutes and tried again?

No longer active. Please do not contact me.
Jacques
Tezro

Trade Count: (0)
Posts: 565
Threads: 53
Joined: May 2018
Location: UK
Find Reply
10-06-2019, 07:54 PM
#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
#13
RE: Planing my first system
(09-15-2019, 11:22 AM)Trippynet Wrote:  Final point, I would strongly advise against considering any real form of modern web browsing on an SGI machine. They're simply too old for it, and modern browsers are an absolute nightmare to port (hence Firefox 3 is the latest we have - and even then it is very slow). You're far better off using rdesktop to remote to a PC or something and browse that way, or browse properly on a PC and use your SGI for other purposes.

What exactly makes it hard to port browsers to new architectures/systems?

On Irix, the lack of modern libraries and compilers at least.

But how about Linux or modern BSDs on SGI MIPS systems?

Is it because of hardware acceleration or video decoding? Aren't there fallback options when suitable HW APIs aren't available?

Javascript JIT compiling? Again, fall back to interpretation?

Are other browsers easier than Firefox or Chromium?
heavyfuel
O2

Trade Count: (0)
Posts: 5
Threads: 0
Joined: Aug 2018
Find Reply
10-29-2019, 09:34 AM
#14
RE: Planning my first system
Actual browser developers would have to weigh in, but the big ones (aside from high-bitrate web video, which is at least nonessential) are Javascript and modern encryption standards. If you look at classichasclass's technical discussions on the TenFourFox development blog, a vast amount of what goes into making that sucker usable for modern-ish browsing on G4/G5 Macs is in keeping the Javascript JIT both up-to-date and performant; even then, using NoScript to cut 95% of the crap modern web developers pile into their pages is an absolute necessity.

Computers: Amiga 1200, DEC VAXStation 4000/60, DEC MicroPDP-11/73
Synthesizers: Roland JX-10/SH-09/MT-32/D-50, Yamaha DX7-II/V50/TX7/TG33/FB-01, Korg MS-20 Mini/ARP Odyssey/DW-8000/X5DR, Ensoniq SQ-80, E-mu Proteus/2, Nord Lead 2, Behringer Model D
commodorejohn
PDP-X

Trade Count: (0)
Posts: 367
Threads: 7
Joined: May 2018
Find Reply
10-29-2019, 01:33 PM
#15
RE: Planning my first system
The internet is 99% shit these days, most of it advertising.
Jacques
Tezro

Trade Count: (0)
Posts: 565
Threads: 53
Joined: May 2018
Location: UK
Find Reply
10-29-2019, 06:39 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)