This project is about the tool to transfer the screen of ios device in jpeg format to the designated place in tcp method.
- For source development, the following github contents were referenced.
The test was performed on macos, and it was not confirmed whether it could be performed on other os.
- go version : 1.14 (Recommended for version 1.12 or higher)
- setup
brew install libusb
brew install pkg-config
brew install ffmpeg
brew install gstreamer gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly
go build
-
prepare ios device and connect to your mac
-
clone ios-video-stream(https://github.com/nanoscopic/ios_video_stream.git), build and run
git clone https://github.com/nanoscopic/ios_video_stream.git
cd ios_video_stream
go get
go build
./ios-video-stream -stream
- clone this project, build and run
git clone https://github.com/jjunghyup/ios-screen-mirror.git
cd ios-screen-mirror
go get
go build
./ios-screen-mirror -pull
- go to
https://localhost:8000
on your browser and clickopen
button