X
X
xSkyFoXx2013-02-07 12:02:32
Django
xSkyFoXx, 2013-02-07 12:02:32

Video streaming control?

I want to add video chat functionality between two users to my django site. Do not tell me where to dig?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Borisovich, 2013-02-07
@Alexufo

gstreamer
A lot of work has been done on this. Must be able to do everything. At least they used it and there was a video chat on it and it was possible to save the video.

I
IamG, 2013-11-15
@IamG

first you need to make a plug: do you want to let all the video traffic through yourself (with all the minuses and pluses) or do you want p2p communication. Then choose who will have access to the video chat: a) "only for those who have flash" (I think we should stop here :-) ) b) "Chrome owners" c) "Ios & Android"

the simplest combination (and what I did): p2p for flash (the technology on which the chatroulette flew). Lots of stuff and examples.

the most "geeky", probably p2p for Chrome (using WebRTC technology)

if you still decide to let traffic through yourself, then there is probably some kind of wowza /erlyvideo/moment server. openmeeting is possible. I didn't have any experience here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question