Skip to main content
0 votes
0 answers
28 views

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 ...
Shafi ul Hussnain's user avatar
1 vote
0 answers
40 views

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 ...
Mangal K's user avatar
0 votes
0 answers
68 views

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 ...
Badar's user avatar
  • 1
0 votes
0 answers
66 views

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 ...
Andrei's user avatar
  • 1
0 votes
0 answers
51 views

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....
Raw Egg Eater's user avatar
1 vote
1 answer
96 views

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-...
user938363's user avatar
  • 10.3k
0 votes
0 answers
70 views

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, ...
user938363's user avatar
  • 10.3k
0 votes
0 answers
50 views

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 ...
Kirlivai's user avatar
1 vote
1 answer
75 views

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 ...
dtmland's user avatar
  • 2,278
0 votes
0 answers
140 views

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 ...
Chris B.'s user avatar
1 vote
1 answer
88 views

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 ...
archie's user avatar
  • 147
3 votes
1 answer
113 views

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 ...
zuokuok's user avatar
  • 471
0 votes
0 answers
29 views

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 ...
zumzum's user avatar
  • 20.7k
0 votes
0 answers
71 views

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 ...
Pijush Rana's user avatar
1 vote
1 answer
199 views

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 ...
Bate's user avatar
  • 73

15 30 50 per page
1
2 3 4 5
175