libvlc Questions

1

Solved

I'm using libvlc 3.0.0 (I've also tried 2.2.0) to capture frames from a h264 encoded mp4 file (does not include sound, only video frames) on Windows 7 with Visual Studio 2012. I can play, pause, st...
Firstfoot asked 14/12, 2015 at 8:10

2

I can't find where to download libvlc. In fact I already use it in a Windows application I'm developping but I don't remember where I got it and wanted to have a more recent version and the l...
Calaverite asked 24/12, 2015 at 6:58

1

Solved

I downloaded and installed latest VLC version 2.2.1 and i noticed i can't access VLC header files in Visual Studio Project. So i quickly looked inside VLC installation directory and i found that ne...
Dravidian asked 1/11, 2015 at 20:49

1

Solved

I’m looking to use VLC as the foundation for a video player within my application written in C# (since VLC is one of the few players that can properly decode the format I’m working with), but the p...
Abecedary asked 22/1, 2013 at 18:22

2

Solved

libvlc_new always return null. I have copied libvlc.dll and libvlccore.dll in debug folder of my solution directory. We have also tried calling libvlc_new(0,null) and set the environment variable ...
Vada asked 9/4, 2014 at 14:27

2

Solved

I have a problem when I use this line : vlcInstance = libvlc_new(0, NULL); vlcInstance is declare in my header: libvlc_media_player_t *vlcPlayer; I am using Qt 5.0.1 and I have this error:...
Outhaul asked 25/7, 2013 at 9:47

2

When trying to play a YouTube URL with VLC media player via the Python bindings, the video does not actually play. Here is my code which does the playing: def play(self, mrl): self.instance = ...
Rexferd asked 11/7, 2012 at 16:10

2

Solved

I record my program until it closes. Start Command: cvlc screen:// --screen-left=0 --screen-top=0 --screen-width=1280 --screen-height=960 --screen-fps=30 \ --sout '#transcode{vcodec=mp2v, vb=800,...
Cynth asked 8/1, 2015 at 16:30

1

Solved

I've been trying to use LibVLC for Android and I followed the instructions at https://wiki.videolan.org/AndroidCompile and got it to work perfectly for ARM. However, when trying to compile it to x8...
Hubbs asked 28/10, 2014 at 13:14

1

Solved

I'm trying to compile VLCKit on Mac OS 10.9 following this wiki : https://wiki.videolan.org/VLCKit/ I have clone git://git.videolan.org/vlc-bindings/VLCKit.git then open VLCKit.xcodeproj in Xcode...
Pintsize asked 4/8, 2014 at 16:34

1

I want to know what's currently playing on VLC media player (Windows 7) using Python 2.7. Just knowing the details of the track/video is sufficient. Research: I came to know that VLC media pl...
Emergent asked 12/6, 2014 at 7:41

1

Solved

[UPDATED WITH PARTIAL ANSWER] Here is my code: void cbVideoPrerender(void *p_video_data, uint8_t **pp_pixel_buffer, int size) { // Locking imageMutex.lock(); videoBuffer = (uint8_t *)malloc(si...
Sweltering asked 15/4, 2014 at 19:39

2

Solved

I've struggled to even get a demo application running with Android-LibVLC. I can only find documentation for linux and can't get the application to run on my device (although it compiles). When I...
Milner asked 16/12, 2013 at 17:33

1

Solved

I am trying to use MobileVLCKit for iOS in my application. I followed steps given @ Building the Framework for iOS. I have set deploymet target to iOS 7 in my Xcode 5. I used command ./buildMobile...
Creak asked 12/2, 2014 at 12:43

1

Solved

I'm trying to explore libVLC for Android that's why setting up VLC android project on windows 7 but i'm facing problems. When i import the project and setup all helping libraries and try to compile...
Respirable asked 10/12, 2013 at 11:32

1

With libvlc, how do I get libvlc_media_player_get_time() to return a more accurate result? With 60fps video the value it returns is only updated a few times per second at most. Is there any way to ...
Te asked 28/6, 2012 at 0:7

2

Currently we are developing an Android application for streaming. We are looking for an alternative library, because the VLC library isn't finished yet. We currently used the Vitamio library, but i...
Peruzzi asked 30/8, 2011 at 10:17

5

Solved

Using LibVLC, I'm trying to save a stream while playing it. This is the python code: import os import sys import vlc if __name__ == '__main__': filepath = <either-some-url-or-local-path> ...
Modulate asked 13/5, 2013 at 4:56

1

In my fun project, I'm downloading video file from youtube, and writing to a file on local disk. Simultaneously I want to play it. The objective is to cache the file on local disk, so that when I w...
Proceeding asked 12/5, 2013 at 10:41

1

I want to stream a part of screen using vlc library. I wrote a small example: #include <iostream> #include <cstdlib> #include <vlc/vlc.h> int main(int argc, char**argv) { lib...
Galina asked 24/4, 2013 at 7:51

2

I'm trying a to create a basic media player using libvlc which will be controlled through dbus. I'm using the gtk and libvlc bindings for python. The code is based on the official example from the ...
Dosi asked 25/11, 2012 at 12:21

1

I'd like to ship a self-contained java app using vlcj and read the SAQs (http://code.google.com/p/vlcj/wiki/SAQ) which suggested this was possible if one ships all of the shared objects or DLL's fo...
Collis asked 26/2, 2013 at 2:9

2

Solved

I am using LibVLC and want to render the video pixels in memory so I will be able to take a snapshot of a frame without getting the video drawn in a window (as is the default). If I understand cor...
India asked 5/10, 2012 at 15:1

3

Does anyone know about a C# VLC 1.1 Wrapper? I've found some wrappers for older versions of VLC (haven't tried them yet), but none for the new version. So if you know of any, please post the...
Sucrase asked 5/8, 2010 at 15:3

4

I am an average java developer and i am trying to come up with a browser that is developed entirely in java. I want that my browser must be able to play youtube videos, and for that i was planning ...
Zareba asked 23/2, 2011 at 4:18

© 2022 - 2024 — McMap. All rights reserved.