Skip to content

partizanos/Video-Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video-Streaming

The project is an attempt to transmit a video mp4 file using web socket protocoll instead of the http which is used widely. It is composed by:

-Client using javascript to implement whe websocket reciever and the video player using the native html5

-Websocket Server endpoint, implemented in java, which will send the file to the client using the web javax.websocket library. ( Server File: Video-Streaming / src / main / java / org.glassfish.samples.websocket.echo / EchoEndpoint.java )

I wrote the project using Netbeans IDE and I run the server and client locally using the Glashfish web server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages