muammar / mkchromecast

Cast macOS and Linux Audio/Video to your Google Cast and Sonos Devices
http://mkchromecast.com
Other
2.21k stars 137 forks source link

Drops support for avconv, which is defunct. #436

Closed xsdg closed 9 months ago

xsdg commented 9 months ago

Also centralizes backend listing in constants.py, and simplifies code that shouldn't have an explicit dependency on backend names in the first place.

Note that this is untested with the node backend, which uses a lot of separate codepaths, so it wouldn't be surprising if this introduces unnoticed issues for node-based playback.

xsdg commented 9 months ago

This helps address #434