I want to implement a timeline in my video player based on JavaFX and libVLC. I have to observe getPosition() to update the timeline's position. How would you implement this?
You have to compile the maven project by yourself or you can download this file here: http://uploaded.net/file/vgcdn0vj
And then just unzip and start vpfx*.jar.
Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
Hello! I have good news. Here's a new topic about this problem: https://forum.videolan.org/viewtopic.php?f=32&t=136968#p451830 I started to develop a VLC Media Player based on JavaFX. You can delete files directly from hard drive also on Windows - without crashing! Please test and notify me abou...
Hello, there are many users who wishes to delete files directly from hard drive. But Windows does not allow to delete files in use. So I developed an extension based on LUA for the VLC Player. But it's unstable. Alternative extensions are also unstable or don't work. That's why I started to develop ...
I'm thinking about the performance of my extension. Here's the repository: https://bitbucket.org/alibranic/vlc_extensions/src Look at default branch. There are the tables moveList and deleteList. The keys are autoincremented Integers and the values are paths of files to move or delete. I created mov...
A small reporting http://fs2.directupload.net/images/150106/xm8arsir.png I "improved" some parts of the extension. It saves the config now in a config file, so you don't have to edit the directories everytime. Does someone test this extension? On Windows or Linux? My laptop is too slow fo...
--[[ DISKDELETE for VLC Media Player, Linux and even for Windows! Author of original version (0.2): Mark Morschhäuser http://addons.videolan.org/CONTENT/content-files/153041-Diskdelete.lua Author of this version (1.1): Caglar Yanik Author of playlist functions: Joseph M. Pence ("basaquer"...
One of the reasons for the stucking of VLC + Extension are corrupt files without information about duration. A simple if-statement / error handling should catch this.
Hello, my new extension based on this thread: https://forum.videolan.org/viewtopic.php?f=29&t=108811 My extension works so far that it is enough for my needs. But there are some bugs to fix. --[[ DISKDELETE for VLC Media Player, Linux and even for Windows! Author of original version (0.2): Mark ...
lua warning: Error loading script C:\Program Files (x86)\VideoLAN\VLC\lua\extensions\my_new_extension.lua: ...les (x86)\VideoLAN\VLC\lua\extensions\my_new_extension.lua:60: attempt to index global 'os' (a nil value) I googled a lot but can't find a solution to resolve my problem. My extension: -- j...