exo player

  1. captain hawak

    Android Question View the latest frame of the video exo player

    hi i need to play lastest fram video stream in exo player for desktop screen sharing I do not want old frames to be displayed
  2. M

    Android Question change resolution of exoplayer manually

    Hello everyone I use exoplayer for HLS video streaming (m3u8 format) I want to implement a feature that user can change the resolution (480p,720p,..)of the video manually. Is it possible? sample HLS Link Like the image below(The image is related to the PotPlayer)
  3. M

    Android Question timebar(seekbar) exoplayer addListener

    hi how to addListener seekbar of exoplayer? (i find onScrubListener in exoplayer but how to use this event?) OnScrubListener exoplayer
  4. M

    Android Question change color timebar(seekbar) in exoplayer

    hello everyone I found the DefaultTimeBar class in exoplayer to change the color of the seekbar. some attributes of this class are used for color change for example: setPlayedColor , setUnplayedColor ,.... how to use this attributes and class in b4a?
  5. M

    Android Question change position subtitle in exoplayer

    hi everyone i'm try to change the position subtitle in exoplayer. search and find setBottomPaddingFraction in exoplayer. how can to use this void?
  6. rleiman

    Android Question [SOLVED] - ExoPlayer - Not connecting when used in a "Default" B4A app.

    Greetings, I have been using the original sample project that came with the ExoPlayer and modified it so I could stream a radio source from the web. That works perfectly. Since I was satisfied that I could stream the radio station, I created a new "default" app from scratch. I copy and pasted...
  7. rleiman

    Android Question [SOLVED] - ExoPlayer - Displaying song title and artist name when streaming

    Greetings, I'm using the ExoPlayer to steam a live radio show. Is the player able to extract the song title and artist name for the currently playing song? Thanks.
  8. rleiman

    Android Question [SOLVED] - Listening for when audio from a video or sound file is played from another app

    Greetings, I'm currently using this coding to detect when the phone state changes when the phone app is on a phone call. Is there something like it to detect when audio from another app starts playing? I want to use the same type of coding to mute the exoPlayer volume as soon as another app...
  9. KZero

    Android Question playback video frames

    Hi, i want to stream encrypted live video between 2 devices over the internet (without using RTMP or RTSP servers) i used CamEx to extract camera frames bytes and encoded it to H264 using android MediaCodec i want to playback these byte arrays or inputstream using exo player - i couldn't...
  10. M

    Android Question User-agent exoplayer

    Hi everyone, i tried to change the user-agent of exoplayer i tried with the code that error wrote here https://www.b4x.com/android/forum/threads/exoplayer-user-agent.86695/#post-548886 Without succes, i don't know if i have to initialize the view or create a layout with the designer. Error...
  11. Shivito1

    Android Question Exoplayer Full screen

    I found the following https://geoffledak.com/blog/2017/09/11/how-to-add-a-fullscreen-toggle-button-to-exoplayer-in-android/ I opened the ExoPlayer.xml and can not find the tags specified in the instructions from the geoffledak sites instructions. ................... Update question I need to...
  12. M

    Android Question Exo player in service

    Hello I have added exoplayer to service and i have added file with activity to it. The problem is when i close the app , both service and app closes but what i want to do is keep the service running (im building a notification player) and make sound resume playing.
  13. Lucas Eduardo

    Android Question ExoPlayer 2 User-agent

    Hello, i'm tring to use 2 differents user agent in differents causes. I tried this code, but did'n work. Sub US1 #if Java import anywheresoftware.b4a.keywords.B4AApplication; import android.content.pm.PackageManager.NameNotFoundException; import...
  14. rleiman

    Android Question ExoPlayer setting the volume level

    Nice library but it needs a more detailed tutorial. I tried to set the volume like this: exoPlayer.Volume(.5) but I get an error telling me it expects an array. I have not used arrays yet so I found this example: Creates a single dimension array of the specified type. The syntax is: Array...
  15. M

    Android Question Extra Exo Player features

    Hello, We are using Exo Player for a video music application but we have problem in using some features like fullscreen , repeat , select quality (or autmatically detect the best quality with users internet speed) , and how to get buffer size ? I appreciate any help.
Top