Terminal too boring? Need some visual distractions?
cframe requires the following libraries and tools to be installed on your system:
- FFmpeg:
- ftxui: A C++ library for developing terminal user interfaces
- A Modern C++ Compiler:
# Clone the repository (if you haven't already)
git clone <your-repo-link>
cd cframe
# Create and enter the build directory
mkdir build
cd build
# Configure CMake (adjust paths if necessary)
cmake ..
# Compile the project
makeProvide the path to your local video file.
# Play video file
./build/cframe /path/to/your/video.mp4Use the -u or --url flag to specify that the path is a network stream.
# Stream a video url
./build/cframe -u https://example.com/live/stream.m3u8