Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/partizanos/Video-Streaming
https://github.com/partizanos/Video-Streaming
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/partizanos/Video-Streaming
- Owner: partizanos
- Created: 2014-10-01T13:18:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T14:28:07.000Z (about 10 years ago)
- Last Synced: 2024-07-02T18:06:28.425Z (4 months ago)
- Language: Java
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 tag.
(Client File: Video-Streaming / src / main / webapp / index.html)-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.