libvlc Questions
3
I am using LibVLC version 3.0.0 to play incoming mpeg2ts stream over rtp on Android. The code is the following:
SurfaceView playerView; //Initialized somewhere before
LibVLC libVlc = new LibVLC(...
0
I have React Native application that is implementing native Android module. In this module I have libVLC implemented and everything is working correctly. Unfortunately after importing this module t...
Expatiate asked 26/7, 2022 at 8:29
10
Using Python 3.8.0, 64 bit
OS: Windows 10 Pro, Version 10.0.15063 Build 15063, 64 bit
VLC, 3.0.8 Vetinari, 64 bit
Have installed Python VLC Bindings through PIP
The path to VLC and the direct p...
Laclos asked 24/11, 2019 at 3:13
0
Originally, the dependency was included inside the Android.mk file for Android 9. This module would compile and run with no build errors.
When migrating to Android 11, the dependency "libvlc&q...
Falconiform asked 8/10, 2021 at 14:45
2
I would like to know if is possible to use two Surface views in the same layout and view the content of both of them at the same time. In future, I would make use of a Grid-view of video-view, wher...
Soporific asked 28/2, 2014 at 12:6
7
Is there a way to embed VLC media player to Android Application? I have several issues:
1) I have a video streaming Camera (from RTSP) and I cannot play its stream on my regular videoview panel (S...
2
Im using Python VLC to build a custom playback app in pyqt. I have painted a nice custom slider to track along with the video, but hit a bit of an annoying problem.
No matter how often I tell my s...
3
I am trying to creat a video player for an android app with the last LibVLC.
The problem is that I don't know how this lib works and I can't find sample to help me (as it is say here https://bitbu...
0
I've recently started using libVLC in an Android application with the intent of replacing a commercial SDK that we're paying a lot for, but not seeing the results that we'd hoped for. The applicati...
Pictograph asked 24/6, 2019 at 23:32
4
Solved
Sometimes my application crashes in QWidget::update() that is performing in non-GUI thread.
I am developing an application in which receives video frames from remote host and display them on QWidg...
Bullhorn asked 21/6, 2011 at 5:50
1
Background
I'm attempting to craft a simple video playback script for a small cinema that automates the playing of videos and control of the projector, sound and lighting systems. I have two video...
Phytopathology asked 13/2, 2014 at 0:41
0
I am working with streaming RTSP using LibVLC. I have it working where I can view the stream, but the latency is set to the default ~2seconds.
On the Ubuntu Desktop I can launch vlc with the follo...
0
I have an idea for a media player GUI, which I'd like to build using Electron (because it's a tool I know well; I realise it's not for everyone). I could do this easily using an HTML <video> ...
1
VLCMobileKit cannot open RTSP streaming video.
Here is the code:
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
DispatchQueue.main.async {
// Create `VLCMedia` ...
0
I am trying to do some video processing on real time. I was beginning to try the FFmpeg, but I saw this question:
Why would I choose Libav over FFmpeg, or is there even a difference?
Which ...
2
- I am working on a project which needs to play video in slow motion.
- I am well aware that Android doesn't provide these functionality.
- I found PVPlayer Engine and libVLC which possessed the...
1
Solved
My apk file size is 5MB
After adding the "de.mrmaffen:vlc-android-sdk:2.0.6" to gradle, apk size increase to 62MB.
How can I resolve it?
Note: I changed it to this, But it didn't work.
co...
Crumble asked 15/7, 2017 at 17:49
1
Solved
I need to add a custom seekbar / trackbar as you may say in c# windows forms. But the issue is there is almost no documentation on vlc dot net forms library. I need to know how to add a custom seek...
3
Solved
I managed to record mp3 with VLC 2.1.5 on MacOSX 10.9.2 by using this command:
./VLC -vvv qtsound://AppleHDAEngineInput:1B,0,1,0:1 --sout "#transcode{acodec=mp3,ab=128}:standard{access=file,mux=mp...
4
Solved
Is there any open source streaming solution supports Http Adaptive Streaming? Based on my research VLC is not supporting adaptive streaming. I am not sure about Darwin Streaming Server. Any ideas?
...
Comines asked 6/11, 2011 at 16:49
0
I am using libvlc to play video on my GUI Application using QT 4. When I seek forward the video it works fine, but when I seek back the video, it gets stuck I mean frame doesn't change and my callb...
Gillead asked 16/12, 2016 at 8:58
2
Solved
Goal: I am trying to use VLC as a local server to expand the video capabilities of an app created with Adobe AIR, Flex and Actionscript. I am using VLC to stream to stdoutand reading that output fr...
Shumpert asked 4/10, 2016 at 18:31
0
I have integrated MobileVLCKit Version: 2.2.2 in my iOS project. Having trouble playing the local videos from Camera Roll. Videos from document directory and streaming are working fine though.
I a...
2
Solved
I'm having trouble attaching an event handler to tell when a song has finished playing when using the VLC Python bindings. The event_attach function is complaining about the callback type.
def __i...
2
I am trying to make use of libVLC python bindings to play files after reading them into memory. I have the following code that reads a valid video file into the memory. I need to now play the video...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.