31
linuxxx
6y

Does anyone know a way of to do a video chat through node js (socket.io) or have a link to any resource? NOT through webrtc.

I used to have a link on this but lost it 😥

Meaning to give an end to end encrypted web video chat a chance.

Comments
  • 4
    well if you used Google, you could have simply asked them and they'll will give you the link again :3 :P

    back to point Im too interested in the topic
  • 0
    Saw your post about github, but maybe you can have one more look at it: https://github.com/PHPJunior/...

    If you need any help with Laravel, let me know. I would love to participate on this project, even when you use Gitlab or Bitbucket 😋
  • 0
    I can help you out with the Node.js stuff but I want to know what kind of project it is. Is it going to be Web based? You could probably just do something like getUserMedia + websocket-stream?
  • 0
    @SaltStack WebRTC requirement :/ but thanks for looking it up!
  • 0
    @monkehparade Sounds promising and its just a little encrypted chat I'd like to try :)
  • 1
    @linuxxx shit, I didn't fully read that readme..
  • 0
    @J-2FA Not meaning to be a dick but this one requires webrtc as well 😬
  • 0
    @J-2FA WebRTC is known to leak your IP address, even when you're using a VPN.
  • 0
    Well the docs for actual streaming are garbage on socket.io, but they do allow for streaming, so probably you can grab the image off of the webcam and send it, but iirc usually it all goes through webrtc, that's why if you block it, you can't use browser skype or discord webcam features iirc either.
  • 0
    There's this module made for this purpose, not sure if it got merged, is outdated, anything, but seems to be the first result always:

    https://github.com/nkzawa/...
  • 1
    @linuxxx btw: what I can't find, what vps hosts were you using? oneprovider and.. ?
  • 1
    This looks highly promising too: https://github.com/elsehow/...

    "send .webm recordings from a webcam stream, in chunks of user-specified time, to a socket.io server"
  • 1
    @JoshBent Interesting, thanks!

    And oneprovider/servdiscount for dedi's and contabo for vps's :)
  • 1
    @linuxxx
    ahh servdiscount, thanks 😊 btw do you have some option you do use, to browse github? like using something like browserling, since cloning all repos or migrating all to gitlab just to look them, seems not much sense
  • 0
    @JoshBent Just not using it anymore :)
  • 0
    📌
  • 0
    @linuxxx but how would you check out the suggestions above?
  • 1
    @JoshBent Temporarily removing the block :)

    Gotta find out a way of doing this better though
  • 1
    @linuxxx well browserling would be an option, so you wouldn't ever browse it directly? though it doesn't allow for too long browsing or copy pasting..

    the other option would be using a webproxy, since they throw all requests done into one non recognizable pool?
  • 0
    What's the problem with webrtc though?
    And why use socket.io / node for this? It's a terrible poorly performing error prone library hardly enough for proof-of-concept
  • 1
    @vertti WebRTC leaks the IP address, even with a VPN.
  • 1
    @Jilano yes I know that much. So the decentralized nature of webrtc is a weakness here?
  • 1
    @linuxxx found anything to work with? sounded really interesting and would mirror you the above mentioned repos, if needed
  • 0
    @vertti I guess so, at least depending on what you value the most: privacy/anonymity or ease of use.
  • 1
    @JoshBent Did quite some searching but haven't found a working example yet :/.

    You can stream files easily but how to generate a file from a webcam image...
  • 1
    @linuxxx what about the one project that was generating a webm from the cam and then streaming that?
  • 1
    @JoshBent Which one was that again? 😅
  • 1
Add Comment