Ticket #820 (closed bug: fixed)
Some issues in RTMP dynamic streaming
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 5.2 | |
| Component: | Keywords: | ||
| Cc: | pablo | Forum thread: |
Description
Two issues related to dynamic streaming:
- Switches are currently issued every time the stream to switch to is not the current stream. That should not be the case: switches should only be issued when there is no transition in progress. Otherwise, transition switches will be queued up (instead of overwritten!) and the stream endlessly continues switching.
- Our bandwidth checker includes a small smoothing function that causes switches to occur very late. Since the NetStream.info.maxBytesPerSecond already smoothes out (more than we want!), we should remove our own smoothing.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed this in [915]:
Also make two additional fixes: