Hi,
If anyone can help me please solving this issue on VB6:
I am using VLCplugin to view mjpg stream:
Private Sub BtnConnect_Click()
Dim strURL As String
strURL = "http://username:password@ipaddress/axis ... /video.cgi"
VLCPlugin1.addTarget strURL, Null, VLCPlayListReplaceAndGo, 0
VLCPlugin1.play
End Sub
but I can't record this stream to a file in any format. It's preferred to use format that will not get the CPU
usage high. preferred the .asf format or any similar one, the size of the file is not important how big will be.
Thank you in advance.