| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mkchromecast_v0.3.8.dmg | 2017-12-24 | 102.4 MB | |
| mkchromecast-alsa_0.3.8-1_all.deb | 2017-12-23 | 7.8 kB | |
| mkchromecast-gstreamer_0.3.8-1_all.deb | 2017-12-23 | 7.8 kB | |
| mkchromecast_0.3.8-1_all.deb | 2017-12-23 | 1.4 MB | |
| mkchromecast-pulseaudio_0.3.8-1_all.deb | 2017-12-23 | 7.8 kB | |
| 0.3.8 source code.tar.gz | 2017-12-23 | 27.0 MB | |
| 0.3.8 source code.zip | 2017-12-23 | 27.8 MB | |
| README.md | 2017-12-23 | 1.1 kB | |
| Totals: 8 Items | 158.7 MB | 1 | |
- Improved stability.
- The macOS bundle is now renamed with capital M, and will not be showing in the dock.
- Chunk size changed from 1024 to 64. Added two more variables that decreases the delay considerably.
- Improved ffmpeg commands for pulseaudio part of the code.
- node streaming updated to work with
node v9.3.0. - Manpage is now shipped in main branches.
- TypeError caused by a print statement for Soco devices has been fixed. Closes [#80].
- Added Opus codec support.
- It is now possible to screencast using Mkchromecast.
- Using the
--youtubeflag works with all supported websites by youtube-dl. - Correct signal handling using the
signalmodule. PR [#87] by @Foxboron. - Renamed
--reconnectto--hijack. Closes [#25]. - New flag
triesto to limit the number of tries to connect to a chromecast. Closes [#54]. - Allow custom server port with ffmpeg or avconv. Related to [#122].
- Error with "width not divisible by 2 (853x480)". Closes issue [#119].
- The
segment_timeflag has been fixed. Closes issue [#71]. - New flag
commandfor setting a custom ffmpeg command. Closes issue [#109].