I have a problem with the fullscreen button after changed from PlayerView to StyledPlayerView. In the display area it shows up correctly but in the build it doesn't. It isn't the only icon missing, only the settings icon is there. Do you know what causes this error?
There is a mismatch between the code and the device execution at last of the implementation. That means, events.contains code, not changing the video to audio at position 5 seconds. Instead, it for media next item transmission, for the second player, seeking to 5 seconds.. plz confirm
in MVVM architecture where should we keep exoplayer - in UI/ViewModel or in Repository layer ? As in all samples I have found it in UI (Fragment/Activity) but when recreating UI we need to recreate Exo also. (*samples were not following MVVM) By Keeping in repository, ExoPlayer can be treated as source of data for UI ( this will bring UI things in Repository level - but may be by releasing properly this can be handled ) Need Suggestions for same :)
So how do I let the exoplayer play a vid from a link in my Realtime database with the subtitle link to my Realtime database. I can't seem to get the subtitle. The movie plays with the eventlistener, but the sub will not play. The link to the sub is correct in the logcat so it does see the sub, it just doesn't play it
I have a problem with the fullscreen button after changed from PlayerView to StyledPlayerView. In the display area it shows up correctly but in the build it doesn't. It isn't the only icon missing, only the settings icon is there. Do you know what causes this error?
Very nice example and explanation, took off some of my doubts out.
16:01 You did not show how to implement the 'watch next overlay feature'
How to use custom controller in exoplayer in jetpack compose especially???????
There is a mismatch between the code and the device execution at last of the implementation. That means, events.contains code, not changing the video to audio at position 5 seconds. Instead, it for media next item transmission, for the second player, seeking to 5 seconds.. plz confirm
in MVVM architecture where should we keep exoplayer - in UI/ViewModel or in Repository layer ?
As in all samples I have found it in UI (Fragment/Activity) but when recreating UI we need to recreate Exo also. (*samples were not following MVVM)
By Keeping in repository, ExoPlayer can be treated as source of data for UI ( this will bring UI things in Repository level - but may be by releasing properly this can be handled )
Need Suggestions for same :)
Don't over complicate it bro
Yes I am in college I also get confusion while implementing the MVVM and new features..
I would inject the constructor and keep its instance in some service and manage the player in the viewmodel, like this.
So how do I let the exoplayer play a vid from a link in my Realtime database with the subtitle link to my Realtime database. I can't seem to get the subtitle. The movie plays with the eventlistener, but the sub will not play. The link to the sub is correct in the logcat so it does see the sub, it just doesn't play it
Hi. I have "fromUri" in red and its unresolved reference ...can you help me please
Thanks for advance
how to make mpd file? for dash url
What is your latency in ms ?
Hi everyone, how can I add a video preview
don't we have the documentations for implementation in java ?
how to convert youtube url into the dash url ?
How to encrypt and decrypt video and play in exoplayer
Bunun java ile gösterimi yok mu? ben java ile çalışıyorum.
good lesson
I want code source for this project
Chatur??
You guys are promoting jetpack compose a lot but then use xml for this? Common...
Large corporation, separate teams, not everyone there is on the same page.
Also Compose has great interoperability with XML. Use that until it's provided as a Composable.
The code is unreadable in smaller screens, next time think of that too.