昨天查了下red5下netstream.byteslodaed,netstream.bytestotal為0的原因,下面是其中一段.
Why NetStream.liveDelay and NetStream.bytesLoaded aways is 0??
Not sure about liveDelay, but bytesLoaded and bytesTotal are only used with progressive streaming (ns = new NetStream(null) and will always be 0 when you use RTMP. With streaming you're never caching/loading bytes like you're doing with progressive.
posted on 2009-08-07 12:48
小果子 閱讀(392)
評論(0) 編輯 收藏 引用 所屬分類:
學習筆記