PlayGo is a simple streaming video player built with Wails.
- Supports protocols:
- RTSP / RTSPS
- RTMP / RTMPS
- HTTP-FLV / HTTPS-FLV
- HTTP-TS / HTTPS-TS
- HTTP-MP4 / HTTPS-MP4
- HLS-TS / HLS-fMP4
- SRT
- Supports codecs:
- H264
- AAC
- Cross-platform support (Windows, macOS, Linux)
- Simple and intuitive user interface
To build the application, make sure Wails is installed:
wails build
On Linux, you may need to install additional packages like gstreamer1.0-plugins-bad
.
For example, on Debian/Ubuntu-based systems:
sudo apt-get install gstreamer1.0-plugins-bad