Chromecast sample sender application CastHelloText-chrome ends with error when trying to get session
问题 I have problem with launching Google-Cast application similar to sample CastHelloText-chrome . I slightly modified example code for my specific purposes. The goal for creating this application is to send and show image data directly in Chromecast device . Particularly the difference between official sample and my code is in message format and its content, sent by sender application. Sender application took png image coded by base64 and send through message bus with custom namespace. Receiver