Тёмный

Building feature-rich media apps with ExoPlayer (Google I/O '18) 

Android Developers
Подписаться 1,3 млн
Просмотров 53 тыс.
50% 1

Опубликовано:

 

15 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@Igalsr
@Igalsr 4 года назад
Is there an updated tutorial for implementing the audio player with notification? many of the methods are deprecated
@chandankumar-ni1df
@chandankumar-ni1df 3 года назад
correctly asked......Even i m looking for updated code.... the class itself has depricated
@gofudgeyourselves9024
@gofudgeyourselves9024 6 лет назад
such an underrated feature
@gurbanigyan
@gurbanigyan 4 года назад
Sample github.com/google/ExoPlayer/tree/io18/audio-app/src/main/java/com/google/android/exoplayer/audiodemo
@aham3687
@aham3687 5 лет назад
I love you guys. The best thing I like is playing video to audio.
@WanSyazlina
@WanSyazlina 4 года назад
This video has some deprecated code when i try to use with the recent version of Exoplayer (release version 2.11.7) . What should i do as i cant run it as it cannot detect the class, ProgressiveDownloadAction and some other Exoplayer classes too. I want to use the recent release version.
@MadForCs16
@MadForCs16 5 лет назад
exo player lib -> one-stop solution to media player issues.
@witoldsienski1709
@witoldsienski1709 6 лет назад
Thanks for example :) Offline playing and backround looks great.
@chemicalsurrealist
@chemicalsurrealist 5 лет назад
How to add Download offline functionality in app ? For video app like youtube have.... Like it converts video into exo chunks. I need help.
@ciarz3r
@ciarz3r 4 года назад
Where is the full code for all this session? At 19:37 he says "we see here the information which comes from our adapter". They have not shown this adapter class, only the activity and the service classes.
@donturner1928
@donturner1928 4 года назад
A good example of how ExoPlayer can be integrated into a larger media player app is UAMP: github.com/android/uamp
@jayshah5904
@jayshah5904 5 лет назад
How to create samples (Video time: 6:58) Please Help
@sandhyarathi205
@sandhyarathi205 6 лет назад
How to create SAMPLES?? PLEASE HELP
@minaesmailzadehnojookambar3051
Hi, you can find the Samples Java class on this page github.com/google/Exoplayer/tree/io18
@ahmedhesham2852
@ahmedhesham2852 5 лет назад
Samples is a data class which contains variable named MP4_URI You can use any direct URL and parse it to uri
@mohamedsalama2743
@mohamedsalama2743 5 лет назад
i don't really get it when i should create a custom class for mediaSessionCompat and all the other main components like you did in the universalm music player app and when i should just use a simple instance of the mediaSessionCompat like you did here
@harshbarnwal1879
@harshbarnwal1879 4 года назад
awesome library 🔥
@hayksakulyan
@hayksakulyan 5 лет назад
Please Help me ! I haven't method Samples.MP4_URI method, what should i do ? new ExtractorMediaSource.Factory(dataSourceFactory).createMediaSource(Sample.)
@thomasgeorge4578
@thomasgeorge4578 4 года назад
Awesome feature 😍
@AquariumLiveFish
@AquariumLiveFish 5 лет назад
they missed implementation 'com.google.android.exoplayer:extension-mediasession:2.X.X'
@siddharthsingh5102
@siddharthsingh5102 4 года назад
Awesome player
@ummerakbar6077
@ummerakbar6077 6 лет назад
Hi when I click previous button it is not changing video but resets video position to zero.On double click it works. But want to play previous video on one click
@chessrajat
@chessrajat 6 лет назад
How can i select songs in listview with this
@JaiPrakash-gf5bk
@JaiPrakash-gf5bk 5 лет назад
i am trying to play ads using Exoplayer ima 2.8.3 but my player get stuck when its reach to the yellow ad point is there any solution for this.
@MuhammadAli-pj4xj
@MuhammadAli-pj4xj 6 лет назад
i am not familiar with PLAYBACK_CHANNEL_ID,and name .IS there is anyone to help me with this stuff
@andrewlewis9702
@andrewlewis9702 6 лет назад
It's an identifier for the playback notification channel defined here: github.com/google/ExoPlayer/blob/io18/audio-app/src/main/java/com/google/android/exoplayer/audiodemo/C.java. See also developer.android.com/training/notify-user/channels.
@FlakronSaidi
@FlakronSaidi 3 года назад
Is there any tutorial how to build ffmpeg and flac in exo ?
@Hamza-ny7rx
@Hamza-ny7rx 6 лет назад
man i speed last 2 days for downlaoing code why i have not watch this video before so i can use exo lib to downlaod
@aben8763
@aben8763 4 года назад
I cannot import PLAYBACK_CHANNEL_ID
@cricket_with_piyush9335
@cricket_with_piyush9335 4 года назад
How I can use Dash media streaming in exoplayer
@abdonasr1222
@abdonasr1222 4 года назад
Awesome!!
@gofudgeyourselves9024
@gofudgeyourselves9024 6 лет назад
How to increase brightness of exoplayer, without increasing brightness of the system?
@raslmenea9925
@raslmenea9925 3 года назад
Good
@FirdausHSalim
@FirdausHSalim 4 года назад
i have successfully followed the tutorial but am getting one error in the ExtractorMediaSource. (Samples.MP4) gives me an error. kindly help
@ervinkahorere849
@ervinkahorere849 4 года назад
Hi, you can find the Samples Java class on this page github.com/google/Exoplayer/tree/io18
@anshsachdeva3476
@anshsachdeva3476 5 лет назад
can we get the slide and code links?
@oliver_lauritsen_oa
@oliver_lauritsen_oa 6 лет назад
How to change the order of the actions and add new actions and change icons of the playernotificationmanager
@andrewlewis9702
@andrewlewis9702 6 лет назад
You can pass a custom action receiver to the PlayerNotificationManager constructor: github.com/google/ExoPlayer/blob/ed18be4/library/ui/src/main/java/com/google/android/exoplayer2/ui/PlayerNotificationManager.java#L359
@shreyanshsethia2400
@shreyanshsethia2400 6 лет назад
How to create Samples?
@reshnas
@reshnas 4 года назад
how to implement in xamarin android
@ninjaminja4208
@ninjaminja4208 4 года назад
where is the github link??
@aashishtiwari297
@aashishtiwari297 5 лет назад
How to play hls master playlist in exoplayer
@rajeshphaco3625
@rajeshphaco3625 4 года назад
How to set the folder view in video player. Like mx player
@cricket_with_piyush9335
@cricket_with_piyush9335 4 года назад
You know how to stream with dash media source in android. I was found some Available documentation on Google throws an exception.
@hadireg
@hadireg 3 года назад
👍👍
@voidpointer398
@voidpointer398 3 года назад
12:10
@freemov2101
@freemov2101 6 лет назад
Exo player # pip Low adoption of PIP...
@elisabeteferreira4482
@elisabeteferreira4482 3 года назад
A9
@juanmanuelduran2912
@juanmanuelduran2912 3 года назад
the technology is a pooop
@ibrahimalshaikhli6616
@ibrahimalshaikhli6616 6 лет назад
this should have been in kotlin
@187fsfjhskjsfksfghsk7
@187fsfjhskjsfksfghsk7 4 года назад
ExoPlayer is useless when you want to use it for displaying videos in a RecyclerView.
@oscarportorreal
@oscarportorreal 6 лет назад
How to create SAMPLES?
@FirdausHSalim
@FirdausHSalim 4 года назад
i have a similar problem. but i guess you should create a Samples folder in res folder and paste your videos there
@FirdausHSalim
@FirdausHSalim 4 года назад
oh no my description was wrong. create another class in the java folder and paste your source uri there
@mrunalmahakala226
@mrunalmahakala226 4 года назад
@@FirdausHSalim we can directly paste the source uri in code itself.
@mrunalmahakala226
@mrunalmahakala226 4 года назад
but it isnt working.
Далее
Какой звук фальшивый?
00:32
Просмотров 184 тыс.
Playing Video in a RecyclerView with ExoPlayer
48:02
Просмотров 66 тыс.
Drawn out: How Android renders (Google I/O '18)
36:03
Understanding Android memory usage (Google I/O '18)
39:05
The perfect imperfection of Google's Material You
15:47
Why Are Open Source Alternatives So Bad?
13:06
Просмотров 635 тыс.