Add README
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
tags:
|
| 4 |
+
- media-streaming
|
| 5 |
+
- hls
|
| 6 |
+
- java
|
| 7 |
+
- spring-mvc
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# media-streaming
|
| 11 |
+
|
| 12 |
+
Reference Spring MVC application for token-authenticated HTTP media streaming,
|
| 13 |
+
including HLS (AES-128 encrypted segments) and HTTP range requests.
|
| 14 |
+
|
| 15 |
+
Contains `media-streaming.zip` with the full Maven project (src, pom.xml, docs).
|
| 16 |
+
No credentials included — the HMAC token secret in application.properties is a
|
| 17 |
+
placeholder to be replaced at deploy time.
|