Search found 5 matches

Go to advanced search

by ThomasIndustry
27 Jul 2017 21:44
Forum: Development around libVLC
Topic: Can Android LibVLC play from a USB Camera?
Replies: 2
Views: 4564

Can Android LibVLC play from a USB Camera?

I have seen a two step process on PC to show a live feed in VLC. 1) Create stream of USB input, and then 2) Play that stream Step 2 is straight forward in libVLC, but can step one be done on Android? Or can both steps be combined into a single step? I don't need the camera feed on the network, just ...
by ThomasIndustry
14 Sep 2016 23:28
Forum: Development around libVLC
Topic: Building libVLC for Multiple Architectures
Replies: 1
Views: 654

Building libVLC for Multiple Architectures

I am developing an android app that uses libvlc to play videos, but I cannot figure out how to include both the arm and x86 versions. I want to include both so one apk will work on any device, regardless of architecture. Is I working off the VLC Android project ( https://code.videolan.org/videolan/v...
by ThomasIndustry
08 Sep 2016 23:41
Forum: VLC for Android and Chrome OS
Topic: Exception in MediaCodec.releaseOutputBuffer - Changing Screen Brightness
Replies: 0
Views: 265

Exception in MediaCodec.releaseOutputBuffer - Changing Screen Brightness

I have set up libvlc to play videos on android, but I have run into an issue with one device. When I use the hardware buttons to adjust the screen brightness, the video abruptly stops and an exception is thrown: "mediacodec decoder: Exception in MediaCodec.releaseOutputBuffer". It does not...
by ThomasIndustry
24 Aug 2016 00:25
Forum: Development around libVLC
Topic: Ubuntu Build Error - Implicit Definition of Function 'timegm'
Replies: 1
Views: 436

Ubuntu Build Error - Implicit Definition of Function 'timegm'

Hi, I have been trying to build a slightly older x86 version of android-vlc in order to generate libvlc.aar, but I can't get the compiler to recognize and use the linux c++ headers. (specifically /usr/include/time.h). I probably need to add it to a path somewhere, but I cannot figure out where. Can ...
by ThomasIndustry
02 Aug 2016 22:47
Forum: VLC for Android and Chrome OS
Topic: Is ts-extra-pmt supported on Android? If so, what is the syntax of the args?
Replies: 1
Views: 288

Is ts-extra-pmt supported on Android? If so, what is the syntax of the args?

I have a few Mpeg2 TS streams that I am trying to play, but they do not have PMT information. I know the PIDs for video and audio - (0xC8) and (0x64), but I am not sure the exact syntax to use for it.

Is this remotely correct?

Code: Select all

--ts-extra-pmt=15=0xC8:27,0x64:17

Go to advanced search