Ticket #566 (closed bug: worksforme)
Some livestream tweaks
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Milestone: | Flash 4.6 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
Thanks for the update. The demo looks good but we still have some issues. I've looked at the play/stop problem, and what's causing it is stop() being called on the player everytime right before the call to play(). I will look into fixing that bug on our side. Is there a reason for this additional call to stop() ?
One other thing is the format of the file config parameter. We would like to have it be just the name of the channel, that is 'channelname' instead of ' http://www.livestream.com/channelname'. Could you change the LivestreamModel to reflect that ?
We have an aspect ratio issue with widescreen channels, which can be seen when playing the channel 'proshowcase' on a 500x300 player. The video is not scaled right and is too small. I will look into that issue more tomorrow.
One more minor thing: when the player is muted, the mute state is saved but not reflected upon restart of the player. On the next startup the mute button shows the player as muted but sound is playing. Could you look into that one ?

The volume and file config fixes are in there. I also removed the duplicate stop(), which fixes the stopping issue.
Only thing left seems to be the non 4:3 aspectratio. Perhaps there's some black canvas around the video object that makes the entire livestream player still 4:3?