Dear all,
I’m trying to use load balancing with wowza-2.2.4. Also I tried to test RTMP redirect and the result sucessful. But in URL redirect alway esxit character “?”. You can see bellow:
connect: rtmp://172.28.28.196:1935/redirect/vod/sample.mp4
ncOnStatus: NetConnection.Connect.Rejected
redirectTo: rtmp://172.28.28.123:1935/vod?sample.mp4
ncOnStatus: NetConnection.Connect.Closed
connect: rtmp://172.28.28.123:1935/vod?sample.mp4
ncOnStatus: NetConnection.Connect.Success
connected: rtmp://172.28.28.123:1935/vod?sample.mp4
So, How can I remove it? Could someone please point me in the right direction?