Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Zeroconf support for headless server #648

Open dbrenden opened 9 years ago

dbrenden commented 9 years ago

Allow flask server to broadcast over public ip. Use Zeroconf protocol to publish the service (using avahi), allowing any client with Zeroconf to search and connect to any Freeseer client on their network.

mtomwing commented 9 years ago

How about also adding a basic CLI command for scanning for Freeseer servers?

mtomwing commented 9 years ago

Why don't you move this stuff into its own submodule folder? It seems weird having it mixed with the rest of the API stuff, especially since you have it separated into announcer.py and listener.py.