Problem with video chat, please help
Wednesday, September 13th, 2006Hi all,
i got problem with Video chat, which runs on FMS (Flash media server 2). I was googling, searching mail archives, no help. I hope that my blog + MXNA (and other aggregators) will help me again.
Here is situation:
I got FLA of working chat (text, audio, video) between 2 users. Problem is that I do not have main.asc for FMS. Till now, I’ve implemented almost all parts of main.asc. Text messages works, audio works, but not video. Audio and video uses same functions on server and client as well. I’ve traced all on clients and server, and it seems all works correctly =>
publish stream
myVideoOutNetStream = new NetStream(chaterConnection);
cam_ns.setMode(audioVideoSettings.captureWidth, audioVideoSettings.captureHeight, audioVideoSettings.captureFps);
cam_ns.setQuality(audioVideoSettings.bandwidthLimit, audioVideoSettings.frameQuality);
myVideoOutNetStream.attachVideo(cam_ns);
myVideoMC.attachVideo(cam_ns);
myVideoOutNetStream.publish((”_”+myName+”_”+chatToUsername+”_video”)
.toLowerCase());
chaterConnection.call(”streamActions”, null, “video”, true);[/as]
and receiving it on client
userVideoStream = new NetStream(chaterConnection);
userVideoStream.receiveVideo(true);
userVideoStream.play((”_”+chatToUsername+”_”+myName+”_video”).toLowerCase());
debugtrace(”new userVideoStream: “+userVideoStream);
videoMC.attachVideo(userVideoStream);[/as]
so I think only problem can be cause on server side. Must be anything set for video streams? Or if audio streams works, video streams should work as well? I’ve looked at Adobe video conference example, but in FLA i cant find URL for FMS (rtmp), so I cant use it, but in main.as for this example was just 1 line:
load( "components.asc" );
and this line on server side runs this (from Details section for this application)
FCApplication loaded successfully.
Communication Framework loaded successfully.
Base Component loaded successfully.
AudioConference loaded successfully.
AVPresence loaded successfully.
Chat loaded successfully.
ConnectionLight loaded successfully.
Cursor loaded successfully.
PeopleList loaded successfully.
PresentationText loaded successfully.
RoomList loaded successfully.
SetBandwidth loaded successfully.
SimpleConnect loaded successfully.
UserColor loaded successfully.
VideoConference loaded successfully.
Video Playback loaded successfully.
WhiteBoard loaded successfully.
Communication Components loaded successfully.
But it doesn’t help me. I’m completly lost, i can’t find answer, what’s wrong. Please help me, what should I do for running video chat on FMS.
Thanks a lot in advance.
Franto
tagged under:





5 Comments
Administrator
• Visit Site
September 14th, 2006
OK, i got solution
audioVideoSettings was not setted
Steve M
• Visit Site
August 27th, 2007
That’s really a smart and quick sloution for video conferencing, without much efforts and time.
http://www.sony-conferencing.com/
Free Video Conference
• Visit Site
August 14th, 2008
if you’re looking for video conference, check this site out baselux.com.. no hassle
Sony video conferencing systems
• Visit Site
November 17th, 2008
This blog Is very informative , I am really pleased to post my comment on this blog . It helped me with ocean of knowledge so I really belive you will do much better in the future . Good job web master .
video conferencing
• Visit Site
December 8th, 2008
This is the greatest post I have come across so far.I am really pleased to post my comment on this blog .I love your blog by the way, I am gonna have to add you to my list of watched blogs .Thank you for this very useful information. stored it.Thanks again and keep up the good work.
Live Preview
Leave a comment