Click here to Skip to main content
16,022,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am working on webinar application and I get stucked at one point,i.e. How to achieve Video streaming in webinar application and I am taking reference of following Link of codeproject
Link:
http://www.codeproject.com/KB/IP/Video_Voice_Conferencing.aspx?display=Print

But, in above link I am not getting continuous streaming at receiver side.
So,please anyone who is able to solve this problem, please reply as soon as possible also if anyone has any other references then please also mention that too in reply.

Thanks.
:confused::confused:
Posted
Updated 28-Oct-10 18:41pm
v2
Comments
JF2015 29-Oct-10 0:41am    
Edited: Improved spelling, added "link" tag.

1 solution

From what I understand, the most basic part will be to provide bidirectional communication accross firewalls with something similar to STUN[^] (which e.g. is done by Skype and Windows Live Messenger). Then, if the communication is set up, you could send your videos in both directions.

Cheers
Uwe
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900