简体   繁体   中英

How do I go about streaming an audio file in Django?

I am trying to get Django to stream audio files over the internet from a given link. How can I accomplish that?

You should'n serve static content using Django, use a server like Nginx or Apache instead.

Or also some cloud service like Amazon S3 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM