Skip to main content
Dhaval__Dotsquares_
Participating Frequently
February 10, 2012
Question

Buffering process bar not working with FMS streaming

  • February 10, 2012
  • 1 reply
  • 818 views

Hi,

I am developing a video player that is almost done, but there is a problem in Bufferbar

I am using a flvplayback for video playing when I use http path for video it show bufferbar working perfectly like below:

Code:

_flvPlayback.source = "http://flash.projectstatus.in/fmsvid/sample.flv";

If I use rtmp path from the fms the bufferbar does not work it shows already full like below:

Code:

_flvPlayback.source = "rtmp://75.126.73.138/vod/flv:sample.flv";

In both case video playing perfectly. Only problem regarding buffering bar.

Plaease help me...

Thanks,

Dhaval

This topic has been closed for replies.

1 reply

Adobe Employee
February 10, 2012

I think this might be expected as in RTMP Streaming no data gets downloaded unlike in http where its progressively downloading the file - may be that's why it shows as full. In rtmp streaming - you can seek anywhere on the progress bar whereas in http i think you would be able to seek only in shaded part.

Dhaval__Dotsquares_
Participating Frequently
February 10, 2012

Hi SE_0208,

Thanks for your reply. but the issue i am facing is that why rtmp streaming does not shows up the buffering in a progressive way as it is happening in http streaming. although, in both, video is playing perfectly which means that data is downloading fine. so, can you please suggest how to show the progressive download with rtmp streaming?

Thanks,

Dhaval