0

Here is my code:

static private void TuneDVB()
{
    using var libvlc = new LibVLC();
    using MediaPlayer mp = new MediaPlayer(libvlc);
    using Media media = new Media(libvlc, "dvb-t://frequency=562000000:bandwidth=0", FromType.FromLocation, ":dvb-adapter=0", ":live-caching=300");
    mp.Play(media);
}

When running it I get:

[0000017b60b37650] cache_block stream error: cannot pre fill buffer

Any help is appreciated!

zach--
  • 15
  • 1
  • 3

0 Answers0