LivepeerDesktop
LivepeerDesktop copied to clipboard
Desktop Application For Livepeer (Out of date)
Hi, I'm very intrigued by the concept of Livepeer (I was actually thinking of a combination between blockchain incentives in combination with a decentralized video platform, hence I started googling)....
Right now LivepeerDesktop is an electron app that is packaged for OS X with embedded ffmpeg and Livepeer node. We need to build this for windows. - Embed ffmpeg -...
I believe the ffmpeg command that captures the input stream specifies the input as "0:0", which represents first video source, first audio source. `ffmpeg -f avfoundation -list_devices true -i ""`...
We should add video streams that are always on. It could be a pre-recorded video or any public streams from the web. The streams should be to a gateway node,...
Right now if multiple apps on OS X are using the webcam, such as google hangouts, LivepeerDesktop via ffmpeg, and OBS, the Livepeer stream becomes interlaced as it seems to...