简体   繁体   中英

How to access live webcam remotely on iPhone app?

I want to access live streaming from a webcam on my iPhone and i am wondering how to do this. Scenario is that i am using webcam on my laptop and my laptop and my iPhone are connected with a same network. Now webcam of my laptop is on, is there any way to access the streaming of my laptop webcam? Any suggestion?

You can use ffmpeg library (libavcodec) on iPhone and GStreamer on your laptop.

start udp streaming on laptop using GStreamer, play video on iPhone using FFMpeg library from UDP stream.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM