Search found 5 matches

Go to advanced search

by valentin J
25 May 2015 10:47
Forum: VLC for Android and Chrome OS
Topic: stop() during URL connection freezes
Replies: 1
Views: 281

stop() during URL connection freezes

Hi everyone, I am developping an App based on libVLC to display videos. The issue I have is that when I try to display some remote content (HTTP, RTSP, etc...) with libVLC.playMRL(), and before the video is displayed, I call libVLC.stop(), this last call take a long long time so that the app freezes...
by valentin J
06 May 2015 16:01
Forum: VLC for Android and Chrome OS
Topic: Two LibVLC instances ?
Replies: 5
Views: 547

Re: Two LibVLC instances ?

Bad news for me :(

It seems that I have move to a Singleton model.

Anyway thanks for the answer!
by valentin J
05 May 2015 18:30
Forum: VLC for Android and Chrome OS
Topic: Two LibVLC instances ?
Replies: 5
Views: 547

Two LibVLC instances ?

Hi everyone, I am developping an App that use libVLC to display MP4 videos. I created a customView (VlcView) that inherits from SurfaceView in order to manage libVLC and be able to reuse it easily. The App looks like Youtube : I have an Activity, let says "ActivityOne", that displays a vid...
by valentin J
04 May 2015 18:24
Forum: VLC for Android and Chrome OS
Topic: [SOLVED]DetachCurrentThread not called
Replies: 3
Views: 354

Re: DetachCurrentThread not called

Ok, thanks for the quick answer!

I guess it is the same thing for this one ?

Code: Select all

linker﹕ libvlcjni.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
by valentin J
04 May 2015 16:12
Forum: VLC for Android and Chrome OS
Topic: [SOLVED]DetachCurrentThread not called
Replies: 3
Views: 354

[SOLVED]DetachCurrentThread not called

Hi everyone, I am developping an App that use libVLC to display MP4 videos. I recompile libVLC two weeks ago in order to get le lastest version. To manage libVLC, I have created a customView that inherits from SurfaceView. When the customView is attached to the Window (onAttachedToWindow() method), ...

Go to advanced search