oralodabas / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Fast scrolling through photos makes Chromecast to remain behind in photo displaying #560

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect app to a Chromecast device.
2. Enter in Photos screen and tap a photo (photo gets displayed in app and on 
Chromecast device as well).
3. Fast scrool 6-7 photos inside the app.

What is the expected output? What do you see instead?
Same photo as in app should appear on Chromecast device as well. Instead 
Chromecast remains with 1-2 photos behind the one displayed in app.

What version of the product are you using? On what operating system?
Chromecast SDK 2.5.2.0, iOS 8.3

Please let me know if any additional details are required.

Note: I was not able to test the same scenario using Chromecast SDK 2.6.0 
because I get compile error due to some objective C++ code that I have in the 
project 
(http://stackoverflow.com/questions/29429836/google-cast-2-6-0-errors-when-build
ing-ios-project/29476268?noredirect=1#comment47192212_29476268).

Original issue reported on code.google.com by teodora....@gmail.com on 10 Apr 2015 at 6:52

GoogleCodeExporter commented 9 years ago
Forgot to mention that the: 
- (BOOL)loadMedia:(NSURL *)url
     thumbnailURL:(NSURL *)thumbnailURL
            title:(NSString *)title
         subtitle:(NSString *)subtitle
         mimeType:(NSString *)mimeType
        startTime:(NSTimeInterval)startTime
         autoPlay:(BOOL)autoPlay
returns YES for all items when fast scrolling, even tough some of them do not 
end up appearing on Chromecast.

Original comment by teodora....@gmail.com on 10 Apr 2015 at 6:54

GoogleCodeExporter commented 9 years ago
To clarify, is the issue that multiple quick loadMedia calls are not working as 
expected. E.g. you do:

loadMedia 1
loadMedia 2
loadMedia 3 

Your expected result is that (after time has passed for the loading) media 3 is 
display, but you see media 1?

Original comment by ianbar...@google.com on 10 Apr 2015 at 10:57

GoogleCodeExporter commented 9 years ago
Yes, exactly.

Original comment by teodora....@gmail.com on 11 Apr 2015 at 6:04

GoogleCodeExporter commented 9 years ago
Which app are you seeing this problem on, exactly?

Original comment by jonathan...@google.com on 15 Apr 2015 at 11:27

GoogleCodeExporter commented 9 years ago
The app is available at: 
https://itunes.apple.com/ro/app/seagate-media/id431912202?mt=8 

Please let me know if additional details are required.

Original comment by teodora....@gmail.com on 20 Apr 2015 at 7:58

GoogleCodeExporter commented 9 years ago
We'll look into it. Can you reproduce the issue and send us the receiver logs?

Original comment by jonathan...@google.com on 29 Apr 2015 at 8:46