Skip to content

leesheedy/Vidstreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

VidStreamer

About The Project

Made by Lee sheedy, for streaming data across local networks

Getting Started

Creating a Server

from vidstream import StreamingServer

server = StreamingServer('127.0.0.1', 9999) server.start_server()

Other Code

When You Are Done

server.stop_server()

Creating a Client

from vidstream import CameraClient from vidstream import VideoClient from vidstream import ScreenShareClient

Choose One

client1 = CameraClient('127.0.0.1', 9999) client2 = VideoClient('127.0.0.1', 9999, 'video.mp4') client3 = ScreenShareClient('127.0.0.1', 9999)

client1.start_stream() client2.start_stream() client3.start_stream()

Usage

License

See LICENSE.txt for more information.

(back to top)

Contact

Your Name - [Lee Sheedy] lee.sheedy123@gmail.com

Project Link: https://github.com/leesheedy/Vidstreamer

(back to top)

++++++ Under construction! Not ready for use yet! Currently experimenting and planning!

About

Streaming video data via networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages