Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to replay video on youtube website #13

Open
GoogleCodeExporter opened this issue May 6, 2015 · 0 comments
Open

Unable to replay video on youtube website #13

GoogleCodeExporter opened this issue May 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link
Contributor

What steps will reproduce the problem?
1. Launch Browser > Goto www.youtube.com
2. Select video from the list > Play the video
3. While video is playing > press back key
4. Select the same video > play the video > Observe 
-> Play softkey is not responding

What is the expected output? What do you see instead?
Able to replay video

What version of the product are you using? On what operating system?
Android 4.0.4

Please provide any additional information below.
When we tap on the Video area in youtube, the Java Player needs to be created. 
This creation is done in the process of recalcStyle() initiated from 
cument::updateStyleForAllDocuments().

After this when the play event is reached to MediaPlayerPrivateAndroid.cpp, it 
starts playing the Java Player.

In the problem case mentioned in the issue, 
Document::updateStyleForAllDocuments() is not being initiated from JavaScript. 
Hence, the Java Player for that particular video is not being created. As a 
result of this when the play event reaches to MediaPlayerPrivateAndroid.cpp, it 
can't play the Java Player.

This issue is observed in Galaxy nexus. Hence, it seems an ICS common issue


Original issue reported on code.google.com by jihye052...@gmail.com on 8 Aug 2012 at 1:07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant