quicktime_video_hack
quicktime_video_hack copied to clipboard
Record iOS device audio and video
Now, if I want to record mp4 file, I have to do ```bash ./quicktime_video_hack record a.h264 a.wav ffmpeg -framerate 60 -i a.h264 -i a.wav -c:v copy -f mp4 output.mp4 -y...
Calling sendQTDisableConfigControlRequest does not shut down video streaming / disable the 0x2a interface. It seems to do nothing. This is problematic as once streaming is enabled then stopped, even going...
the h264 file is fine, but the wav is always zero buffer, i can't find why?please give me some suggestion. Thanks.
go run main.go gstreamer # github.com/danielpaulus/gst cgo-gcc-prolog:110:35: warning: 'gst_element_get_request_pad' is deprecated: Use 'gst_element_request_pad_simple' instead [-Wdeprecated-declarations] /opt/homebrew/Cellar/gstreamer/1.20.3/include/gstreamer-1.0/gst/gstelement.h:1041:9: note: 'gst_element_get_request_pad' has been explicitly marked deprecated here /opt/homebrew/Cellar/glib/2.72.3_1/include/glib-2.0/glib/gmacros.h:1113:44: note: expanded from macro 'G_DEPRECATED_FOR'...
AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': Device or resource busy
i use ubuntu 20.04 system and download qvh and run command on it, i use my iphone6s device connect then get error log below: test@ubuntu:~/Downloads/bin/linux$ sudo ./qvh devices {"devices":[{"deviceName":"iPhone","screen_mirroring_enabled":true,"udid":"4e50da4c5b930e51d8a37f8ec407864aea9d800c","usb_device_info":"vid=05ac,pid=12a8,bus=3,addr=12"}]} test@ubuntu:~/Downloads/bin/linux$...
**Daniel Paulus's [video demo](https://www.youtube.com/watch?v=aqM-g01qP2c). In this video it show screen dialog when run success.** I run: qvh gstreamer it show msg: "AudioVideo-Stream has started" BUT not show screen dialog. It...
{"level":"info","msg":"no usbSerial specified, using '921093493bc57f1639871540b44fda6375e7719b'","time":"2023-08-02T18:57:37Z"} {"level":"info","msg":"found iPhone 7 Plus 15.7.5 for udid 921093493bc57f1639871540b44fda6375e7719b","time":"2023-08-02T18:57:37Z"} {"level":"fatal","msg":"Error closing usb context: \u0026{0x7fdeec000cf0 0xc000400000 {} {0 0} map[0xc000414080:true]}","time":"2023-08-02T18:57:37Z"} @danielpaulus I really hope you can help...
When I start recording a video stream, the following errors occur. Please help who can. Same error when running as superuser **sudo ./qvh record /var/www/out.h264 /var/www/out.wav** ``` libva info: VA-API...
**When I run command -> "qvh activate" in first time I have this one errors:** ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation...