i have an rtmp server with authentication script[nodejs]
application FRANkiller13 {
live on;
record off;
on_publish http://localhost:8000/auth;
push rtmp://a.rtmp.youtube.com/live2/;
push rtmp://muc01.contribute.live-video.net/app/;
}
is possible to get the platforms (push URL) from mysql database and push them?