dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

Control is Worked. But No video #108

Open iamlion opened 3 years ago

iamlion commented 3 years ago

image

Why does my STF consistently display "Got incoming frame", And can't start.

iamlion commented 3 years ago

WX20210714-111200 I relosved it happy!

Need remove some code ;

image

Immanuel-Codoid commented 1 year ago

Hi @iamlion I'm working on the same. I face an issue during wdaproxy start

mac@macs-MacBook-Pro stf_ios_support % ./run
INFO[0000] auto network interface set; using en0         interface_name=en0 type=default_iface
INFO[0000] Process start - device_trigger                binary=bin/ios-deploy proc=device_trigger type=proc_start
INFO[0000] Process start - stf_ios_provider              binary=/usr/local/opt/node@12/bin/node client_hostname=macs-MacBook-Pro.local client_ip=192.168.29.162 location=macmini/macs-MacBook-Pro.local proc=stf_ios_provider server_hostname=192.168.29.162 server_ip=192.168.29.162 type=proc_start
INFO[0000] Device object created                         dev_ios_port=9240 dev_name="Dev iPhone" dev_uuid="***801E" type=devd_create usbmuxd_port=9920 vid_port=8000 vnc_port=5901 wda_port=8100
INFO[0000] Device connected                              dev_name="Dev iPhone" dev_uuid="***801E" type=dev_connect
trying to get ios version
INFO[0002] Process start - wdaproxy                      --iosDeploy=bin/ios-deploy binary=../wdaproxy iosVersion=16.0.2 proc=wdaproxy type=proc_start uuid="***801E" wdaPort=8100

WDA is not running after this stage, I've waited forever wdaproxy step starts forever and nothing happens after this stage. Am I making any mistake here @iamlion ? Help is much appreciated

KostyaSha commented 1 year ago

WDA is not running after this stage, I've waited forever wdaproxy step starts forever and nothing happens after this stage.

check wdaproxy logs with ./view_log -proc wdaproxy also you can try to open localhost:8100 wdaproxy directly

KostyaSha commented 1 year ago

Need remove some code ;

I guess this negation need to be removed, because later code check wether is video enabled to make it processing...

UPD Either device_trigger didn't send an event...

Jitu1888 commented 8 months ago

hi @KostyaSha Need a small help. On my set up only wda and stf-ios-provider isrunning.

image

I m not seeing video_enabler, ivf-pull and stf-ios-stream

Jitu1888 commented 8 months ago

@KostyaSha Can you please tell me what I m doing wrong? No logs are coming for it

Jitu1888 commented 8 months ago

@iamlion I m not getting the video. Can you help me on this please ? How to debug it ?

Jitu1888 commented 8 months ago

@iamlion How to check if the frames are pushed to stf ? I m able to set up all the things but on stf video is not coming