Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows, media plugin 1.0.0
Description
Currently, media status is changed to MEDIA_RUNNING right when we send a "play" command to Audio. It then initializes, downloads the file and only then starts playing.
It should be changed to set MEDIA_RUNNING state only when actual playback starts by subscribing to corresponding Audio event.