Björn Kopiske
Björn Kopiske
Would you mind tagging this repo for "hacktoberfest"? See https://hacktoberfest.digitalocean.com/resources/maintainers I'd like to contribute!
Since the pull request was merged to dev I assumed that I could retrieve the liveview url via get_liveview. But I've trouble streaming it. The server responds with ` {...
Do you have a working livestream with another camera? Can you see the network traffic on that protocol? Maybe it differs from the working version by some kind of custom...
Maybe there are ways to work work with an Android emulator to get insights in the traffic, see https://developer.android.com/studio/profile/network-profiler But I haven't worked with that yet.
I agree, would be nice to work without `+`!
Thank you very much!
When do you think you'll manage to do the update?
I've just migrated to Kaspresso 1.5.2 and have the problem with 0-byte videos on Mac M1 machines when using forcedAllureSupport -- without forcedAllureSupport I even don't get any allure-results. Even...
For anyone interested, video recording works for me using this: ``` echo no | avdmanager create avd --name "$AVD_NAME" --package "$SYSTEM_IMAGE_ID" --device "$ANDROID_DEVICE" --force emulator -avd "$AVD_NAME" -no-snapshot -wipe-data -noaudio...
I'm also facing this issue, so I'd be interested in any updates :-) Is there any news on this?