Show HN: Zoom – Google meet Open Source alternative for smart working(sfu.mirotalk.org)
sfu.mirotalk.org
Show HN: Zoom – Google meet Open Source alternative for smart working
https://sfu.mirotalk.org/
5 comments
Hello gus_massa,
I try to improve it even more in my free time and share it
Let's say that the latest news mainly these are:
- minor bug fixes and general improvements, updated dependencies to the latest version
- added a button to put the video on full-screen mode for mobile
- possibility to protect your host by username - password [1]
- possibility to set the video aspect ratio (16:9, 4:3, 1:2, 1:1) [2]
- added the image avatar to the participants' list [3]
- added a new API to create a personalized link for the direct join to the room [4] doc here [5]
...
[1] https://github.com/miroslavpejic85/mirotalksfu/commit/ab2168...
[2] https://github.com/miroslavpejic85/mirotalksfu/commit/bdefab...
[3] https://github.com/miroslavpejic85/mirotalksfu/commit/16ad8b...
[4] https://github.com/miroslavpejic85/mirotalksfu#direct-join
[5] https://sfu.mirotalk.org/api/v1/docs/#/
...
Thank you gus_massa, yeahHN!
I try to improve it even more in my free time and share it
Let's say that the latest news mainly these are:
- minor bug fixes and general improvements, updated dependencies to the latest version
- added a button to put the video on full-screen mode for mobile
- possibility to protect your host by username - password [1]
- possibility to set the video aspect ratio (16:9, 4:3, 1:2, 1:1) [2]
- added the image avatar to the participants' list [3]
- added a new API to create a personalized link for the direct join to the room [4] doc here [5]
...
[1] https://github.com/miroslavpejic85/mirotalksfu/commit/ab2168...
[2] https://github.com/miroslavpejic85/mirotalksfu/commit/bdefab...
[3] https://github.com/miroslavpejic85/mirotalksfu/commit/16ad8b...
[4] https://github.com/miroslavpejic85/mirotalksfu#direct-join
[5] https://sfu.mirotalk.org/api/v1/docs/#/
...
Thank you gus_massa, yeahHN!
From the FAQ: https://news.ycombinator.com/newsfaq.html
> Are reposts ok?
> If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.
It's not clear what "significant attention" means- I use my own rule that is something like 20 upvotes or 20 coments (or 20 upvotes+comments). It's not an oficial rule and it's not a very clear rule. But with 144 points and 46 comments, I guess the mods will agree it's "significant attention".
My recommendation is to not repost it, but make some interesting blog post aout an interesting problem you solved in he project. It's important that it's interesting, not some silly topic used as an excuse to link your project.
If you meet an old technical friend, and you must tell your friend an interesting anecdote about your project, what would you tell?
> Are reposts ok?
> If a story has not had significant attention in the last year or so, a small number of reposts is ok. Otherwise we bury reposts as duplicates.
It's not clear what "significant attention" means- I use my own rule that is something like 20 upvotes or 20 coments (or 20 upvotes+comments). It's not an oficial rule and it's not a very clear rule. But with 144 points and 46 comments, I guess the mods will agree it's "significant attention".
My recommendation is to not repost it, but make some interesting blog post aout an interesting problem you solved in he project. It's important that it's interesting, not some silly topic used as an excuse to link your project.
If you meet an old technical friend, and you must tell your friend an interesting anecdote about your project, what would you tell?
I think you're right. I'll follow your advice. Thank you so much.
## MiroTalk
Repo: https://github.com/miroslavpejic85/mirotalksfu
- MiroTalk is an open-source project for video/audio conferencing.
- You can hold meetings online for an unlimited time.
- Compatible with all browsers and platforms.
- It does not require any account, download, plugin, or installation.
## Technologies
- WebRTC for real-time communications (JavaScript API)
- MediaSoup (https://mediasoup.org/) powerful SFU (Selective Forwarding Unit) server to manage media streams.
- Docker to create, distribute, copy the app with maximum speed.
## Features
MiroTalk offers several features, I will list the most used ones:
- Video streaming: Having the webcam turned on allows attendees to establish a deeper connection with you. Resolution up to 4k.
- Audio streaming: Echo cancellation and noise suppression make your audio crystal clear.
- Screen sharing: Share your screen, an application window, present your documents, slides, and more, with video resolution up to 4k.
- Collaborative whiteboard: Advanced collaborative whiteboard to draw and explain your concepts to other meeting participants.
- File sharing: Share any type of file with everyone or individual meeting participants.
- Recording: Record your screen, webcam, and audio. Save it for future use or to share with others.
## Total Privacy and Maximum Security
- MiroTalk does not collect or share personal information, the data remains between you and your participants.
- Media streams are encrypted using Secure Real-time Transport Protocol (SRTP).
## Use cases
- Smart working
- Video assistance
- Corporate video conferences
- Private video conferences
- Webinar
- Virtual lessons
## Contributing
Contributions and feedback are welcome and greatly appreciated!
Thank you
Repo: https://github.com/miroslavpejic85/mirotalksfu
- MiroTalk is an open-source project for video/audio conferencing.
- You can hold meetings online for an unlimited time.
- Compatible with all browsers and platforms.
- It does not require any account, download, plugin, or installation.
## Technologies
- WebRTC for real-time communications (JavaScript API)
- MediaSoup (https://mediasoup.org/) powerful SFU (Selective Forwarding Unit) server to manage media streams.
- Docker to create, distribute, copy the app with maximum speed.
## Features
MiroTalk offers several features, I will list the most used ones:
- Video streaming: Having the webcam turned on allows attendees to establish a deeper connection with you. Resolution up to 4k.
- Audio streaming: Echo cancellation and noise suppression make your audio crystal clear.
- Screen sharing: Share your screen, an application window, present your documents, slides, and more, with video resolution up to 4k.
- Collaborative whiteboard: Advanced collaborative whiteboard to draw and explain your concepts to other meeting participants.
- File sharing: Share any type of file with everyone or individual meeting participants.
- Recording: Record your screen, webcam, and audio. Save it for future use or to share with others.
## Total Privacy and Maximum Security
- MiroTalk does not collect or share personal information, the data remains between you and your participants.
- Media streams are encrypted using Secure Real-time Transport Protocol (SRTP).
## Use cases
- Smart working
- Video assistance
- Corporate video conferences
- Private video conferences
- Webinar
- Virtual lessons
## Contributing
Contributions and feedback are welcome and greatly appreciated!
Thank you
Is there any major improvement?