Auth not working with HTTP
Remote machine authentication is working fine with RTMP but its not working with HTTP, I dont know why?? I set these settings in app.js file. auth: { play: true, publish: true, secret: 'nodemedia2017privatekey' }, anyone please help
Access requests from the local network are always allowed.
I am not using local machine, my application is deployed in remote machine.
Authentication with RTMP protocol is working fine in remote machine but not with HTTP protocol.
HTTP-FLV,HLS,DASH,MP4-VOD ,They're all over HTTP. However, only http-flv provides authentication currently.
Nice, its working fine http-flv. thanks
Hi @fazila-mehtab , how did you solve this? I'm facing #571 this issue. I'm trying to play stream with http-flv (http://localhost:8000/live/stream.flv?sign= token) but still can't access. However, can access with rtmp.