Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adobe media server 5.0

Explorer ,
Aug 19, 2013 Aug 19, 2013

Hi,

Where i can check adobe media server 5.0 trial configurations.

It is giving very poor quiality in live streaming at my local pc. Need to check if it is configuration problem..

Thanks

TOPICS
ActionScript
879
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 20, 2013 Aug 20, 2013

Chances are you're not running a Server-OS or even meeting the minimum requirements. Check here:

http://helpx.adobe.com/adobe-media-server/kb/system-requirements-flash-media-server.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 22, 2013 Aug 22, 2013

I am using core i3 processor with window 7 also upgraded the ram to 4 mb, but still the quality of output is poor.

cam quality is as below

cam.setQuality(2000,60);
cam.setMode(512,384,60,false);

AMS CPU usage is showing 1~2 % in the admin console..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 22, 2013 Aug 22, 2013

It's probably less to do with GPU. While the video size is fairly small you're actually asking for 60fps video. You're giving 1 second 2000kbit and want it compressed down to 60 quality (fair to poor, more importantly, expensive to compress). Compressing 60 frames that fast stresses your camera.

For each frame you're giving the video 33kb to display. Setting quality and bandwidth higher (say double that) for 60FPS might be necessary to reduce the systems need to compress.

Honestly I think you should simply reduce your framerate to something a bit more standard at the same other settings, such as 30fps or 24fps. But it depends on what the videos purpose is.

Lastly while FMS trial works fine on my Win7 install I'm pretty over-jacked on hardware. I also have cameras that internally encode themselves offloading that chore from the CPU. I can stream up to 1280x720 @ 60FPS but I need to crank up the bandwidth to about 12000 and keep quality above 70 or even I start seeing some serious bog, and my usage is ~1%. This just means my camera is innundated. I change it to 30fps/5000kbit 1280x720 70Q, it's smooth as glass.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 22, 2013 Aug 22, 2013

Thanks for your help. It is working better now but still a little blur.

Now I am using

cam.setQuality(6250,0);

cam.setMode(1280,720,30,false);

here if i increase second parameter of set quality even 0.5 the video start pausing.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 23, 2013 Aug 23, 2013
LATEST

The setting is way too high for just 720p 30fps video. You should see extremely good video at 4000, way higher than a streaming chat would deliver. Try to reduce to 24fps (15fps is normal chat) and 1500-2000 transfer rate. Remember it's spatinal compressed so only things that change frame to frame require any bandwidth.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines