cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

Use transocks to achieve the p2p live video streaming for remote driverless vehicle surveillance. #26

Open hongyi-zhao opened 3 years ago

hongyi-zhao commented 3 years ago

I am currently involved in a remote monitoring project for a driverless vehicle. In this project, the camera is installed on the driverless vehicle working in the wild, at the meanwhile, the live video is transferred by specific streaming protocol to the monitor of the client side. Both the vehicle and client are connected to the internet through 4G LTE sim cards.

For the scenario described above, can transocks be used to achieve the p2p live video streaming for remote driverless vehicle surveillance?

Any hints will be highly appreciated.

Regards, HY

ymmt2005 commented 3 years ago

transocks only supports TCP. As live video streaming typically uses UDP, I don't think using transocks is appropriate.