Starting a stream (from OBS, e.g.) always starts a new .flv file, even though I have manual configuration on the recorder.curling http://localhost:8080/control/record/stop?app=live&name=test2&rec=default multiple times also generates new recordings.
worker_processes 1;
events {
worker_connections 1024;
}
rtmp {
server {
listen 1935;
application live {
live on;
recorder default {
record all manual;
record_unique on;
record_path /tmp/rec;
}
}
}
}
http {
server {
listen 8080;
server_name localhost;
location /control {
rtmp_control all;
}
location /stats {
rtmp_stat all;
}
}
}
yes seems a bug. i tried all the combination of recorders. no luck
please fix it. cant stop recording. that auto start after stopped with curl
Any update about this issue? I have the same case
Same issue.
Any update on this issue.?
Most helpful comment
Any update about this issue? I have the same case