googlecast / CastVideos-android

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.
Apache License 2.0
345 stars 183 forks source link

Dash is not playing and not casting #122

Open yandroidUA opened 2 years ago

yandroidUA commented 2 years ago

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 ?

vpunjabi commented 2 years ago

We are looking into this.

abhayJangde92 commented 1 year ago

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.