{config, [""]}.
{rtmp_port, 1935}.
{rtsp_port, 8081}.
{http_port, 8082}.
{vhosts, [
{default, [
{hostname, ["localhost"]},
{modules, [trusted_login, apps_push, apps_streaming, apps_recording, apps_shared_objects]},
{secret_key, "123"},
{access_log, {"C:\\Temp\\", "access", {size, 100000}, 10, "log",info}},
{error_log, {"C:\\Temp\\", "error", {size, 100000}, 10, "log",info}},
{host, "rtmp://localhost"},
{file_dir, "C:\\Temp"},
{wwwroot, "C:\\Temp"},
{mpegts, [
{"stream/vlc.ts", "http://127.0.0.1:8080/"}
]}
]}
]},
{production, [
{hostname, ["production.avto.krsn.ru"]},
{modules, [trusted_login, apps_push, apps_streaming, apps_recording, apps_rtmp, apps_shared_objects]},
{secret_key, "321"},
{access_log, {"log", "production-access", {size, 100000}, 10, "log",info}},
{error_log, {"log", "production-error", {size, 100000}, 10, "log",info}},
{host, "rtmp://localhost"},
{file_dir, "C:\\Temp"}
]}.
Вот мой конфиг, run_test.exe -shell -config streamvlc
Ругается на это {production, [
Где я допустил ошибку в конфигурации. Система виндоус у меня
У меня erlyvideo и vlc будут крутиться физически на одном компьютере.