illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.9k stars 1.51k forks source link

Trailing slash problem #519

Closed leobgm closed 2 years ago

leobgm commented 2 years ago

This works:

rtmp://183.135.12.96:1935/live/test?username=mike

This does not work:

rtmp://183.135.12.96:1935/live/test?username=mike/

If a trailing slash is added to the end of the url, the system gets wrong information about the url. It must be ommited while there's nothing after the last slash.

Unfortunately seems like this repo is abandoned.