-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./run started but ios_video_stream
keep ending
#75
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Same behavior as in #71 ; based on the owner of this repo; there will be a fix for this case ! |
The cases I've seen where ios_video_stream refuses to start are due to there being old leftover copies of it still running. Recent changes fixed the removal of those so this should not be occurring on current fresh clone / build etc. You can look at Without additional information on where ios_video_stream crashed I have no way to address this issue beyond what I've seen happen myself. I've also seen ios_video_stream refuse to start due to the network interface not being specified. Recent changes default the network interface to the one that is setup to route by default so that problem should be resolved now also. When this ticket was opened that was still an issue so it was necessary for the network interface to be specified in config.json to get ios_video_stream to start up correctly. That is no longer the case. TLDR: I don't believe this is happening any longer with latest updates. |
@famgy How to start ios_video_stream and ios_video_pull ? |
I m not seeing any logs related to ios_video_stream and ios_video_pull ? @famgy |
proc=stf_device_ios type=proc_end uuid="***402E" |
I executed './run', but it failed with following error.
ios_video_stream
keep ending:When open Stf browser, I can control iphone by mouse, but see nothing about phone's screen-video, such as:
This is my config.json :
I use 'docker-compose up' to start STF server.
Thanks so much for someone who can answer my doubts. Thanks!
The text was updated successfully, but these errors were encountered: