Questions tagged [vlc-android]
66 questions
1
vote
0 answers
Rendering VLC Video output on Android OpenGL
I am trying for weeks to render a vlc streaming to OpenGL on Android.
I guess I am missing something. Here is what I have so far.
This is my custom class:
public class VLCVideoView extends SurfaceView implements SurfaceHolder.Callback, IVideoPlayer,…

Mrax
- 63
- 9
1
vote
1 answer
LibVLC Android playMRL method Exception Catch
We are trying the Android VLC LIb from the URL.
We won't able to catch exception if play rtsp stream fails.
Code: mMediaPlayer.play();
How can we catch exception if anything fails in calling above method.

vikram jeet singh
- 3,416
- 2
- 21
- 22
1
vote
0 answers
How to successfully import vlc for Android source code to Android studio
I have downloaded vlc for android sources from here: https://code.videolan.org/videolan/vlc-android/tree/master
I try to import this to Android studio 2.1 in Windows 10 but always this error pops up(Same error in Ubuntu 16):
could not find…

Gaurav
- 857
- 3
- 21
- 29
1
vote
0 answers
Using VLC's MediaPlayer in my Android application
I've been struggling for days to build an application that, given a RTSP link, views the video to the screen.
It's a live video streaming coming from an IP camera in H264 format (it's not a file).
I couldn't get it done using the native MediaPlayer…

DanielY
- 1,141
- 30
- 58
0
votes
0 answers
Trying to build LibVLCUnityPlugin for Android
I’m trying to build the vlc plugin for unity in order to use it in a cross platform unity project.
https://code.videolan.org/videolan/vlc-unity
I have already built it for windows platform, that works on unity and .exe → no problem
But I have a…

remiJ
- 1
- 1
0
votes
0 answers
how to marge multiple video clips in cloud storage into one m3u8 file?
I have a library with multiple cloud video files. I would like to create a list m3u8 after firing in the player I will be able to change the video files. Is possible ??
https:The link to one video file plays without any problem. How to merge…

Paweł Wójtowicz
- 11
- 1
0
votes
1 answer
Is it possible to get the VLC player layout, complete with media player buttons and a seekbar etc..?
How to properly use the VLC video player. I want the video to play with a pause/resume button, Seekbar, and some default features displayed on the player. There is no official documentation. Could you please assist me in locating the correct one?

Indirajith
- 83
- 7
0
votes
1 answer
How to get individual frames from a VLC MediaPlayer livestream on Android WITHOUT displaying the stream?
I am currently working on a project that requires me to stream video from an IP camera to an Android device via WiFi using RTSP and then do some image processing. I want to do this without displaying the video stream if possible. Currently, I am…

Mihir Bala
- 21
- 3
0
votes
1 answer
libVLC Adjust Contrast
I have searched all over to no prevail with this query. On Android tv VLC, I am trying to adjust the contrast in the LibVLC line, but seem to hit a blank.
Any ideas on what might work?
0
votes
1 answer
Can't seek video time on VLC MediaPlayer in android programmatically
Integrated VLC media player in android application.When for the first time the activity get opened ,trying to seek the video time for 10 sec. The code is as below
var mediaObject = Media(mLibVLC, videoUrl)
videoPlayer.media = …

Biplab De
- 1,342
- 10
- 30
0
votes
1 answer
VLC for Amazon Fire: Compile from source
Anyone know how to do this? I successfully compiled the changes I want into vlc-android but I cannot install it on the Fire stick. Some of the errors I got were for release: This package seems to be corrupted. Ok that's strange it works on the…

kmm3
- 391
- 3
- 14
0
votes
0 answers
Time Skipping in VLC media player
I want something in VLC media player like subtitles file we add if we want to use it. But instead of subtitles i want to add time.
jump from-jump to
Example
2:00-3:00
5:00-7:80
Etc
If we add into video just like subtitles VLC media player jump from…

Qasim0787
- 201
- 5
- 15
0
votes
1 answer
Libvlcsharp will get stuck playing specific videos on any platform
Playing the following video will get stuck. On any platform, I have tried WinForm, WPF, xamarin.android, xamarin.ios
For the following two videos, I get stuck in xamarin.forms, Android and IOS, and the playback is not smooth, but there is no problem…

bbhxwl
- 41
- 6
0
votes
1 answer
Ways to rotate HDMI screen in Android
I am making a media player app for a TVBox running Android 7.1.2. I want to rotate the HDMI output but the box's rotation is locked to landscape so I cannot rotate the app using setRequestedOrientation.
The library I use is VLC Android with…

ngoson
- 583
- 5
- 14
0
votes
1 answer
How to rotate SurfaceView on Android?
I am working with VLCAndroid library. At the beggining I used TextureView so I can rotate the player any direction I want. But the TextureView have shown poor performace and drop FPS in some old devices then I must switch back to the SurfaceView.…

ngoson
- 583
- 5
- 14