my code has this line. you can scroll down"All my code below...."
Don't you need a call to libvlc_media_player_set_equalizer()? I thought THAT's when the change happened.
sory. in topic i wrote 3.0.0, just title has wrong version. Version is 3.0.0There is no LibVLC 3.0.0 or 3.3.0 at the time of writing.
in vb.net we use double instead of float. its same. No float type can define in vb.netWhat about Float vs Double in vb.net, is that a thing?Code: Select all
Public Sub libvlc_media_player_set_rate(Byval player as Intptr, Byval Speed as Float) End Sub
same problemI have the same problem. Any news ?
I have also a problem with libvlc_video_set_teletext . Each time i call it, I have a "Tentative d'écriture dans un espace mémoire protégé"
Edit : libvlc 1.1.11
hello. i have same problem. text_Renderer in my plugins directoryHello!
In my case I forgot to copy text_renderer into plugins folder. When I copied it libvlc_video_set_teletext() began to work properly.
yes you're right. but i dont work with live streams. Recording live streams to disk as TS format. And playing from disk.Not all inputs can have their rate changed. For instance, it obviously cannot work for live streams.
thanks for reply. can you share function defining and usage code please? I want to check my code for differences.Hmm... that LibVLC API function still works just fine for me with latest VLC 2.2.0-git.