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

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 67

  • @GTaichou
    @GTaichou 7 месяцев назад

    This video was so much more helpful than the first four weeks of my Android dev class THANK YOU!!

    • @EasyTuto1
      @EasyTuto1  7 месяцев назад

      Glad it helped!

  • @yesman3442
    @yesman3442 11 месяцев назад +1

    Today you show us your face not hand 😅, I really appreciate your work sir. Thanks and God bless.

  • @c4bleturn438
    @c4bleturn438 11 месяцев назад +1

    you are the best android studio developer thank's man

  • @Maytag1987
    @Maytag1987 11 месяцев назад +1

    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!

  • @premiumdeveloper
    @premiumdeveloper 11 месяцев назад

    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

  • @emmagetsu7369
    @emmagetsu7369 10 месяцев назад

    Excellent tutorial, you could do it in jetpack compose to call the live channel URLs in a lazygrid that contains image and text

  • @anilkumarkushwaha2097
    @anilkumarkushwaha2097 10 месяцев назад

    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 10 месяцев назад

      Which EXO library is best for radio app for direct playing audio from any any audio stream url.

  • @linuxusergo
    @linuxusergo 28 дней назад

    Hello , I have a question , How can I paly video in exoplayer from google drive video

  • @rztechnical4452
    @rztechnical4452 Месяц назад

    Can You Make How To Play Video Using drmscheme mpd + key using in Exoplayer

  • @Maytag1987
    @Maytag1987 11 месяцев назад

    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  10 месяцев назад +1

      New video will be up in coming week.
      There i have done similar things. You can checkout that.
      Stay tuned.

  • @Maytag1987
    @Maytag1987 11 месяцев назад

    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  11 месяцев назад +1

      Sure. I was also planning for similar tutorial.

    • @Maytag1987
      @Maytag1987 11 месяцев назад

      @@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!

  • @SmartVblog
    @SmartVblog 3 месяца назад

    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?

  • @haopham4796
    @haopham4796 11 месяцев назад

    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  11 месяцев назад

      Something might be wrong in code.
      Or maybe notification are turned off in the devices.

  • @toxicnepal4003
    @toxicnepal4003 10 месяцев назад

    thanks for the video,
    learning a lot from your channel.

    • @EasyTuto1
      @EasyTuto1  10 месяцев назад

      Thanks you too ❤️
      Keep learning.

  • @iklicks5263
    @iklicks5263 Месяц назад

    Do you have a JAVA tutorial for this? Please share

  • @ayuspandey
    @ayuspandey 4 месяца назад

    Bhai landscape portrait krne ka option kaise aega ?

  • @MukeshPatel-jz8fe
    @MukeshPatel-jz8fe 10 месяцев назад

    @EasyTuto1 Do you have any sample app related to video caching? or can you please make it.

  • @champbhopali5025
    @champbhopali5025 9 месяцев назад

    Good job working nicely

  • @MastersOfSat
    @MastersOfSat 9 месяцев назад

    I have a problem, can you give me a solution if possible?

  • @rishiraj2548
    @rishiraj2548 11 месяцев назад

    Good. How are you?

  • @Jjjnmkkmkkk
    @Jjjnmkkmkkk 5 месяцев назад

    Can't u make the video in Java

  • @m.e.ssofttech2806
    @m.e.ssofttech2806 9 месяцев назад

    Why I can't see a video after implementing whole codes, I just here sounds only

    • @EasyTuto1
      @EasyTuto1  9 месяцев назад

      Is the link you have given for is video or audio?

    • @m.e.ssofttech2806
      @m.e.ssofttech2806 9 месяцев назад

      @@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 9 месяцев назад

      Ooh thanks, finally I resolved it, there were some bugs but I've fixed.

    • @EasyTuto1
      @EasyTuto1  9 месяцев назад

      Glad you fixed it.🫶

  • @hacknmode
    @hacknmode 11 месяцев назад

    Sir, What is Average salary of Android developer ?

    • @EasyTuto1
      @EasyTuto1  11 месяцев назад

      Its upto your skill and experience.
      But yes its more than average.

  • @bhushanlilhare8927
    @bhushanlilhare8927 4 месяца назад

    Kay ise java mein use kar skte hai

  • @errorhunts
    @errorhunts 10 месяцев назад

    Source code ki link bhi description box me de diya karo jii..

    • @EasyTuto1
      @EasyTuto1  10 месяцев назад

      Most of the video's source code will be there.
      This was simple and less code that's why its not there.

  • @TheNoobDhruv
    @TheNoobDhruv 6 месяцев назад

    How to play youtube video in exoplayer

    • @EasyTuto1
      @EasyTuto1  6 месяцев назад

      You can't play youtube videos.

    • @TheNoobDhruv
      @TheNoobDhruv 6 месяцев назад

      @@EasyTuto1 using youtube data api ?

  • @sudarshanthite5937
    @sudarshanthite5937 9 месяцев назад

    How to play the video with subtitles in this player

    • @EasyTuto1
      @EasyTuto1  9 месяцев назад +1

      If you have subtitle in the video, it automatically works.

    • @sudarshanthite5937
      @sudarshanthite5937 9 месяцев назад

      @@EasyTuto1 , is this player support m3u8 video.

  • @ShahabuddinChowdhuryBD
    @ShahabuddinChowdhuryBD 8 месяцев назад

    Thank you boss❤❤❤

  • @Jjjnmkkmkkk
    @Jjjnmkkmkkk 3 месяца назад

    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  3 месяца назад

      You need to switch to kotlin brother.

  • @dineshparaja4959
    @dineshparaja4959 15 дней назад

    🎉🎉🎉🎉

  • @jitenSingha-kw6eb
    @jitenSingha-kw6eb 9 месяцев назад

    Next Part bro

  • @LocktheRoom
    @LocktheRoom 11 месяцев назад +1

    Bhai Yrr tu hi padha de yrr online video se otna nhi sikh pa rha ho paise lekar akele padha de bro

    • @EasyTuto1
      @EasyTuto1  11 месяцев назад

      I am teaching here freely.
      Do create all the projects created in the channel, you will gain lots of knowlede.

    • @EasyTuto1
      @EasyTuto1  11 месяцев назад

      I am teaching here freely.
      Do create all the projects created in the channel, you will gain lots of knowlede.

  • @kalidsherefuddin
    @kalidsherefuddin 2 месяца назад

    Thanks for

    • @EasyTuto1
      @EasyTuto1  Месяц назад

      Thank you so much ❤️

  • @srsajib22
    @srsajib22 8 дней назад

    Java code please

  • @Fun_Unlimited-2.0
    @Fun_Unlimited-2.0 10 месяцев назад

    java diye akta video den,

    • @EasyTuto1
      @EasyTuto1  10 месяцев назад

      Hayır, kotlin'de.

  • @MastersOfSat
    @MastersOfSat 9 месяцев назад

    ❤❤❤❤

  • @China_SquareKenya
    @China_SquareKenya 11 месяцев назад

    Source code kindly??

    • @EasyTuto1
      @EasyTuto1  11 месяцев назад

      Apology. No source code for this since its just a demo application to show the implementation of Exoplayer.

    • @China_SquareKenya
      @China_SquareKenya 11 месяцев назад

      @@EasyTuto1 okay cool thanks