t3knoid / MagyarTV

A Hungarian IPTV Viewer
0 stars 0 forks source link

Use a separate thread outside of UI when grabbing video stream #4

Closed t3knoid closed 5 years ago

t3knoid commented 5 years ago

When the user clicks on a new channel to watch, do not shut off current channel. Instead, run a separate thread to get the new stream. Only change the stream once its verified that the new stream is accessible.

t3knoid commented 5 years ago

Use backgroundworker to call Python code.