2,620 questions
0 votes
0 answers
28 views
Android react-native-vlc-media-player Seekbar Dragging
I want to add a dragging or seeking capability into my VLC component on android. But could not find a reliable solution to it. Because when i drag the video frames repeat for some time. How to add ...
1 vote
0 answers
40 views
How to determine exact format for YUV AImage in Android?
I'm working on VLC for Android. It have Decoding Acceleration feature, which uses hardware for decoding and CPU for rendering. I'm using AImageReader with AIMAGE_FORMAT_YUV_420_888 and MediaCodec ...
0 votes
0 answers
68 views
MobileVLCKit: video aspect ratio not applied correctly the first time (videoAspectRatio, scaleFactor)
I'm working on a Capacitor plugin for iOS that uses MobileVLCKit to play an RTSP stream inside a UIView. The stream loads fine, and I manually adjust the aspect ratio using videoAspectRatio and ...
0 votes
0 answers
66 views
RTSP streams ghosting and movement artifacts with libVLC 3.6.2
I'm having issues with some weird artifacts that appear for moving objects. It doesn't happen for all the RTSP streams, it's just for those with a slow internet connection. However, adding the stream ...
0 votes
0 answers
51 views
In C# Winform InitializeComponent: directory loaded from resource causes exception
I'm running an application in a C# Winform and in the InitializeComponent implementation in the Designer.cs file, where the VLCPlayer is initialized: this.VLCPlayer.VlcLibDirectory = ((System.IO....
1 vote
1 answer
96 views
In React Native how to snapshot (fast enough) an Amcrest IP camera video feed at 100ms interval (10fps)?
The Amcrest camera offers snapshots API via http. However the snapshot is limited at 1 second (1000ms) each. Here is the Amcrest API document. The current implementation of the react-native-vlc-media-...
0 votes
0 answers
70 views
Render error on RN 0.78.0 with react-native-vlc-media-player version 1.0.82 for Android
On android RN 0.78.0 running on latest MacOS, the react native app is trying to render a live view with the vlc player 1.0.82. Here is the function component: import React, { Component, useEffect, ...
0 votes
0 answers
50 views
LibVLCSharp PlayAudio callback of mediaPlayer stop being called
I'm using LibVlcSharp mediaPlayer to play audio from a rtp stream. using (var media = new Media(_libVLC, new Uri($"rtp://{_url}"), ":no-video")) using (var mediaPlayer = new ...
1 vote
1 answer
75 views
Powershell escape in LUA script
Trying to kill some child processes (given parent pid) from within a lua script. Found solution using wmic but prefer using powershell. I can run each of these powershell commands in a standard ...
0 votes
0 answers
140 views
VLC not respecting mosaic-offsets
I'm trying to create a mosaic bridge of 2 rtsp camera streams with the 1st stream being full size 1920x1080, and the 2nd stream sized to 480x360 positioned at 0,600. Basically I want the 2nd stream in ...
1 vote
1 answer
88 views
Can VLC's method for estimating the duration of a video be reproduced by the means of ffmpeg?
This may seem to duplicate previous questions but it does not, as far as I can tell. I have a bash script for indexing images and videos to a thumbnails database. A user of my script complained that ...
3 votes
1 answer
113 views
VLC library for android app - black screen
I tried several implementations but completely unable to get this to work, it's always just a black screen. It seems the library is pretty old and don't see it used a lot on forums, especially ...
0 votes
0 answers
29 views
How to enable TVVLCKit verbose logging in Xcode?
I am using TVVLCKit on an Apple TV app. I am trying to understand how to enable verbose logs to troubleshoot some problems. I have tried different things but with no luck. Last thing I tried was to ...
0 votes
0 answers
71 views
How to programmatically rotate the libvlc by 45 degrees on Android?
I am trying to rotate the VLC player programmatically, but it is not working for me. The video layout is rotated, but the video itself is not rotating. Why is the VLC player not rotating ...
1 vote
1 answer
199 views
videoplayer.stop() causes JVM crash under Windows 11 (certain video codecs only)
After migrating my Java vlcj application to my new Windows 11 machine, the program crashes on calling vlcjplayer.stop(). I am using vlcj 4.8.2 in combination with VLC 3.0.21. I am shipping my own ...