sergey-dryabzhinsky / nginx-rtmp-module

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

URL arguments size getting clipped #333

Open swarup-e opened 3 years ago

swarup-e commented 3 years ago

I am passing token for authentication in the URL parameter. It is a JWT token and it is >1000 bytes. But when I checked in access logs it is getting clipped to 512 bytes. And when I pass to http server via on_play notify get method. It is again same 512 bytes data.

sergey-dryabzhinsky commented 2 years ago

May be better solution will be sending authorization header with that JWT.

For now it may be achieved via notify-proxy, like: