winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.72k stars 567 forks source link

能支持把url转为 http://xxx/[id] 形式吗?而不是 ?id=xxx #168

Closed MaJiaXuan closed 4 years ago

MaJiaXuan commented 4 years ago

When you meet a bug, please open the issue including a title prefixed by '[bug]' and describe it as follows: 能支持把url转为 http://xxx/[id] 形式吗?而不是 ?id=xxx

Expected behavior

Actual behavior

Steps to reproduce the behavior

winshining commented 4 years ago
  1. 使用Nginx的rewrite将URL重写为本模块支持的格式。
  2. 修改源代码支持。