https://github.com/gwttk/simple-streaming
Tiny live streaming server!
https://github.com/gwttk/simple-streaming
java streaming streaming-server
Last synced: 4 months ago
JSON representation
Tiny live streaming server!
- Host: GitHub
- URL: https://github.com/gwttk/simple-streaming
- Owner: gwttk
- License: mit
- Created: 2019-12-28T13:56:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-16T10:47:25.000Z (11 months ago)
- Last Synced: 2025-07-17T14:40:03.737Z (11 months ago)
- Topics: java, streaming, streaming-server
- Language: Java
- Homepage:
- Size: 2.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## QuickStart for Server
* Make sure you have **Java 8+** installed
* [Download the zip file of latest release](../../releases). Unzip it
* Run server `java -jar simple-streaming-x.x.x.jar server -d -u `
* Enjoy!
## QuickStart for Client (Streamer)
* Make sure you have **Java 8+** installed
* Use OBS to record (ts format) and save to
* [Download the zip file of latest release](../../releases). Unzip it
* Run client `java -jar simple-streaming-x.x.x.jar client -p -s -f `
* Enjoy!
## QuickStart for Viewer
* Use VLC player
* Open url: `tcp://:`
* Enjoy!