Reference Android Sender w/ Framework API: CastVideos-android application shows how to cast videos from an Android device that is fully compliant with the Cast Design Checklist.
I'm using the default receiver, aka. CastMediaControlIntent.DEFAULT_MEDIA_RECEIVER_APPLICATION_ID.
The only I've changed - made TAG_DASH as TARGET_FORMAT.
When I'm selecting to play/cast DASH nothing is happening. Player is trying to play the video, but unsuccessfully also chromecast is trying to start playing and also fails. Am I missing something ?
Default receiver won't work in this case , You have to create your own receiver on Google Cast SDK Developer console.
Also while creating use Custom Receiver.
I'm using the default receiver, aka.
CastMediaControlIntent.DEFAULT_MEDIA_RECEIVER_APPLICATION_ID
.The only I've changed - made
TAG_DASH
asTARGET_FORMAT
.When I'm selecting to play/cast DASH nothing is happening. Player is trying to play the video, but unsuccessfully also chromecast is trying to start playing and also fails. Am I missing something ?