You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled with cordova , and my app has JWPlayer in it .
The player has chromecast support.
When trying to cast from it through the extension i get :
1.) on the first try
initialize origin_scoped 3DAE6C71 3DAE6C71
tracker.js:10 lastAppId 3DAE6C71
tracker.js:10 Attempting to join route Chromecast5980
tracker.js:10 sessionJoinAttempt error Status{statusCode=unknown status code: 2005, resolution=null}
then it keeps throwing the error
tracker.js:10 Attempting to join route Chromecast5980
tracker.js:10 sessionJoinAttempt error Status{statusCode="unknown status" code: 2005, resolution=null}
when clicking a second time the app crashes.
What can cause that ?
everything is compiled with SDK21 (including all the libraries)
I ran ant clean+debug build on all the libraries
Currently testing on Nexus4/Android5.0.1
The text was updated successfully, but these errors were encountered:
I compiled with cordova , and my app has JWPlayer in it .
The player has chromecast support.
When trying to cast from it through the extension i get :
1.) on the first try
initialize origin_scoped 3DAE6C71 3DAE6C71
tracker.js:10 lastAppId 3DAE6C71
tracker.js:10 Attempting to join route Chromecast5980
tracker.js:10 sessionJoinAttempt error Status{statusCode=unknown status code: 2005, resolution=null}
then it keeps throwing the error
tracker.js:10 Attempting to join route Chromecast5980
tracker.js:10 sessionJoinAttempt error Status{statusCode="unknown status" code: 2005, resolution=null}
when clicking a second time the app crashes.
What can cause that ?
everything is compiled with SDK21 (including all the libraries)
I ran ant clean+debug build on all the libraries
Currently testing on Nexus4/Android5.0.1
The text was updated successfully, but these errors were encountered: