Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 816 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 816 Bytes

QuickStart for Server

QuickStart for Client (Streamer)

  • Make sure you have Java 8+ installed
  • Use OBS to record (ts format) and save to <video_file>
  • Download the zip file of latest release. Unzip it
  • Run client java -jar simple-streaming-x.x.x.jar client -p <upload_port> -s <server> -f <video_file>
  • Enjoy!

QuickStart for Viewer

  • Use VLC player
  • Open url: tcp://<server>:<download_port>
  • Enjoy!