1

I am developing an Android app within which I am trying to setup the Google cast framework and trying to play remote live streams on a chromecast device from my app.

Now, when the devices are connected and when I try to cast on my TV screen with RemoteMediaPlayer from CAF as described here - https://developers.google.com/cast/docs/android_sender/integrate

it does cast the media on to my TV but it has a big huge watermark on screen written as SAMPLE.

Can anybody please suggest as to how to remove this sample written all over my casted screen ? and why am I even seeing this watermark in the first place? is this because the app is in development mode or using an invalid receiver app id or something ?

Please let me know if I can provide any more info that can help identify / fix the issue.

Harshit Laddha
  • 2,044
  • 8
  • 34
  • 64

1 Answers1

1

You have to change your app_id to CC1AD845.

Source

Using this id should remove SAMPLE watermark

Since this constant might change you can also use CastMediaControlIntent.DEFAULT_MEDIA_RECEIVER_APPLICATION_ID

May Rest in Peace
  • 2,070
  • 2
  • 20
  • 34