Closed
Description
I'm now reading the code, and at the same time studying Google Cast requirements.
One of the requirements - is that the receiver should emit Media Playback Messages using the namespace "urn:x-cast:com.google.cast.media", see https://developers.google.com/cast/docs/reference/messages.
However, in the demo/receiver_app.js I cannot find any mention of that required messaging.
Can you, please, clarify if the demo receiver is "just a non-compliant receiver" or, instead, all Media Playback Messages are emitted by some part of Shaka player which I did not spot yet?