Am using Exoplayer 3.01 and can set select subtitles fine.... with code like this
Private Sub SetPreferredTextLanguage(Language As String)
Dim jo As JavaObject = player_exo
Dim TrackSelector As JavaObject = jo.GetField("trackSelector")
TrackSelector.RunMethod("setParameters"...
It was created by me, using available components. ( Exoplayer etc..)
Weaknesses are still difficult to monetize with Google Ads.
https://developer.android.com/guide/topics/media/exoplayer/ad-insertion
thanks
If u use a Http:// source like
Sub Activity_Create(FirstTime As Boolean)
If FirstTime Then
player1.Initialize("player")
Dim sources As List
sources.Initialize
sources.Add(player1.CreateUriSource("http://192.168.178.16/video/film.mp4"))
player1.Prepare(player1.CreateListSource(sources))
Can...
Hi everyone, it's possible to change the buffer size and the number of buffer segments in exoplayer, i tried with Donmanfred librarie's exoplayertextureview, but i need to add subtitles too, and i dont know how to acomplish this in textureview.
Any ideas?
I'm writing a program to play videos using exoplayer. When the program runs, the screen is mainly black. The first video plays fine. When I stop it before it has finished, it stops, and the screen is mainly gray.
When I then try to play a second video, I can hear the sound, but there is no...
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.