Skip to content

This project develops a socket programming model for streaming video and audio. It supports two functionalities: streaming a video with audio and live webcam streaming. The backbone of the data transfer system is socket programming.

Notifications You must be signed in to change notification settings

dk14-git/Media-Streaming-using-Socket-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media-Streaming-using-Socket-Programming

In this project we have developed a socket program�ming model for streaming video and audio. Our model supports two kinds of functionalities which include streaming a video and live webcam stream. Streaming a video with audio basically means the server system transfers a video to the client system and they can view the stream. In live streaming, a cache server exists, in which multiple clients will be able to access the live stream. The backbone of the entire data transfer system is socket programming as data transfer done here uses packets which are sent out by the server and received by the client using sockets.

About

This project develops a socket programming model for streaming video and audio. It supports two functionalities: streaming a video with audio and live webcam streaming. The backbone of the data transfer system is socket programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages