Hey everyone, hope you can help me out with this one. Up until now I have worked on projects that have been on a local LAN, however I have been tasked with building a much different system.
We are dealing with a helicopter video downlink system that is spread of a large geographic area. They will be using a microwave receiver and a decoder to receive the streaming video. The decoder gives to option of sending out a UDP or RTP stream to either a multicast or unicast destination. Some of the receive sites are hardlined, others will be over a cellular network. Either way, it has to cross the internet at some point.
They are operating a server that has been used for IP camera purposes in the past using Canon VHB41's on Cradlepoint Cellular modem/routers. It is behind corporate firewalls galore so I am attempting to bypass them with a cellular modem/router for a proof-of-concept demonstration. This is where things start getting fuzzy.
Here is what I have configured:
(Local Hardware)
Server IP: 10.0.1.10
Server Cellular Modem WAN IP: 169.250.176.172 (Not the actual IP, but you get the idea)
Server Port Forward UDP 169.250.176.172:12003 --> 10.0.1.10:12003
(Remote Receiver)
Encoder/Decoder:192.168.143.2
Stream: rtp:/169.250.176.172:12003
In BI, what address would I set as my source? Would it be the local c=modem/router LAN address? Or am I missing something else further upstream? Thank you for your help!
We are dealing with a helicopter video downlink system that is spread of a large geographic area. They will be using a microwave receiver and a decoder to receive the streaming video. The decoder gives to option of sending out a UDP or RTP stream to either a multicast or unicast destination. Some of the receive sites are hardlined, others will be over a cellular network. Either way, it has to cross the internet at some point.
They are operating a server that has been used for IP camera purposes in the past using Canon VHB41's on Cradlepoint Cellular modem/routers. It is behind corporate firewalls galore so I am attempting to bypass them with a cellular modem/router for a proof-of-concept demonstration. This is where things start getting fuzzy.
Here is what I have configured:
(Local Hardware)
Server IP: 10.0.1.10
Server Cellular Modem WAN IP: 169.250.176.172 (Not the actual IP, but you get the idea)
Server Port Forward UDP 169.250.176.172:12003 --> 10.0.1.10:12003
(Remote Receiver)
Encoder/Decoder:192.168.143.2
Stream: rtp:/169.250.176.172:12003
In BI, what address would I set as my source? Would it be the local c=modem/router LAN address? Or am I missing something else further upstream? Thank you for your help!