uizaio / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
20 stars 6 forks source link

How to deal with URL Encoded stream names? #25

Open briankwest opened 4 years ago

briankwest commented 4 years ago

Right now if we broadcast to this module with a name that contains URL encoded elements, example TEST%20STREAM, which will result in just TEST being broadcast, how do you properly escape or quote those in the config?