still no solution for this...trying out an example whcih was using the deprecated playlist classes...embedding a video in a canvas worked fine there! but unfortunately, these classes are deprecated...and also i wasnt able to control the audio/video instances of the playing video while using the play...
Hello Rémi! What do you exactly mean with "BEFORE playback". Of course I set the canvas before starting playing a video..if you mean that? I also tried setting it in several positions...directly after creating a jvlc instance, after creating an audio instance, after creating an video insta...
Hi Yes I tried both methods, while setVideoOutput(Canvas) just delegates the call to the reparent() method.. I also looked into the vlc code which receives the drawable parameter..it looked somekind of "unfinished" for me, showing you the following lines: /* Deprecated use libvlc_media_pla...
Hello j-b Thanks for your reply so far! Well, being honest I don't know what you mean with "documenting 1) and 2)"? Last day I was playing around a bit: extending basic libvlc functions to my jvlc-environment in eclipse and adding the mentiones functions eq_enable().. in the file audio.c. ...
Hello m8s! First of all, I wanna say the project going on here is really great and success of VLC-Player confirms the great work people are doing here! Thanks to all involved people for the effort and time spent on this issue so far! As you might suspect from topic, my intention is to make the VLC-e...