quicktime_video_hack
quicktime_video_hack copied to clipboard
Record iOS device audio and video
My objective is to replicate your project on C++. I'm currently on Ubuntu 20.10 with libusb 1.0.23. I've managed so far to enable the hidden QT-Config, to receive the PING...
…ot recognized by usbmuxd after recording
This should probably not be an issue, as they just a few observations and questions. I wonder if you have more information on the handling of clocks and timing (specially...
hello Daniel, really good work! I have a little problem, when _qvh devices_ send me one UDID but _qvh activate_ send me another UDID. `user@ubuntu:~$ cd qvh/ user@ubuntu:~/qvh$ ./qvh devices...
hi,developer i use the release version and run it in Ubuntu 18.04 master@ubuntu:~/Desktop/tools/quicktime-hackdemo/bin/bin/linux$ ./qvh record /home/master/Desktop/1.h264 /home/master/Desktop/2.wav {"level":"info","msg":"Device '96aaf300a6f4d62114d29824feb8056bf3822aaa' USB connection ready","time":"2020-04-08T01:56:02-07:00"} {"level":"info","msg":"AudioVideo-Stream has started","time":"2020-04-08T01:56:02-07:00"} then,the 1.h264 and the 2.wav...
First of all, I'd like to say, this is an amazing project and impressive reverse engineering work 😄 I do have one issue that sometimes happen, of MacOS not recognizing...
1. plugin iphone 2. enable usb-qt-config 3. claim interface 4. receive ping-packet from usb-qt-interface(0xFF,0x2A) 5. nothing more ... can you help me to find the reason? thank you very much...
```bash a@debian:~$ ./quicktime_video_hack devices -v {"level":"info","msg":"Set Debug mode","time":"2019-12-08T16:08:53-05:00"} {"level":"debug","msg":"Opened usbcontext:\u0026{0x200dc90 0xc0000f40c0 {}}","time":"2019-12-08T16:08:53-05:00"} {"level":"debug","msg":"Found MuxConfig 3 for Device 1.2: 05ac:12a8 (available configs: [1 2 3 4])","time":"2019-12-08T16:08:53-05:00"} {"level":"debug","msg":"Found MuxConfig 4 for Device...
Hi danielpaulus, Could you help confirm your ubuntu os version and libusb library version? Thanks! I tried on Ubuntu 20.04.1 + libusb 1.0.23, and the device does not send any...
hello i try use go run main.go gstreamer but always stuck on exit status 1 with error **can't make element: h264parse** do you know what is the problem ? i...