How to Play Audio & Video on Android with Exoplayer | Android Studio | 2024

  Рет қаралды 10,998

Easy Tuto

Easy Tuto

Күн бұрын

Пікірлер
@Maytag1987
@Maytag1987 Жыл бұрын
You rock! Thank you for making this video, this should help me greatly with my app development project I am working on!! You earned my subscription for sure!
@GTaichou
@GTaichou 9 ай бұрын
This video was so much more helpful than the first four weeks of my Android dev class THANK YOU!!
@EasyTuto1
@EasyTuto1 9 ай бұрын
Glad it helped!
@premiumdeveloper
@premiumdeveloper Жыл бұрын
first time seeing your face, what really made me know it was you is the beginning when you say "what is going on guys" good video man, next project should be a twitter clone using java and xml or habit tracker application using java and xml
@c4bleturn438
@c4bleturn438 Жыл бұрын
you are the best android studio developer thank's man
@yesman3442
@yesman3442 Жыл бұрын
Today you show us your face not hand 😅, I really appreciate your work sir. Thanks and God bless.
@linuxusergo
@linuxusergo 3 ай бұрын
Hello , I have a question , How can I paly video in exoplayer from google drive video
@iklicks5263
@iklicks5263 3 ай бұрын
Do you have a JAVA tutorial for this? Please share
@Maytag1987
@Maytag1987 Жыл бұрын
Hello, this example works very well for me. I tried to expand the app by adding a new kotlin class with a new xml activity, and added a button the main activity to go the new class. From the new page, I want to play audio like was done on the main activity. I added buttons, and call the MediaPlayerActivity function to play via Exoplayer, but the player page does not show, no errors and no audio. All audio works on the MainActivity. I tried creating a new MediaPlayerActivity (with setContentView set to the new activity page instead of binding.root) to be called by the new class file, but still no media player page. Suggestions on what I may have missed for audio to work on other activity pages in the same app? Thank you!
@EasyTuto1
@EasyTuto1 Жыл бұрын
New video will be up in coming week. There i have done similar things. You can checkout that. Stay tuned.
@haopham4796
@haopham4796 Жыл бұрын
I use push notifications to notify back and forth between the management app and the sales app. But only the management application receives notifications. Although testing on firebase notification messages still works
@EasyTuto1
@EasyTuto1 Жыл бұрын
Something might be wrong in code. Or maybe notification are turned off in the devices.
@ayuspandey
@ayuspandey 6 ай бұрын
Bhai landscape portrait krne ka option kaise aega ?
@SmartVblog
@SmartVblog 5 ай бұрын
Dear Sir , Can you give me a source code ? I follow your instruction but it always error on some word: activitymain, binding, binding root .etc. or Please you can show me with java code instead of KOLIN?
@Maytag1987
@Maytag1987 Жыл бұрын
Love your tutorials! Could you possibly show how to do this with Firebase so you can have a number of audio files and some text (example -descriptive title), the app reads whatever files and text are in the Firebase project, and then will allow playback of desired audio files? I see you have a tutorial with video clips but I think the playback mechanism is a bit different for audio. This would also be like spotify. Thank you!
@EasyTuto1
@EasyTuto1 Жыл бұрын
Sure. I was also planning for similar tutorial.
@Maytag1987
@Maytag1987 Жыл бұрын
@@EasyTuto1 That is great - would love to be able to add or remove audio and descriptive text from Firebase, have the read [dynamically] whatever is there, load them into an array or something, and be able to select ones to play (no more need to update the app to add new audio!) I am still learning and I want to create categories of pages, each with their own related audio, and maybe the best way to do that is to use a different Firebase project for each, or possibly use categorization by name of audio and text files, and for each page, read in just the files that starts with a prefix for that specific category. Will give that one some thought! Thank you!
@toxicnepal4003
@toxicnepal4003 Жыл бұрын
thanks for the video, learning a lot from your channel.
@EasyTuto1
@EasyTuto1 Жыл бұрын
Thanks you too ❤️ Keep learning.
@bhushanlilhare8927
@bhushanlilhare8927 7 ай бұрын
Kay ise java mein use kar skte hai
@emmagetsu7369
@emmagetsu7369 Жыл бұрын
Excellent tutorial, you could do it in jetpack compose to call the live channel URLs in a lazygrid that contains image and text
@EasyTuto1
@EasyTuto1 Жыл бұрын
Cool, thanks
@MukeshPatel-jz8fe
@MukeshPatel-jz8fe Жыл бұрын
@EasyTuto1 Do you have any sample app related to video caching? or can you please make it.
@EasyTuto1
@EasyTuto1 Жыл бұрын
Not yet
@anilkumarkushwaha2097
@anilkumarkushwaha2097 Жыл бұрын
Thanks sir, your tutorial are very useful for us.. , i am a beginner of Android studio and your tutorial are very useful, please provide also tutorial source code for help..
@anilkumarkushwaha2097
@anilkumarkushwaha2097 Жыл бұрын
Which EXO library is best for radio app for direct playing audio from any any audio stream url.
@rztechnical4452
@rztechnical4452 3 ай бұрын
Can You Make How To Play Video Using drmscheme mpd + key using in Exoplayer
@m.e.ssofttech2806
@m.e.ssofttech2806 11 ай бұрын
Why I can't see a video after implementing whole codes, I just here sounds only
@EasyTuto1
@EasyTuto1 11 ай бұрын
Is the link you have given for is video or audio?
@m.e.ssofttech2806
@m.e.ssofttech2806 11 ай бұрын
@@EasyTuto1 The link is for video from public test videos with these dependency implementation "androidx.media3:media3-exoplayer:1.2.1" implementation "androidx.media3:media3-exoplayer-dash:1.2.1" implementation "androidx.media3:media3-ui:1.2.1" After implementing the whole codes I just here sound only without video. Despite adding the internet permission
@m.e.ssofttech2806
@m.e.ssofttech2806 11 ай бұрын
Ooh thanks, finally I resolved it, there were some bugs but I've fixed.
@EasyTuto1
@EasyTuto1 11 ай бұрын
Glad you fixed it.🫶
@Jjjnmkkmkkk
@Jjjnmkkmkkk 7 ай бұрын
Can't u make the video in Java
@sudarshanthite5937
@sudarshanthite5937 11 ай бұрын
How to play the video with subtitles in this player
@EasyTuto1
@EasyTuto1 11 ай бұрын
If you have subtitle in the video, it automatically works.
@sudarshanthite5937
@sudarshanthite5937 11 ай бұрын
@@EasyTuto1 , is this player support m3u8 video.
@TheNoobDhruv
@TheNoobDhruv 9 ай бұрын
How to play youtube video in exoplayer
@EasyTuto1
@EasyTuto1 9 ай бұрын
You can't play youtube videos.
@TheNoobDhruv
@TheNoobDhruv 9 ай бұрын
@@EasyTuto1 using youtube data api ?
@MastersOfSat
@MastersOfSat 11 ай бұрын
I have a problem, can you give me a solution if possible?
@EasyTuto1
@EasyTuto1 11 ай бұрын
Yes please.
@hacknmode
@hacknmode Жыл бұрын
Sir, What is Average salary of Android developer ?
@EasyTuto1
@EasyTuto1 Жыл бұрын
Its upto your skill and experience. But yes its more than average.
@champbhopali5025
@champbhopali5025 11 ай бұрын
Good job working nicely
@EasyTuto1
@EasyTuto1 11 ай бұрын
Great
@ShahabuddinChowdhuryBD
@ShahabuddinChowdhuryBD 10 ай бұрын
Thank you boss❤❤❤
@EasyTuto1
@EasyTuto1 10 ай бұрын
Welcome
@rishiraj2548
@rishiraj2548 Жыл бұрын
Good. How are you?
@dineshparaja4959
@dineshparaja4959 2 ай бұрын
🎉🎉🎉🎉
@errorhunts
@errorhunts Жыл бұрын
Source code ki link bhi description box me de diya karo jii..
@EasyTuto1
@EasyTuto1 Жыл бұрын
Most of the video's source code will be there. This was simple and less code that's why its not there.
@MastersOfSat
@MastersOfSat 11 ай бұрын
❤❤❤❤
@EasyTuto1
@EasyTuto1 11 ай бұрын
❤️
@Jjjnmkkmkkk
@Jjjnmkkmkkk 5 ай бұрын
Why do you reply to everyone except me please make your videos in Java code 😢 I'm coding on my phone I'm not having a laptop 💻
@EasyTuto1
@EasyTuto1 5 ай бұрын
You need to switch to kotlin brother.
@LocktheRoom
@LocktheRoom Жыл бұрын
Bhai Yrr tu hi padha de yrr online video se otna nhi sikh pa rha ho paise lekar akele padha de bro
@EasyTuto1
@EasyTuto1 Жыл бұрын
I am teaching here freely. Do create all the projects created in the channel, you will gain lots of knowlede.
@EasyTuto1
@EasyTuto1 Жыл бұрын
I am teaching here freely. Do create all the projects created in the channel, you will gain lots of knowlede.
@srsajib22
@srsajib22 2 ай бұрын
Java code please
@China_SquareKenya
@China_SquareKenya Жыл бұрын
Source code kindly??
@EasyTuto1
@EasyTuto1 Жыл бұрын
Apology. No source code for this since its just a demo application to show the implementation of Exoplayer.
@China_SquareKenya
@China_SquareKenya Жыл бұрын
@@EasyTuto1 okay cool thanks
@jitenSingha-kw6eb
@jitenSingha-kw6eb 11 ай бұрын
Next Part bro
@Fun_Unlimited-2.0
@Fun_Unlimited-2.0 Жыл бұрын
java diye akta video den,
@EasyTuto1
@EasyTuto1 Жыл бұрын
Hayır, kotlin'de.
I Made an Android App in MINUTES with This AI Tool
10:21
Creator Magic
Рет қаралды 252 М.
Vampire SUCKS Human Energy 🧛🏻‍♂️🪫 (ft. @StevenHe )
0:34
Alan Chikin Chow
Рет қаралды 138 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
Broadcasts & Broadcast Receivers - Android Basics 2023
11:33
Philipp Lackner
Рет қаралды 61 М.
I Made an iOS App in MINUTES with This AI Tool!
13:20
Creator Magic
Рет қаралды 661 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 740 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,6 МЛН
THIS PORTFOLIO IS INSANE - Roasting your dev sites #3
17:59
Anthony Sistilli
Рет қаралды 172 М.
100+ Linux Things you Need to Know
12:23
Fireship
Рет қаралды 1,6 МЛН
How Senior Programmers ACTUALLY Write Code
13:37
Thriving Technologist
Рет қаралды 1,6 МЛН
How to Navigate in Jetpack Compose 🚀 | Android Studio | 2024
13:45
No Code App Development is a Trap
9:31
Coding with Dee
Рет қаралды 368 М.