Upload Modules

This commit is contained in:
mxd
2026-05-17 11:34:54 +08:00
commit 9f28fed00a
171 changed files with 53743 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# RTMP tests
nginx.conf is sample config for testing nginx-rtmp.
Please update paths in it before using.
RTMP port: 1935, HTTP port: 8080
* http://localhost:8080/ - play myapp/mystream with JWPlayer
* http://localhost:8080/record.html - capture myapp/mystream from webcam with old JWPlayer
* http://localhost:8080/rtmp-publisher/player.html - play myapp/mystream with the test flash applet
* http://localhost:8080/rtmp-publisher/publisher.html - capture myapp/mystream with the test flash applet