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.