Youtube audio streaming test on a 90s PC
Channel:
Subscribers:
233
Published on ● Video Link: https://www.youtube.com/watch?v=KE9AbiUxFmM
A simple test of a song on Youtube played on my retro '90s PC, through streaming.
The command I use is the following:
`yt-dlp -o - -f [audio_format_yt-dlp_number] [video_url] | ffmpeg -f [audio_format] -i - -f wav - | aplay -`
Through yt-dlp: https://github.com/yt-dlp/yt-dlp the audio is downloaded and sent in chunks to ffmpeg, which converts it to raw wav; the wav bytes are then played with alsa (aplay).
yt-dlp start is really slow on such hardware (because it uses the python3 runtime) so I cut out the long wait.
Song is Heaven by Avicii, 2016 version with Simon Aldred: https://youtu.be/s9Xo17ew6mE
The PC specs:
- CPU: Intel Pentium MMX 233MHz
- RAM: 64MB SDRAM
- Video: Matrox Mystique
- OS: Tiny Core Linux
Other Videos By Mr. DOS - Retrocomputing
2023-04-09 | Quake 2 coop like it's 1997 |
2023-04-01 | Wolfenstein 3D on a 386SX |
2022-12-19 | Shadow Warrior on a Pentium MMX |
2022-12-06 | 90s FPS on my new Pentium II build |
2022-11-27 | Tekken 4 - Old fight to the death with my brother |
2022-10-16 | The Ultimate DOOM as it was played in 1995 |
2022-10-15 | Unreal Tournament 2003 on Pentium 4 |
2022-10-08 | Need for Speed: Underground on a Pentium 4 PC |
2022-09-30 | GlQuake benchmarks - Pentium MMX 233MHz + 3Dfx Voodoo1 |
2022-09-29 | Quake 2 on a Pentium MMX 233MHz & 3Dfx Voodoo1 |
2022-09-24 | Youtube audio streaming test on a 90s PC |
2022-05-14 | F.E.A.R. on Pentium 4 |
2022-04-23 | Test Drive Unlimited on Pentium 4 |
2022-04-13 | Super Mario Bros on Commodore 64 |
2022-04-09 | Half-Life 2 on a Pentium 4 PC |
2022-03-06 | GlQuake on Pentium MMX & Voodoo1 |
2021-09-26 | Duke Nukem 3D on an AMD K5 90Mhz |
2021-09-25 | Wolfenstein3D on an AMD K5 90Mhz |
2021-01-13 | HECU Telegram Bot (updated) |
2020-04-01 | HECU Telegram Bot |
Tags:
streaming
retrocomputing
alsa
ffmpeg
avicii
heaven 2016