Closed 0xARROWK closed 3 years ago
You can find it on line 1054 in ngx_rtmp_notify_module.c. By the way, log level on line 1071 should be NGX_LOG_ERR.
You advise me to make this error no longer appear in the logs by modifying the file if I understand correctly ?
I just wanted to fix this error in a normal way, because if it appears, there's a reason, isn't there ? Unless it's not an error but only an information ?
You are right. It's not an error.
Oh okay thanks.
So I have to change what to remove this info from the logs ?
Change NGX_LOG_ERR to NGX_LOG_INFO or NGX_LOG_DEBUG_RTMP.
HI !
I want to change the name of my stream by doing a redirection to my stream server with php, like this :
However, when the redirection is done, I get this as an error :
The redirection works, because i can play the stream provided by the stream server, but i want to fix this error on the logs. Please, anyone can help me ? Thank you in advance !
Regards, Mateo