-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Hey, the WebEye paket works fine but I have a delay of the video signal of about 2 seconds. That means if e.g. I raise my hand I can see the raised hand in the live video 2 seconds after that. I have already found nearly the same post here two years ago but with no solution for me. Also in the vlc software I can setup a network-cache what brings me to near real time, what yould be fine. How can I setup something like this in the connection procedure?
var uri = new Uri(_urlTextBox.Text); Stream = Stream.FromUri(uri, TimeSpan.FromSeconds( 2), TimeSpan.FromMilliseconds( 100), RtspTransport.Undefined, RtspFlags.None); streamControl1.AttachStream(Stream); Stream.Start(); _statusTextBox.Text = "Connecting...";
`
Thanks Frank
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels