You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: