-
Notifications
You must be signed in to change notification settings - Fork 0
8000 Cast video api31 #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: special
Are you sure you want to change the base?
Cast video api31 #201
Conversation
@tripplehay Currently there are two open issues
|
player.prepare(mediaSource); | ||
// | ||
MediaItem mediaItemX = new MediaItem.Builder() | ||
.setUri("https://storage.googleapis.com/wvmedia/clear/h264/tears/tears.mpd") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tripplehay
This sample url works, but the ownCloud files run into 401
8000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was only able to test cast on a real device |
2a8e1c0
to
c467d4a
Compare
557a235
to
fdf42bb
Compare
dee7f15
to
5e76058
Compare
ab2e15b
to
4f0733d
Compare
367e3d2
to
1180d1f
Compare
4644bdb
to
a558d15
Compare
6e62f84
to
8763ef1
Compare
0723112
to
88de890
Compare
f1fa72c
to
9ea4841
Compare
dae64b8
to
7b77760
Compare
It's inspired by https://github.com/google/ExoPlayer/blob/release-v2/demos/cast/src/main/java/com/google/android/exoplayer2/castdemo/MainActivity.java and it's based on several other changes, like api31....