10/6/2010 6:38:09 AM
Title:
live video streaming over website
how to implement live video streaming over a web site ?
please help
10/6/2010 9:27:10 AM
you need a media server for that like , Flash media server, RED5 server or WOWZA. Your broadcasting flash application should connect to media server and send the live stream. The receiver flash application can play the live stream on the website
10/6/2010 12:51:21 PM
and how can i implement live video streaming through
RTMFP(Real Time Media Flow Protocol)??
10/6/2010 9:57:40 PM
To implement live video through RTMFP you need to use the Stratus (Cirrus) service from ADOBE.
Check the following sample application to send a live video with audio
http://labs.adobe.com/technologies/cirrus/samples/
10/7/2010 4:49:07 AM
thnx for ur reply andrid
but i want to implement RTMFP for the purpose of video chatting on a website.
how can it b implemented in awebsite??
10/7/2010 5:18:59 AM
@manish I think the sample by Andrid is for video chatting only. Live video with audio means the same. If video is send from both sides and received from both sides then its a video chatting only.
what do you mean by website ? You put your swf file in html page and upload in your website , but it must use the ADOBE stratus service else RTMFP wont work.
10/10/2010 10:03:39 PM
thnx for ur reply JBrownideo
see the problem is that i have made a webpage in asp.net using "visual studio 2005"
now i want embeded the live stream in that page so that when some on opens that site than he/she can video chat with any random person connected through that website.