Hello
i'm using libvlc to display rtsp streams.
I'd like to use the --rtp-client-port=XX to set the port to use
I tried this but it doesnt work:
Dim opt(0) As String
opt(0) = "--rtp-client-port=" & myport
Me.obj_vlc.AddTarget(channel_code, opt)
Could u please help me ?
Should i use setvariable method ?
Thanks in advance for ur answer
Olixelle