QtVlcMediaPlayer icon indicating copy to clipboard operation
QtVlcMediaPlayer copied to clipboard

Use options of VLC

Open brandy253 opened this issue 9 years ago • 9 comments

Thanks for your lib. Btw, in libvlc there is a function called libvlc_media_add_option() Is there anyway to use that function in this library?

brandy253 avatar Jan 25 '16 06:01 brandy253

Ok, I'll add it with new libvlc api.

mzafers avatar Jan 26 '16 13:01 mzafers

Thank you fo your greate work.

brandy253 avatar Jan 27 '16 00:01 brandy253

Hi ! Thx for you work it's very good and I succes to build my app with Qt 5.9 and Android 23 ! I post here because I want to add vlc-option but I can't find where declare it. Can you show us or add some documentation ? In fact i want to set the option --network-caching. Thx Again

Psykomusic avatar Jun 08 '17 14:06 Psykomusic

Hi. I couldn't add libvlc options sorry. If you want to change network caching value you can find it in QtMediaPlayer.java file, getLibOptions function. Then you must compile QtMultimedia module again. Not need to compile all QtMultimedia, just compile jar files. It generates 2 jar files.

mzafers avatar Jun 11 '17 11:06 mzafers

Any help on how to compile the jar files ? I tried to update to libvlc3 without success. I tried to compile the whole qt lib (5.7.1) for android but i get some error. There is package org.videolan.libvlc the qtmultimedia java files, but i don't understand where do i need to put the libvlc android files or folder ?

I can publish the new one, but i'm a bit lost for now.

dastious avatar Feb 15 '18 15:02 dastious

Hi. libvlc3 is a little bit different as far as I know. You cannot compile the project only copying new files. You should check vlc3 java files and change some files in project. In fact, I want to update project to Qt 5.10 and libvlc3. But I couldn't yet, no time.

mzafers avatar Feb 21 '18 05:02 mzafers

Yes i know, but my question was do you know how to compile qtmultimedia or just the jar files without compiling all the qt modules ? (which is 2hours of compilation)

dastious avatar Apr 23 '18 19:04 dastious

No need to compile all qtmultimedia. You can compile jar subdir only. It takes 10 seconds max.

mzafers avatar Apr 24 '18 08:04 mzafers

Just compile qtmultimedia/src/plugins/android/jar/ subproject.

mzafers avatar Apr 24 '18 08:04 mzafers