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 ...
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...
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...
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 ...
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.