https://github.com/c0debrain/wow-stream
Media streaming with skip ahead on GAE
https://github.com/c0debrain/wow-stream
appengine appengine-java gae java media streaming
Last synced: 9 months ago
JSON representation
Media streaming with skip ahead on GAE
- Host: GitHub
- URL: https://github.com/c0debrain/wow-stream
- Owner: c0debrain
- License: gpl-3.0
- Created: 2017-07-30T03:18:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T14:36:39.000Z (about 8 years ago)
- Last Synced: 2025-04-17T04:19:00.104Z (9 months ago)
- Topics: appengine, appengine-java, gae, java, media, streaming
- Language: JavaScript
- Homepage: http://wow-stream.appspot.com
- Size: 7.76 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
- Do media streaming with skip ahead on GAE.
- Work on all major Browsers, OSs, and Devices.
# Run/Dev/Test
mvn appengine:devserver -Pdevserver
- upload video
[localhost:8080/upload](localhost:8080/upload)
NOTE: see src/test/data folder for test files.
# Clean db
mvn clean
# Deployment
mvn clean appengine:update -Pupdate
# Demo
[http://wow-stream.appspot.com](http://wow-stream.appspot.com)