javier3407 / apple-http-osmf

Automatically exported from code.google.com/p/apple-http-osmf
0 stars 0 forks source link

Playback error of Media player #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build AppleStreamingInOSMF.mxml example
2. Add MEDIA_PLAYER_STATE_CHANGE listener to mediaPlayer object

What is the expected output? What do you see instead?
Video and audio should play.

What version of the product are you using? On what operating system?
Using OSMF 2.0 release built from source.
Flex 4.6, with Flash Builder 4.6
WINDOWS XP
Firefox 17.0.1

Please provide any additional information below.
Neither video nor audio starts and trace shows playBackError state of media 
player

Original issue reported on code.google.com by sunnycha...@gmail.com on 9 Jan 2013 at 7:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Update: Above mentioned issue is on my iPad. Please ignore the above mentioned 
OS and browser versions. 
Current Version: iPad3
When I found that video or audio is not playing using this code, I add 
MEDIA_PLAYER_STATE_CHANGE listener to mediaPlayer object. The trace inside this 
listener displaying following states in the same sequence I am writing:
loading
ready
buffering
playbackError

Original comment by sunnycha...@gmail.com on 9 Jan 2013 at 11:01