FS-4128
This commit is contained in:
parent
38874956fa
commit
474f89e040
|
@ -909,7 +909,7 @@ SWITCH_STANDARD_API(start_local_stream_function)
|
||||||
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
|
switch_threadattr_stacksize_set(thd_attr, SWITCH_THREAD_STACKSIZE);
|
||||||
switch_thread_create(&thread, thd_attr, read_stream_thread, source, source->pool);
|
switch_thread_create(&thread, thd_attr, read_stream_thread, source, source->pool);
|
||||||
|
|
||||||
stream->write_function(stream, "+OK");
|
stream->write_function(stream, "+OK stream: %s[%s] %s", source->name, source->location, source->shuffle ? "shuffle" : "no shuffle");
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
|
|
Loading…
Reference in New Issue