Forums

nginx server

I have my account in python anywhere. which i think is the best django platform. so i have a question by default the server we use as a beginner for django application, is it a nginx server if not , i want to know the server name.

Yes, we use nginx.

Can i use RTMP with my nginx? I have the basic account because i'm developing it right now.

you wouldn't be able to use rtmp from your PythonAnywhere webapps.

Then how can i do it?

to my knowledge you can't. Can you confirm what you mean by rtmp?

I want to use nginx and RTMP SERVER FOR LIVE VIDEO STREAM.

you can't do so on pythonanywhere.

There is no way to do that?

To stream with PA, you would need to find a way to do it over HTTP. I do not know much about doing this, but would something like this interest you? https://blog.miguelgrinberg.com/post/video-streaming-with-flask

If you need to use RTMP for sure, you will need to use a VPS and build an RTMP server using NGINX using the appropriate module. You will have to build nginx, using the steps here: https://obsproject.com/forum/resources/how-to-set-up-your-own-private-rtmp-server-using-nginx.50/

Thanks!

so i can't do RTMP in python anywhere but python anywhere runs our webapps on nginx.! so other guys those who want to use RTMP they can't use pythonanywhere. they have to leave from python anywhere! i don't thik python anywhere wants that.

Using nginx on its own is not enough to support RTMP; there are lots of other things we would need to do in addition. If a lot of people ask for it, then we might support it, but it's worth noting that you're the first person to ask for it since we started 8 years ago.

so if i pay you guys.. for only my account. could you guys do that.

No, doing it for one account would be no less work than doing it for every account.