How does ios receive real-time images through wifi external cameras?

iOS receives real-time images through an external camera connected to WiFi. Now I have no clue.

Jun.08,2022

you can split the process.

first of all

  1. camera can send video
  2. the phone should be able to see this video
  3. can communicate between the two.

secondly, when analyzing 1, you can consider some cameras supported by rtmp, so you don't have to write the protocol yourself with the help of rtmp protocol.
analyze 2. If there is a camera that supports rtmp protocol, the phone just needs to find the corresponding LVB sdk.
after analyzing 3, see what your requirements should look like. Generally speaking, there is a central server distribution address.

after this analysis, your problem is how to achieve real-time LVB in iOS. The video source of the LVB comes from a camera that supports rtmp.

Menu