如何使用 django 制作音频共享或流媒体网站,如 sportify 和 SoundCloud

How to make an audio sharing or streaming site like sportify and SoundCloud with django

I am working on making an audio streaming or sharing site like Soundcloud and sportify using django where users can login create account upload audio files share the audio files ...

我的问题是如何处理音频文件...

谢谢

  • 问)我是否将音频文件托管在单独的服务器中

  • A) 我认为这取决于服务器的大小。如果它对 spotify 来说足够大,它应该有多个服务器来存储许多音频文件。

  • Q) 或使用其中一个云服务器...如果这想知道哪个服务器

  • A) 你可以用云服务器,但我想它更贵。如果费用高,可以用云服务器,很方便。

你想为这个项目使用 DRF 吗?我不知道你为什么要用 django 制作流媒体网站。我喜欢 django,但我认为这对你的目的来说并不是那么有利可图。