Simple video & audio stream viewer for the new C64 Ultimate owners.
Download >> https://github.com/Deybacsi/c64uview/releases
For Windows check the "U64 Streamer" app, made by Martijn Wieland (TSB) -> https://www.tsb.space/projects/u64-streamer/
The best way is to start with -I because this will leave the stream on the C64U as it is was originally.
Press S key to start or stop the streaming.
./c64uview -I 192.168.0.64
If the stream was turned on on C64U side, then the playback will start automatically. After exit, the viewer will not stop the stream.
During viewing, you can always press h for the help screen.
You can get useful help when starting with:
./c64uview -h
Before compiling you need to install:
sudo apt install libsdl2-dev libsdl2-net-dev gcc make build-essential
Execute ./compile.sh or run manually:
make clean
make all
It will make a new c64uview executable for you in the current folder.
Listens for
- video on port 11000
- audio on port 11001
You can check the changelog here
https://github.com/Deybacsi/c64uview
The project is a fork of Dusted's U64view to have a working linux streamer for C64 Ultimate.
