This is a working project to demonstrate JOSS for streaming content.
It is built using Spring MVC, and features 3 use cases:
- Streaming content from storage to the browser
- Streaming content from the browser to storage
- Generating content, e.g. by creaeting thumbnails from previously uploaded files
- Checkout the code
- Put your account information in src/main/resources/credentials.properties
- Run this command (it starts a container in the foreground): mvn jetty:run
- Point your browser to http://localhost:8081/
To see how you can do all this yourself, have a look at the class nl.tweeenveertig.openstack.tutorial.StreamingController
.