Alcinoe icon indicating copy to clipboard operation
Alcinoe copied to clipboard

Problem with ALVideoPlayer

Open ossamalimon opened this issue 2 years ago • 8 comments

Hi ;

i do all thing to work with ALVideoPlayer , and it s work fine in my emulator ; But when i install it in my phone i get this :

2476edf1-3b17-4b7b-a2a0-31f423369017

the sound works fine but no video image . Any idea for the solutions ?

and thnx first .

ossamalimon avatar Aug 16 '21 10:08 ossamalimon

I have the same problem, no image with the strange text in the corner.

eilersn avatar Oct 15 '21 08:10 eilersn

@ossamalimon have you added the .jar files to your project library? If not, it is in "dir : alcinoe-master\lib\jar\com.google.android.exoplayer" add all .jar in project>android>libraries > right mouse button add

RamonSouza96 avatar Dec 20 '21 18:12 RamonSouza96

I facing same problem, and had added the exoplayer .jar files. Please help.

yckiong avatar May 07 '22 02:05 yckiong

You should add exoplayer-core.jar into your project's lib

pcplayer avatar Sep 28 '22 10:09 pcplayer

Good evening! I'm having the same problem. Even though I added the ExoPlayer JARs

DiamatBR avatar Sep 30 '22 17:09 DiamatBR

I can play video file. My Delphi is 10.4.2 CE version. My Phone is Android 12;

I got the same black screen in the first time I run this test. And after I patch my Delphi, it works fine.

Maybe try patch your delphi by:

  1. Alcinoe/tree/master/Embarcadero/Sydney/10_4_2/Update.Bat
  2. Then you can get patch files under Alcinoe\embarcadero\sydney\10_4_2, the update.bat create two folder: rtl and FMX。
  3. copy all of these files into your project folder, the re-compile your project.

pcplayer avatar Oct 08 '22 12:10 pcplayer

Have you solve the issue

Eaglemaster31 avatar Mar 26 '24 19:03 Eaglemaster31

the problem is that to play video on android you must be able to draw OES texture. the only way right now to draw OES texture on the form is to patch the delphi source code. you can do it localy in alcinoe in an easy way with Alcinoe\Embarcadero\Athens\Update.bat but you need the delphi (alexandria or athens) with the source code included :(

https://quality.embarcadero.com/browse/RSP-16830

Zeus64 avatar Mar 26 '24 19:03 Zeus64