-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Chromecast support broken in v2.0.5, working in v2.0.2 #675
Comments
Hello again, i just downgraded shaka-script in sender & receiver app to V 2.0.2 and now i get no error anymore. I saw method 'getPlayheadTimeAsDate' is not in PlayerGetterMethods Array: A workaround may be:
|
Thank you for checking older versions and for reporting this issue. We should be able to get it fixed in our next release. |
Issue #675 Change-Id: I0fe18ea28571ad2dd6c92587e5df345c80b223c6
Issue #675 Change-Id: I0fe18ea28571ad2dd6c92587e5df345c80b223c6
In v2.0.3, we broke the cast proxy by adding getPlayheadTimeAsDate, which was never added to the v2.0.x branch. (It will be released in v2.1.0.) Closes #675
Thanks again for the report. This was broken in v2.0.3 and will be fixed in v2.0.6. |
Hi all,
i get an error in my custom receiver app. Maybe its a faulty configuration in Google Cast SDK Developer Console. So I receive no messages from custom receiver app to sender app.
What version of Shaka Player are you using?
2.0.5
Are you using the demo app or your own custom app?
Demo app adapted to own player. (Receiver-App / Shakaplayer)
If custom app, can you reproduce the issue using our demo app?
Yes, I registred a receiver-app with source from: 'https://shaka-player-demo.appspot.com/demo/receiver_app.html'.
So i can debugging this application.
What browser and OS are you using?
Mac 10.11.6 / Chromecast Firmware: 1.22.78337 / Google Chrome Version 56.0.2924.87
What did you do?
What did you expect to happen?
Sender App (Google Chrome Browser) should show video information from receiver-app like currentTime, duration and i want to interact my video over sender app/browser over seekbar.
What actually happened?
I don't get information about duration, currentTime from receiver-app to sender-app. So i cant control video on Chromecast except volume. I debugged receiver-app and get this error:
Compiled version:
Exception: TypeError: this.a[b] is not a function at B.
b: "getPlayheadTimeAsDate"
Source of error: https://github.com/google/shaka-player/blob/master/lib/cast/cast_receiver.js#L328
I think the events don't fire because of this error. (https://github.com/google/shaka-player/blob/87c7d5d6651fe4f6f03de84d77c920e91c34a107/lib/cast/cast_utils.js#L111)
Why can i interactive with the Shaka Demo receiver app (Id:658CCD53)? Maybe hosted URL isn't 'http://shaka-player-demo.appspot.com/demo/receiver_app.html'... I don't get it.
I hope someone can help me.
Best regards,
molethiaz
The text was updated successfully, but these errors were encountered: