steveseguin / raspberry_ninja

Publish or capture VDO.Ninja streams with Python (Raspberry Pi, Linux, Mac, Windows WSL)
https://raspberry.ninja
144 stars 28 forks source link

make option for handshake server work #1

Closed Jumper78 closed 2 years ago

Jumper78 commented 3 years ago

Until now, the optional argument for an individual handshake server is not used. The changes put the handshake server provided on the command line to the object WebRTCClient, or, if no argument is given, transfers the standard wss-server.

In addition, this change requests includes the missing "--" in front of the ´streamid´ and the automatically generated ´streamid´ that is already present in the version of the script used on the raspberry pi image.

steveseguin commented 2 years ago

ty for the request; this has been added indirectly.