danielpaulus / quicktime_video_hack

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

qvh record errors #149

Open VoroshylovDmitry opened 1 year ago

VoroshylovDmitry commented 1 year ago

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 version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_14
libva info: va_openDriver() returns 0
{"error_message":"failed connecting to usb","original_error":"descriptor of interface (-1, 0) in vid=05ac,pid=12a8,bus=3,addr=11,config=4: interface -1 not found, available interfaces 0..2"}

If try to use this commant ./qvh gstreamer Have this one error data:

{"level":"info","msg":"Starting Gstreamer..","time":"2023-07-25T12:49:59+02:00"}
{"level":"info","msg":"Gstreamer is running!","time":"2023-07-25T12:49:59+02:00"}
{"error_message":"failed connecting to usb","original_error":"descriptor of interface (-1, 0) in vid=05ac,pid=12a8,bus=3,addr=11,config=4: interface -1 not found, available interfaces 0..2"}

I see that there is this error "failed connecting to usb", but I can not understand how to solve it and even where to start.

I will be grateful for help