I Thought This Stuff
Assorted Stream of Thoughts From The Mind of Me
Thursday, March 2, 2023
Thursday, February 9, 2023
Sunday, December 18, 2022
Friday, December 9, 2022
Wednesday, May 11, 2022
Saturday, May 27, 2017
Headless Xorg Server on FreeBSD
cd /usr/ports/x11servers/xorg-vfbserver make config make missing make config-recursive make config-recursive make install cleancd /usr/ports/x11-servers/x11rdpmake config make missing make config-recursive make config-recursive make install clean
cd /usr/ports/net/x11vnc/
make config make missing make config-recursive make config-recursive make install clean
Friday, May 19, 2017
FFMpeg-VLC-FreeBSD
FFMpeg-VLC-FreeBSD
19 May 2017
Overview
This project is to setup and document what we are calling FFMpeg-VLC-FreeBSD since it's what this will primary use and achieve.
The current ideas include a permanent broadcast of public_domain and my own personal music/content/videos/etc in the format of the old Independent UHF Channels of the 1980s in the Sacramento California area; without any commercials, unmodified, freely available to anyone that can get a connection, for historic preservation and to inspire discussion and promote change.
Goals
- Build A Fully Automated A/V Stream Server: The current goal is to stream music and public domain content to the internet.
- Build a Full OS Installer: Using FreeBSD, a ton of packages can get installed with this project, and too many package installations can confuse first time users and be downright cumbersome, so let's make it a full OS level installation for install on any hardware.
Specifications
Only on FreeBSD for Development.
Milestones
Nothing Yet
Soon(tm)
Subscribe to:
Posts (Atom)
-
cd /usr/ports/x11servers/xorg-vfbserver make config make missing make config-recursive make config-recursive make install clean cd ...