grigory-lobkov / rtsp-camera-view

View IP-camera RTSP in grid, auto bandwidth, full-screen, command line support
Apache License 2.0
197 stars 43 forks source link

Work with each Player, as a thread #2

Open grigory-lobkov opened 6 years ago

grigory-lobkov commented 6 years ago

Move RTSP waiting / transferring / decoding / painting to separate thread Make thread from ViewVlc215.Player.cs or Presenter\Views\IPlayerView.cs or Presenter\Presenters\PlayerPresenter.cs or Presenter\Presenters\SourcePresenter.cs

Worth

Interruption

Offer to try

It calls this method:

private void ThreadProc() { var frm = new ATM(); frm.ShowDialog(); }

Can you suggest anything?