Re: video app
There is no package in the world that will do your work for you.
What are you trying to do. Limit the scope of your question and then ask for help?
Heres some help though.
First, divide up your application into high level segments.
1. Chat Application ( if there is text based chat on top of video )
2. Video Application
Or if you are just talking webcam chat then your not talking about django anymore really.
Lets consider its a webcam chat.
1. Django will serve the views, and create the sockets for chat to occur.
2. Django will manage users. ( You need to create models for this )
3. Django will handle sessions of groups of users chatting )
Now how do you want to handle the webcam chat?
Do you want to?
A. Roll Your own video/audio encoder and your own html5 based player.
B. Use a prebuilt flash library
C. Research possible Javascript implementations that already exist.
D. Something else?
This is a difficult project for someone who has to ask the question ("Is there something that does everything that I want")
On Mon, Jul 8, 2013 at 3:11 PM, Scheck Nyori <schecknyori@gmail.com> wrote:
Hi,Is there any way then i can make a video chat app in django? I searched for this package but culdn't find. Please share your views.Thank you.--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home