1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #155, debug srs on xcode.

This commit is contained in:
winlin 2015-03-10 13:13:31 +08:00
parent db7ddfd510
commit 0ff49fd299
5 changed files with 42 additions and 12 deletions

23
trunk/conf/mac.dev.conf Normal file
View file

@ -0,0 +1,23 @@
# no-daemon and write log to console config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
http_api {
enabled on;
listen 1985;
}
http_server {
enabled on;
listen 8080;
}
vhost __defaultVhost__ {
hls {
enabled on;
hls_fragment 10;
hls_window 60;
hls_path ./objs/nginx/html;
}
}