AlexEidt / Vidio

FFmpeg wrapper providing simple, cross-platform Video I/O, GIF Creation, and Webcam Streaming in Go.
https://pkg.go.dev/github.com/AlexEidt/Vidio
MIT License
349 stars 16 forks source link

Is Screen sharing possible? #1

Closed gigabyteservice closed 2 years ago

gigabyteservice commented 2 years ago

Is it possible that we can combine this with electron js ( golang to node.js module

Can we recording of enter screen in electron.js based app using webrtc screen sharing api & then stream then recorded video to any rtmp server in real-time.

AlexEidt commented 2 years ago

Feel free to fork the project and combine it with any technologies you'd like. Your suggestion sounds like a cool project!

For this repository however, I'd like to keep it as simple and basic as possible, with no dependencies other than ffmpeg and ffprobe so that it's easily accessible to everyone to use however they'd like.