[Android] Faplayer patches

android at videolan.org android at videolan.org
Thu Mar 1 12:49:42 CET 2012


On Thu, Mar 01, 2012 at 06:42:07PM +0800, 某因幡 wrote :
> >> Tested on a arm1136j-s device, which has no FPU, but the result binary
> >> contains FP instructions like "vldr".
> >
> > Do you know in which section?
> 
> No, just did objdump -d | grep. How to find it out?

Disassemble, I am afraid.

> > Btw, why rewritting the libvlcjni.c ?
> 
> I don't remember it, first was my friends and I need a Java class just
> like android MediaPlayer class, both interface and behaviour.

But does the normal VLC-android work with this new libvlcjni ?

> BTW, I'm writing a stream filter which enables to play several
> FLV(h264+mpga) files without switching, just like one file.
> In my implementation seeking is working(according to keyframes), but
> still at the end of the "original" file EOF is reported.
> e.g., I have 4 files, each of them lasts for 6 mins, I can seek to
> 8:00, 17:00, and so on, but when it reaches 6:00, still EOF.
> So far I only know av_read_frame failed in avformat demuxer. Tried to
> remove H264 EoS NALU by marking the FLV tag invalid to force avformat
> dropping it, but I found that there were no such packets, so still not
> working correctly. Any ideas?

Did you try with mp4 or other VLC demuxers?


-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the Android mailing list