danielpaulus / quicktime_video_hack

Record iOS device audio and video
MIT License
520 stars 110 forks source link

Turning off Valeria mode will receive an unknown protocol #121

Open ChinaGuCheng opened 2 years ago

ChinaGuCheng commented 2 years ago

In the dict format sent by the Send SPD1 message, Valeria=1 means it is turned on. After turning on, the video format will always be the recording screen, and the device time will become 9:41.

Valeria=0 means close, the device time is normal after closing, and the video format will change according to the scene. For example, when playing a video in the APP, an unknown protocol will be transmitted

danielpaulus commented 2 years ago

Can you provide some more details how to reproduce? I don't fully understand.

ChinaGuCheng commented 2 years ago

file : asyn.go function : CreateHpd1DeviceInfoDict()

you can try modifying Valeria to false.

Key: "Valeria", Value: true, //iPhone time 9:41, The default maximum width height, cannot be modified --> Key: "Valeria", Value: false, //iPhone time normal, Using the set width height, can modify