Closed GoogleCodeExporter closed 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
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
Yes, exactly.
Original comment by teodora....@gmail.com
on 11 Apr 2015 at 6:04
Which app are you seeing this problem on, exactly?
Original comment by jonathan...@google.com
on 15 Apr 2015 at 11:27
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
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
Are you still seeing this issue? If so, can you reproduce it and send us the
error logs?
Original comment by jonathan...@google.com
on 19 May 2015 at 10:06
Closing due to a lack of response. If you are still experiencing the issue and
can provide the requested information, we can reopen the ticket.
Original comment by jonathan...@google.com
on 1 Jun 2015 at 7:56
Yes I am still seeing the issue. Could you please let me know how to fetch/get
the receiver logs. Inside the application we do not get any errors while
sending the load media requests.
Original comment by teodora....@gmail.com
on 4 Jun 2015 at 8:38
Please see https://developers.google.com/cast/docs/debugging. Run the app and
debugger, reproduce the issue, then get the logs and post them here (in .txt
format, preferably).
Original comment by jonathan...@google.com
on 4 Jun 2015 at 8:40
Original issue reported on code.google.com by
teodora....@gmail.com
on 10 Apr 2015 at 6:52