Skip to main content
Participating Frequently
February 22, 2012
Question

Receiving a stream published with H.264 settings

  • February 22, 2012
  • 1 reply
  • 1037 views

I publish the video stream with H.264 settings to fms 3.5 as recorded and at the receiver's end play it as live. The problem is that at the receiver's end stream is played from the last 4-5 seconds. I want it to play from the current position of the live stream.

Any Help please???

netstrm = new NetStream(nc);

netstrm.play("mp4:"+instanceName+".f4v", -1);

h264Settings= new H264VideoStreamSettings();

h264Settings.setProfileLevel(H264Profile.BASELINE, H264Level.LEVEL_1_1);

nsPublish.videoStreamSettings = h264Settings;

nsPublish.publish("mp4:"+instanceName+".f4v","record");  

This topic has been closed for replies.

1 reply

Adobe Employee
February 22, 2012

Are you saying there is delay of 4-5 seconds? What is the buffertime which you have set at client end?

Geetika_sAuthor
Participating Frequently
February 23, 2012

No. There is no delay, I mean the stream does not play from current position(like it should as it is live). It plays from the last 4-5 seconds every time. Between, I have not specifired the buffertime

Known Participant
February 23, 2012

Hi  SE_0208

I have same problem.

buffertime property is not supported with H264 encoded video.

Thanks