Skip to content

implement Quicktime screen sharing part protocol.

Notifications You must be signed in to change notification settings

anonymous5l/qtstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quicktime Screen sharing for iOS devices

implement Quicktime part protocol.

take screen record from iOS devices.

Thank's for quicktime_video_hack fully document and other implement read that project.

Deps

  • openssl - for libimobiledevice trust device
  • libimobiledevice - find trust device
  • libusb - bulk transfer

Run

$: cargo run

H.264 to MP4

fps rate calculate not correct. and I can't figure out.

# normal fps rate
$: ffmpeg -fflags +genpts -r 50 -i record.h264 -c:v copy output.mp4

About

implement Quicktime screen sharing part protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages