Search found 7 matches

Go to advanced search

by tylerjroach
30 Sep 2015 17:38
Forum: VLC media player for macOS Troubleshooting
Topic: 10 second delay minimum RTMP stream
Replies: 1
Views: 1336

10 second delay minimum RTMP stream

I am on version 2.2.1 but I have also observed this on the latest version of android as well as when building libvlc for android. When attempting to load an rtmp link, the video shows a black screen for 10 seconds and only then, begins playing. The 10 seconds is caused by vlc filling up the buffer, ...
by tylerjroach
21 Apr 2015 16:54
Forum: VLC for Android and Chrome OS
Topic: Issue with reattaching libvlc to new Surface
Replies: 5
Views: 435

Re: Issue with reattaching libvlc to new Surface

The suggestion worked perfectly! libvlc.setVideoTrack(-1) libvlc.setVideoTrack(0) I do have one suggestion, however, unless I am missing something. There is no getter such as libvlc.getVideoTrack(int track), or libvlc.getVideoTracks(int[] tracks). On some videos that I have to play, the video track ...
by tylerjroach
20 Apr 2015 16:52
Forum: VLC for Android and Chrome OS
Topic: Issue with reattaching libvlc to new Surface
Replies: 5
Views: 435

Re: Issue with reattaching libvlc to new Surface

Ahh, okay. Thank you! I'm assuming this will work like the new background playback I see in the recent commits and the ability to call setVideoTrack(). I'll update once I try this in case anyone else was curious.
by tylerjroach
13 Apr 2015 20:33
Forum: VLC for Android and Chrome OS
Topic: Issue with reattaching libvlc to new Surface
Replies: 5
Views: 435

Issue with reattaching libvlc to new Surface

Hi, I have been using libvlc 0.9.9 in an Android app for a while now. It has been working well, except for 4.4 devices and below hanging in some scenarios when calling vlc.stop(). It looks like the issue relates to the link here: http://comments.gmane.org/gmane.comp.video.videolan.vlc.devel/96116 I ...
by tylerjroach
14 Oct 2014 17:54
Forum: VLC for Android and Chrome OS
Topic: how to trim modules
Replies: 7
Views: 2209

Re: how to trim modules

Thank you!
by tylerjroach
23 Sep 2014 17:46
Forum: VLC for Android and Chrome OS
Topic: how to trim modules
Replies: 7
Views: 2209

Re: how to trim modules

--disable-plugins means nothing and does not exist in configure. You should disable the rest of the configure part and you should make the ffmpeg compilation only compile H264.

What file do I need to modify to set ffmpeg to only compile certain file types? Thank you!
by tylerjroach
22 Sep 2014 21:04
Forum: Development around libVLC
Topic: LibVLC for Android - JNI Error
Replies: 2
Views: 1397

Re: LibVLC for Android - JNI Error

I was able to stop this same crash by removing these two lines from the releasePlayer() method.

libvlc.destroy();
libvlc = null;

Go to advanced search