Skip to content

Releases: muammar/mkchromecast

0.2.2

02 May 22:16
Compare
Choose a tag to compare

I suggest Python2 users to update to this version. This fix a problem when using the ffmpeg backend.

  • Fixed error with Python2 when importing threading module.

0.2.1

02 May 12:04
Compare
Choose a tag to compare
  • Method for monitoring ffmpeg backend. This update is useful for those who use the system tray menu.

0.2.0.2

01 May 13:03
Compare
Choose a tag to compare
  • Fixed wav for Linux.

0.2.0.1

01 May 12:48
Compare
Choose a tag to compare
  • Catching some minimal errors.

0.2.0

01 May 11:33
Compare
Choose a tag to compare
  • Linux support.
  • Linux only plays with ffmpeg.
  • Now by default log level for ffmpeg backend is set to minimum.

0.1.9.1

27 Apr 11:27
Compare
Choose a tag to compare

This update is urgent only if you use the node backend.

  • Fixed node bug introduced in f635c5d.

0.1.9

25 Apr 10:25
Compare
Choose a tag to compare
  • Play headless youtube URL.
  • Now you can control volume up and down from mkchromecast. So, no need
    of using the Android app for this anymore.

0.1.8.1

21 Apr 17:51
Compare
Choose a tag to compare
  • Maximum sample rates in node backend.

0.1.8

21 Apr 17:31
Compare
Choose a tag to compare
  • Set maximum bitrates values for both backends.
  • New icon when no google cast devices are found.
  • streaming.py was renamed to node.py.
  • Tested stability: 3hrs streaming at 320k with the ffmpeg backend.

0.1.7

18 Apr 11:01
Compare
Choose a tag to compare
  • The bitrate and sample rates can be modified in both node and ffmpeg. These options are useful when you router is not very powerful.
  • node_modules have been updated.
  • An error preventing launching mkchromecast without options has been fixed.
  • If PyQt5 is not present in the system, mkchromecast does not try to load it.