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)
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?
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...
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.
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...
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...
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...
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...
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.
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...
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.