Page 1 of 1

LibVlc and RTP Port

Posted: 27 Apr 2007 12:27
by olixelle
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