Try googling "django audio streaming".

Django doesn't have a native audio data type but it does have a FileField which 
let's you get started.

I'm not an expert but I think FileField plus HTML5 is probably what you really 
want. 

I found a great deal of help on the html side of things in the Mozilla 
Developer network website when I recently got some video streaming happening. I 
looked for webm format and seem to remember audio being mentioned at the same 
time. 

Good luck

Mike

Connected by Motorola

ade desmond <adedesmo...@gmail.com> wrote:

>How do i handle audio streaming with python and django any  libraries or 
>related tutorials will be greatly appreciated 
>
>-- 
>You received this message because you are subscribed to the Google Groups 
>"Django users" group.
>To unsubscribe from this group and stop receiving emails from it, send an 
>email to django-users+unsubscr...@googlegroups.com.
>To post to this group, send email to django-users@googlegroups.com.
>Visit this group at https://groups.google.com/group/django-users.
>To view this discussion on the web visit 
>https://groups.google.com/d/msgid/django-users/da159271-c407-4820-9e75-39877103a824%40googlegroups.com.
>For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/09iybxp8mkbnkko1s63wy22i.1527380021111%40email.android.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to