A utility to stream screen and audio between Windows, Ubuntu or XBMC. The features include
- Cross platforms in Windows 7, Ubuntu and XBMC
- Encode video to H264 and audio to mp3 via ffmpeg
- Support to stream a area of screen or full screen
- Easily to find available nodes in LAN by mDNS(Avahi)
Find video to show how it works
For ubuntu,
$ sudo add-apt-repository ppa:fcwu-tw/ppa
$ sudo apt-get update
$ sudo apt-get install desktop-mirror
Install Windows 7 32-bits,
- Install Microsoft Visual Studio Express 2012 for Windows Desktop
- Install Python 2.7.x and py2exe-0.6.9
- Install nsis
git checkout -b win7 origin/win7
, then runbuild.bat
-
No audio is streaming out on Ubuntu
Open pavcontrol, select Recording tab and find "ALSA plug-ins..." as following image
Check it is capturing the right device.
-
More log messages
Run the application in console and append parameters "--log-level debug"
desktop-mirror is under the Apache 2.0 license. See the LICENSE file for details.