kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

wss support? #9

Closed alioguzhan closed 6 years ago

alioguzhan commented 8 years ago

Hi, Thank you for this lib.

For production, chrome does not allow ws:// request if web site is https://. All connections should be secure.

Is there any workaround for this?

kyriesent commented 8 years ago

You'll need to look into whether https://github.com/websockets/ws supports wss or not. I haven't looked into it at all. Hope you get something figured out!

On Wed, Aug 24, 2016 at 7:57 AM, Ali Oğuzhan Yıldız < notifications@github.com> wrote:

Hi, Thank you for this lib.

For production, chrome does not allow ws:// request if web site is https://. All connections should be secure.

Is there any workaround for this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kyriesent/node-rtsp-stream/issues/9, or mute the thread https://github.com/notifications/unsubscribe-auth/ABatsrtXb7e0AWeO-vShezqR4JpHWbJBks5qjDGZgaJpZM4Jr7WM .

What good is it if a man gains the entire world, yet forfeits his soul?

alioguzhan commented 8 years ago

well, i made a workaround for this. after make that clear and proper i will create a pull request.

kyriesent commented 6 years ago

Stale issue, closing.