Skip to content
mseConfig.h 433 B
Newer Older
Steve Johnson's avatar
Steve Johnson committed
// Baked in url to landing page for iOS/OS X applications

// Used by OS X and iOS mseclient applications
#define MSE_REMOTE_URL "https://yourdomain.com/xxxx/mse/remote/remote.html"

// Used by OS X mseproxy application
#define MSE_PROXY_URL "https://yourdomain.com/xxxx/mse/php/dial/discovery.php"

// Used by the iOS mseclient application (Register your app at cast.google.com)
#define MSE_CHROMECAST_APPID "YOUR_CHROMECAST_APP_ID"