Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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 -
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 😋 -
navitas29316yI 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?
-
@monkehparade Sounds promising and its just a little encrypted chat I'd like to try :)
-
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.
-
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/... -
@linuxxx btw: what I can't find, what vps hosts were you using? oneprovider and.. ?
-
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" -
-
@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 -
-
@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? -
vertti4536yWhat'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 -
vertti4536y@Jilano yes I know that much. So the decentralized nature of webrtc is a weakness here?
-
@linuxxx found anything to work with? sounded really interesting and would mirror you the above mentioned repos, if needed
-
@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... -
@linuxxx what about the one project that was generating a webm from the cam and then streaming that?
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.
question