Category "vlc"

NameError: name 'player' is not defined - but it was defined, just in another function

The below code gives an error, "NameError: name 'player' is not defined". I dont understand why. When I have the music just playing, without needing to be trigg

How to compile the LIBVLC example code on windows using gcc

I want to build the libvlc example (https://wiki.videolan.org/LibVLC_Tutorial) so i downloaded the sources and also copied libvlc.dll and libvlccore.dll (from m

Can't obtain static method fromNative(Method, Object) from class com.sun.jna.Native

I'm using the JNA's com.sun.jna.NativeLibrary class in order to load the VLCJ native library. I'm working on an armv8(aarch x64)-based linux device. Below is my

VLC-LUA: using net.stat

I am trying to write a function that finds the first .waste dir in one of the parent dirs (e.g. .. ../.. ../../..). For this I need to see if the dir exists. F

How to live stream a local video using FFmpeg

I am trying to get used to the FFmpeg library, and currently, I have been trying to stream local video on VLC using FFmpeg. The command I have been using is:

Open Video file in VLC through Python

import subprocess import os print os.path.exists("C:/Users/Dhruv/Desktop/Motivation/RiseShine.mp4") p = subprocess.Popen(["C:/Program Files (x86)/VideoLAN/VLC/

Launch VLC through Python

To start vlc using python, I've done that : import subprocess p = subprocess.Popen(["C:\Program Files(x86)\VideoLAN\VLC\vlc.exe","C:\Users\Kamilos\Desktop\TBT

Playing RTSP stream in VLC player

I am trying to make a simple rtsp streaming server in java. The server is able to stream the video properly to the custom written player. The problem I that I

VLC encountered an error with this media Android

I have been trying to play an mp3 audio file in the default media player. Copying the code from here I write my code like this AlertDialog.Builder dialog =