chunying / gaminganywhere

GamingAnywhere: An Open Cloud Gaming System
http://www.gaminganywhere.org/
Other
844 stars 296 forks source link

Why is `core.proto` defined in server-common.conf ? #67

Open marc-legendre opened 6 years ago

marc-legendre commented 6 years ago

It seems to me that this option is only ever used by the client:

$ git grep -l -- '->proto'
ga/android/jni/src/libgaclient.cpp
ga/client/generic-client.cpp
ga/client/rtspclient.cpp
ga/core/rtspconf.cpp

So I think it should be in client.{rel,abs}.conf instead.