R
R
razoronline2015-01-17 22:22:02
P2P
razoronline, 2015-01-17 22:22:02

How to improve the quality of p2p video stream using Adobe stratus/cirrus or buy FMS?

Hello everyone,
I'm developing a p2p tête-à-tête video chat application using the Free rtmfp server from Adobe aka stratus/cirrus. The quality of the video is like on nokia 10 years ago (poor to say the least). Question:
1. Is it possible to somehow improve the quality of video and audio, leaving the same cirrus
2. If not, which one should I buy "LifeCycle" or "Flash Media Server (or as it is now called: Adobe Media Server)". It is IMPORTANT that the video is p2p not through the server, given that users can be from +1000 +10 000
Dear pros, I hope for your help

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Cable7, 2015-03-03
@Kable7

Hey!
The quality of the video is independent of cirrus, as it only links two "streams". Do not confuse Real-Time Media Flow Protocol (RTMFP) with Real-Time Messaging Protocol (RTMP) . In RTMFP, data is transferred between clients directly, without a server. Video quality will depend on the webcam, channel width, and camera settings in your application. Try this option:

private var cam:Camera = Camera.getCamera();
cam.setMode(300, 300, 20);
cam.setQuality(0,100);

Here is an example with such parameters pictoschat.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question