Skip to content

Video delay of 2 seconds #87

@No337

Description

@No337

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions