danielpaulus / quicktime_video_hack

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

Fix multiple device issue#44 #59

Closed ghost closed 4 years ago

ghost commented 4 years ago

Replaced opening with VID and PID by opening using the SerialNumber of the device.

Should fix: https://github.com/danielpaulus/quicktime_video_hack/issues/44

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into master will decrease coverage by 0.62%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
- Coverage   58.64%   58.02%   -0.63%     
==========================================
  Files          36       36              
  Lines        1683     1701      +18     
==========================================
  Hits          987      987              
- Misses        611      629      +18     
  Partials       85       85              
Impacted Files Coverage Δ
screencapture/activator.go 0.00% <0.00%> (ø)
screencapture/discovery.go 0.00% <0.00%> (ø)
screencapture/usbadapter.go 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d060e9a...8bf6b00. Read the comment docs.