Linnium
12-31-2008, 06:10 PM
Hello,
Back in the AS2 forum again. This time, I'm dealing with video. I built a MyVideo Class in AS2 (I know, why not do it in AS3? Because they won't let me, the bastards!) and everything it works fine. I'm not sure if you're familiar with Akamai, but we're using the AkamaiConnection Class to stream our FLVs since they are hosting the videos.
Now, they want to have something displaying the fact that the video is buffering before it plays, complete with a percentage of completion. Thnks to some getter functions in the AC Class, I can talk to the instances of the NetStream and NetConnection directly. I've been trying to find properties and/or events that gives me the buffer time versus what is in the buffer.
According to the documentation I've found, I can't get that info from the NetStream unless it's an HTTP stream, and of course, ours is RTMP.
Does anyone know of a way to get this information from an RTMP connection? Thanks!
Back in the AS2 forum again. This time, I'm dealing with video. I built a MyVideo Class in AS2 (I know, why not do it in AS3? Because they won't let me, the bastards!) and everything it works fine. I'm not sure if you're familiar with Akamai, but we're using the AkamaiConnection Class to stream our FLVs since they are hosting the videos.
Now, they want to have something displaying the fact that the video is buffering before it plays, complete with a percentage of completion. Thnks to some getter functions in the AC Class, I can talk to the instances of the NetStream and NetConnection directly. I've been trying to find properties and/or events that gives me the buffer time versus what is in the buffer.
According to the documentation I've found, I can't get that info from the NetStream unless it's an HTTP stream, and of course, ours is RTMP.
Does anyone know of a way to get this information from an RTMP connection? Thanks!