Search found 1 match

Go to advanced search

by SteelyJim
10 May 2021 01:30
Forum: Development around libVLC
Topic: Is there a way to buffer a video before playing it?
Replies: 2
Views: 1774

Re: Is there a way to buffer a video before playing it?

I record video to a disc file and play it back simultaneously with LibVLCSharp media player. I always make sure the playback always is at least 10 seconds behind the recording. Without buffering, playback is pretty rough. This code smooths it out... Core.Initialize(); string[] options = new string[1...

Go to advanced search