This change switches the libnice10 dependency to use a custom build of the libnice10 Debian package instead of explicitly declaring the Janus package as conflicting with libnice10, which prevents the user from installing the Janus package if the system already has libnice10.
This way, the Debian package isn't responsible for installing the libnice10 package.
After we have a Debian package build that declares libnice10 as a dependency, we'll update ansible-role-ustreamer to install libnice first and then install janus:
This change switches the libnice10 dependency to use a custom build of the libnice10 Debian package instead of explicitly declaring the Janus package as conflicting with libnice10, which prevents the user from installing the Janus package if the system already has libnice10.
This way, the Debian package isn't responsible for installing the libnice10 package.
After we have a Debian package build that declares libnice10 as a dependency, we'll update ansible-role-ustreamer to install libnice first and then install janus:
https://github.com/tiny-pilot/ansible-role-ustreamer/pull/76
Fixes #8