S
S
serious9112016-06-13 21:41:38
Mobile development
serious911, 2016-06-13 21:41:38

Video chat development?

Здравствуйте.
Необходимо создать простой видео чат (аудио+видео) на 2 человек. Сейчас смотрю в сторону WebRTC, но непонятно на сколько он сырой (http://iswebrtcreadyyet.com) + нет поддержки всех браузеров. Также в будущем скорее всего будет порт на мобайл (iOS/Android).
Возможно есть какие-нибудь опенсоурс альтернативы, например, на Flash? Что делать в случае если браузер не поддерживает WebRTC? Делать альтернативную версию на Flash? Что используется для видео звонков в том же Вконтакте?
Поделитесь, пожалуйста, опытом создания/библиотеками/примерами и т.п.
Спасибо.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Viktor, 2016-06-14
@awsswa59

https://www.loowid.com/

N
Nikolai Turnaviotov, 2016-06-15
@foxmuldercp

flash is cut out from wherever possible, so it's better to forget about it and use html5 to the maximum. a post about a video chat on js seems to have been recently on Habré

S
strcpy, 2016-06-23
@strcpy

0. right now I’m doing a video chat project, I use webrtc, limited only to chrome
1. webrtc works fine only in chrome
2. they swear on flash, but flash is the most fashionable video delivery technology (except for YouTube), so it won’t be cut out very soon
3. webrtc there are pitfalls: without a STUNT server, it happens that the connection is not established if the network is NAT
4. establishing a connection in some cases takes 20-30 seconds, about 10% of calls from netscan do not go through
5. you can’t fumble a fragment of the screen, only a separate window, and if you fumble tab in chrome, then hellish brakes begin
6. API floats
7. mediastream API is raw, a bug was recently reported in chrome, there is very little documentation, although YouTube works on it
короче технология сырая, чтобы нормально работала, нужны коммерческие костыли (в частности в виде flash), как раз сам подумываю о написании такого костыля: https://github.com/stiv-yakovenko/reliablertc/blob... (пока в виде прототипа)

Александр Таратин, 2016-06-13
@Taraflex

peerjs.com - удобная обертка для WebRTC
https://habrahabr.ru/post/302814/ - если решите WebRTC и Flash стыковать

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question