collabora / WhisperLive

A nearly-live implementation of OpenAI's Whisper.
MIT License
2.09k stars 283 forks source link

Allow wss:// and no port #251

Open berkaybilik opened 4 months ago

berkaybilik commented 4 months ago

Sometimes, due to firewall, secure connections are required.

Depending on firewall configuration, specifying port messes up the connection, so made it optional.

Note: Port may be made optional depending on the 'secure_connection' param in a future commit if necessary