Skip to main content
4 events
when toggle format what by license comment
Mar 7, 2014 at 9:16 comment added Marc Fallows Sorry if the questions seem repetitive, but can you confirm that there is no way to take advantage of the MediaManager in the receiver and getting a hold of the media session in the sender if loading the media from the receiver? I am looking for something like chrome.cast.Session.loadMedia() but initated from the receiver.
Mar 6, 2014 at 17:27 comment added Ali Naddaf You can have the receiver load a media or do anything else that you want in your custom receiver but then the MediaManager is bypassed and you need to do the work of informing/updating connected senders in your own receiver. MediaManager is built to receiver media control messages from senders and handle those and provide feedback to senders when appropriate; if you want to have a different flow, you need to build something that fits your own use case.
Mar 6, 2014 at 16:40 comment added Marc Fallows So all media has to be loaded by a sender? That seems like a major limitation. Isn't there a way to load media from the receiver that a sender gets updates on? Wouldn't that be the same mechanism as a sender getting updates from media loaded by a different sender?
Mar 6, 2014 at 15:30 history answered Ali Naddaf CC BY-SA 3.0