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.
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
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.
Please Help me ! I haven't method Samples.MP4_URI method, what should i do ? new ExtractorMediaSource.Factory(dataSourceFactory).createMediaSource(Sample.)
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
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.
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
Is there an updated tutorial for implementing the audio player with notification? many of the methods are deprecated
correctly asked......Even i m looking for updated code....
the class itself has depricated
I love you guys. The best thing I like is playing video to audio.
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.
exo player lib -> one-stop solution to media player issues.
Sample
github.com/google/ExoPlayer/tree/io18/audio-app/src/main/java/com/google/android/exoplayer/audiodemo
Thanks for example :) Offline playing and backround looks great.
How to add Download offline functionality in app ?
For video app like youtube have.... Like it converts video into exo chunks. I need help.
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
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.
A good example of how ExoPlayer can be integrated into a larger media player app is UAMP: github.com/android/uamp
Please Help me ! I haven't method Samples.MP4_URI method, what should i do ?
new ExtractorMediaSource.Factory(dataSourceFactory).createMediaSource(Sample.)
How to create samples (Video time: 6:58)
Please Help
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
How to create SAMPLES?? PLEASE HELP
Hi, you can find the Samples Java class on this page github.com/google/Exoplayer/tree/io18
Samples is a data class which contains variable named MP4_URI
You can use any direct URL and parse it to uri
they missed implementation 'com.google.android.exoplayer:extension-mediasession:2.X.X'
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.
Is there any tutorial how to build ffmpeg and flac in exo ?
awesome library
🔥
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
i have successfully followed the tutorial but am getting one error in the ExtractorMediaSource. (Samples.MP4) gives me an error. kindly help
Hi, you can find the Samples Java class on this page github.com/google/Exoplayer/tree/io18
How can i select songs in listview with this
i am not familiar with PLAYBACK_CHANNEL_ID,and name .IS there is anyone to help me with this stuff
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.
Awesome feature 😍
How I can use Dash media streaming in exoplayer
I cannot import PLAYBACK_CHANNEL_ID
Awesome player
can we get the slide and code links?
How to change the order of the actions and add new actions and change icons of the playernotificationmanager
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
How to play hls master playlist in exoplayer
How to set the folder view in video player. Like mx player
You know how to stream with dash media source in android. I was found some Available documentation on Google throws an exception.
How to create Samples?
where is the github link??
Awesome!!
👍👍
how to implement in xamarin android
Good
Exo player # pip
Low adoption of PIP...
12:10
A9
the technology is a pooop
ExoPlayer is useless when you want to use it for displaying videos in a RecyclerView.
this should have been in kotlin
How to create SAMPLES?
i have a similar problem. but i guess you should create a Samples folder in res folder and paste your videos there
oh no my description was wrong. create another class in the java folder and paste your source uri there
@@FirdausHSalim we can directly paste the source uri in code itself.
but it isnt working.