Skip to main content
May 27, 2015
Question

I have flash media server 4.5 , I want to record a vedio to server when bandwidth is very low.

  • May 27, 2015
  • 1 reply
  • 455 views

I have flash media server 4.5 , I want to record a vedio to server when bandwidth  is very low

below is camera 's setting :

camera.setMode(640,480,24);

camera.setQuality(512000,0);

micro = Microphone.getMicrophone();

when the bandwidth is very low, recorded vedio  playback is not smooth.

@ !

This topic has been closed for replies.

1 reply

June 9, 2015

Just set buffertime for the stream as 120 (2min).

When disconnecting the video check for the bufferlength to come to zero and then close the connection.

Based on the bandwidth set the buffertime. Once it exceeds the limit, it will drop all frames, then video is lost.

Also set the quality to 95, not 0.