* Update README to use pypi.org for distribution. * Refactoring RTSPSink class
Fixed -----
* Fix config loading error.
0.2.1
=========
Added -----
* Introduce [p2p] wps_mode= in settings.ini. can be 'pbc' ie. Push the Button, or 'pin'
* Add documentation for settings.
Changed -------
* Add p2p_connect() and start_wps_pbc() methods. * Improve CLI staff.
Fixed -----
* main() drop unused asyncio staff.
0.2
=======
Added -----
* Test for python 3.7 and 3.8 - Install PyObject through pip. - Add network protocol functional tests. * Test typing with mypy. - dependency for gst-python-stubs and PyObject-stubs
Changed -------
* Introduce RTSPTransport class to handle network connection.
Fixed -----
* Bug: fails to recieve M4 message because M3 reciever can read both M3 and M4.