Hello,
It seems rtmp to rtmp is solved. But rtmp republishing is not working though I tried.
General Scenario:
I make a test application and I pushed rtmp://192.168.1.1:1935/test/mystream.stream. Secondly, I make another test2 application. In republish rule
{
"auth_schema": "NONE",
"dest_addr": "192.168.1.1",
"dest_app": "test2",
"dest_app_params": "testapp",
"dest_login": "",
"dest_password": "",
"dest_port": "1935",
"dest_strm": "test2.stream",
"src_app": "test",
"src_strm": "rtmp://192.168.1.1:1935/test/mystream.stream"
}
but, rtmp://192.168.1.1/test2/test2.stream is not playing.