Hello,
I am trying to re-transmit RTSP/UDP stream from IP Camera similar device.
My issue is as following
(a) Wowza (RTSP Client)
(b) IP Cam device (RTSP Server) : It does not support RTP/TCP (only UDP)
(1)
(a) --> [DESCRIBE] --> (b)
(a) <-- [RES: Transport = RTP/AVP] <-- (b)
(2)
(a) --> [SETUP : with RTP/AVP/TCP] --> (b)
(a) <-- [400 Bad Request] <-- (b)
(3)
(a) is waiting
I tried server.xml/ port sharing : true
Still Wowza try RTP/AVP/TCP and waiting.
Any thought about it? In fact, there is similar question in below but no answer.
Thank you for reading.
Regards,