Hello everybody.
I am obviously new to Wowza tial and need some help for push streaming. We want to push stream from one Wowza(source) to another Wowza(target). We are receiving a live source by using Stream files(a file named
WoCu-Clean.stream
which gives us a stream with the same name. We want to push it to another Wowza using Stream Target. We have configured the stream target as follows:
Source Stream Name
WoCu-Clean
Destination Application Name
LiveTarget
Destination Application Instance
definst
Destination Host
[1.2.3.4]
Destination Port
2235
Destination Stream Name
TV1
User Name
-Not Set-
Password
-Not Set-
On the receiver side, we have configured as follows:
We have created a Stream File named “TV1.stream” with Stream URI as"
rtmp://@:2235/
Then we have connected to TV1.stream with “MediaCaster Type: rtp” and Application instance "
definst"
In Wowza target’s Incoming Streams I see
TV1.stream
rtmp://@:2235/ Waiting for Stream
And in Wowza source’s Stream Targets I see the target’s status remaining in yellow “Waiting…”.
What have we done wrong? I have tried Stream URI with:
rtmp://1.2.3.4:2235/
rtmp://1.2.3.4:2235/LiveTarget
rtmp://[Wowza source’s IP Addr]:2235/
But still the same.
BTW, I have disabled authentication for RTMP.
I really appreciate your help.