You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ws-qvh is very cool and is working very well on Mac. I want it to be run on Ubuntu but fail. There is no video data output. I have tried to update to the latest quicktime_video_hack project. The output is the same.
Following is what I have done.
upgrade to latest quicktime_video_hack with 2 patch from ws-qvh
Modify main.go to fit with latest go-ios which must change go-ios/usbmux to go-ios/ios
build ws-qvh-new on ubuntu
[on linux]
run sudo usbmuxd &
run idevicepair pair
run ws-qvh-new 0.0.0.0:8888
run modified simple web client with h246 renderer connect to ws://:8888
No video output. Find the console output for ws-qvh-new from below
Original ws-qvh is with same result.
I can stream video with ws-qvh & ws-qvh-new on mac.
...
The text was updated successfully, but these errors were encountered:
Hi.
I never tried to run ws-qvh on Ubuntu, because I also need to run WebDriverAgent and it was possible only on macos.
What about quicktime_video_hack on ubuntu, does it work? I guess, you know golang and noticed that ws-qvh doesn't do much except video stream proxing. All real work is done by quicktime_video_hack.
@drauggres Yes, exactly! I have not successfully run quicktime_video_hack on either Linux or Mac. But can successfully run ws-qvh on Mac. So I try ws-qvh on linux to see if I could be luck enough. :)
So the next step I could take is to study why quicktime_video_hack not running well on mac.
ws-qvh is very cool and is working very well on Mac. I want it to be run on Ubuntu but fail. There is no video data output. I have tried to update to the latest quicktime_video_hack project. The output is the same.
Following is what I have done.
[on linux]
...
The text was updated successfully, but these errors were encountered: