Core settings¶
Server settings are stored in /usr/local/FlashphonerWebCallServer/conf
folder. Main core settings are located in /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
(all the possible options are described here) and /usr/local/FlashphonerWebCallServer/conf/wcs-core.properties
(all the possible options are described here) files.
Gray color denotes outdated or not used settings files that were used in previous versions. These files will most likely be deleted in future updates of WCS.
File | Description |
---|---|
account.xml | Not used |
dtls-main-cert.pem | DTLS certificate. By default, a self-signed certificate is used |
dtls-main-key.pem | DTLS private key |
flashphoner.properties | WCS main config |
loadbalancing.xml | Load balancer config |
log4j.properties | Log4j logger config |
rtsp.auth | RTSP authentication config |
token\_keys.properties | Private keys config to decrypt token |
wss.jks | Certificate storage for Secure Websockets and HTTPS |
callee.xml | Not used |
crossdomain.xml | Config for cross-domain requests from Flash. Currently is not used, because all signal data go through Websockets |
flashphoner.serverid | ServerID for information |
loadtoolconfig.xml | Not used |
myflashphoner-ca |
Client certificate to query the license server my.flashphoner.com via HTTPS
|
WCS.version | WCS version information |
wcs-core.properties | Settings file to start the WCS server core |
flash_handler_publish.sdp | Description of SDP for streams published from RTMP encoder |
flash_handler_play.sdp | Description of SDP for streams played by RTMP client |
media_transponder.sdp | Description of SDP for republishing of streams via RTMP to a third-party server |
rtmp_agent.sdp | Description of SDP to capture streams via RTMP from a third-party server |
rtsp_server.sdp | Description of SDP used to playback streams from the server as RTSP |
hls.sdp | Description of SDP used to play HLS streams |
mpegts_agent.sdp | Description of SDP for MPEG-TS published streams |
database.yml | Core command line interface users and internal application settings file |