using numpy.interp() for simple linear interpolation instead of large scipy.interpolate. SciPy is no longer used at all.
v.1.4.3
Minor bugfix after further testing with restream.io
Note, for best metadata (more views) when using restream.io, be sure to set Title before stream starts, particularly for Periscope.
v.1.4.2
Add restream.io, a free multi-site streaming service with optional paid add-ons. While PyLivestream itself emits multiple streams from your PC, you might choose to emit only one stream to restream.io, which emits multiple streams, one to each service.
Fixed bug with interpolation of video bitrate introduced in v1.4.1.
v.1.4.0
* streamlined .ini file, to use over-rideable defaults instead of many duplicated parameters
* better documentation
* interpolate resolution -> bitrate where exact match not found
* automatically read resolution and FPS of input files, for each file
* allow specifying FFmpeg path, for those with multiple FFmpeg versions installed