F
F
FTM2010-09-17 08:05:26
C++ / C#
FTM, 2010-09-17 08:05:26

Streaming video and audio over a network?

There was a need to write, do not laugh, an analogue of Skype. Those. add to an existing project (secure chat written in c++) the ability to communicate in video mode. Tell me where and what to read about the transmission of video and audio information over the network. Maybe there are sources somewhere? I will be glad for any information. Thank you.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Eugene, 2011-07-05
@csfmeridian

I recommend a bunch of Xmpp + SIP.
From what to read:
xmpp.org/extensions/xep-0166.html
xmpp.org/extensions/xep-0167.html
xmpp.org/extensions/xep-0176.html
xmpp.org/extensions/xep-0177.html
Chapter 9 of XMPP: The Definitive Guide.
As well as books:
Internet Multimedia Communications Using SIP: A Modern Approach Including Java Practice.
SIP: Understanding the Session Initiation Protocol, Second Edition.
Smack library for working with XMPP in Java.
www.igniterealtime.org/projects/smack/
It implements the necessary functionality for working with audio. I don't know about video.

S
silvansky, 2011-07-05
@silvansky

en.wikipedia.org/wiki/SIP

I
iscsi, 2010-09-17
@iscsi

xmpp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question