rzhugging commited on
Commit
2fb3dd7
·
verified ·
1 Parent(s): f157821

Add README

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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.