So it pushes the stream to rtmp://some.remoteserver/push/username?key=ab123456;. But it also tries to pull a stream via the redirect, from: rtmp://32.123.123.123:1931/stream.
What I really want is that the application test redirects and push the entire stream to the other URL rtmp://32.123.123.123:1931/stream.
This is probably how it works, but I have a stream application in my config called
test
. It also has aon_play
directive, like so:The logs then say:
So it pushes the stream to
rtmp://some.remoteserver/push/username?key=ab123456;
. But it also tries topull
a stream via the redirect, from:rtmp://32.123.123.123:1931/stream
.What I really want is that the application
test
redirects and push the entire stream to the other URLrtmp://32.123.123.123:1931/stream
.Is this possible?