Hi recently i watched this tutorial
https://www.nginx.com/blog/video-streaming-for-remote-learning-with-nginx/
and now i want to integrate Django and nginx rtmp server to check whether
user is authenticated or not before starting stream and each time sending
video response
Hello!
On Wed, Dec 09, 2020 at 11:34:38PM +0200, Nikolaos Milas wrote:
> Hello,
>
> On a Centos 7 with nginx-1.18.0 I have configured two vhosts, as follows:
>
> First one:
>
> server {
>
> listen [::]:80 ipv6only=off;
>
> listen 443 ssl http2 default deferred;
> listen