Releases: muammar/mkchromecast
Releases · muammar/mkchromecast
0.2.2
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
- Method for monitoring
ffmpeg
backend. This update is useful for those who use the system tray menu.
0.2.0.1
- Catching some minimal errors.
0.2.0
- Linux support.
- Linux only plays with ffmpeg.
- Now by default log level for
ffmpeg
backend is set to minimum.
0.1.9.1
This update is urgent only if you use the node
backend.
- Fixed node bug introduced in f635c5d.
0.1.9
- 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
- Maximum sample rates in
node
backend.
0.1.8
- 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
- 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.