ios-screen-record icon indicating copy to clipboard operation
ios-screen-record copied to clipboard

About A python based Apple Quicktime protocol,you can record audio and video from real iOS devices

Results 11 ios-screen-record issues
Sort by recently updated
recently updated
newest added

```2022-08-24 04:53:58,087 - util.py[line:58] - INFO: Find Device UDID: 4e50da4c5b930e51d8a37f8ec407864aea9d800c 2022-08-24 04:53:58,088 - util.py[line:91] - INFO: Disabling hidden QT config Traceback (most recent call last): File "/home/root/.local/bin/ioscreen", line 8, in...

我在ubuntu 20.04下安装pip install ioscreen ;连接iphone6s手机,执行出现如下错误,这个是怎么回事。 root@ubuntu:~/Downloads$ ~/.local/bin/ioscreen --udid=4e50da4c5b930e51d8a37f8ec407864aea9d800c record -h264File=/home/root/a.h264 -wavFile=/home/root/b.wav 2022-08-24 04:53:58,087 - util.py[line:58] - INFO: Find Device UDID: 4e50da4c5b930e51d8a37f8ec407864aea9d800c 2022-08-24 04:53:58,088 - util.py[line:91] - INFO: Disabling hidden QT...

Hi, I have encountered an error while trying to play udp: command: `ffplay -f h264 udp://127.0.0.1:8880 ` The output : `[NULL @ 0x7fdb6603be00] non-existing PPS 0 referenced [h264 @ 0x7fdb6a017e00]...

录屏会导致webdriverAgent连接断开,我尝试用先启动录屏,但是不开始读取流数据,等wda server启动之后的方式解决这个问题,但是在等待wda server启动后在读取流时会报错`WARNING: [Errno 60] Operation timed out`,无法正常读取流 ``` def writeStream(self): """ 异步写入线程 :return: """ while True: try: data = self.device.read(self.inEndpoint, 1024 * 1024, 3000) self.byteStream.put(data) except Exception as E:...

执行命令 ioscreen -u=xxxxx record -h264File=test1.h264 -wavFile=test2.wav 设备型号:iPhone 12 设备系统:14.1 效果如下视频 https://user-images.githubusercontent.com/12739697/130032815-de58a1d1-0175-49c4-9830-333f95271d68.MP4

bug

录制帧率只有25,播放变成慢动作了。 mac os 11.3.1 iphone 11 iOS 13.6

CMTime.py里的代码 ![image](https://github.com/YueChen-C/ios-screen-record/assets/37769332/c2c4daed-64af-4223-b3c3-469390d1a08e)

2023-04-06 14:40:28,868 - util.py[line:95] - INFO: Disabling hidden QT config 2023-04-06 14:40:28,869 - util.py[line:156] - INFO: enable_qt_config.. 2023-04-06 14:40:28,869 - util.py[line:75] - INFO: Enabling hidden QT config 2023-04-06 14:40:28,872 -...

Hi, I am trying to record iOS screen video using a Mac. **Command used**: ioscreen -u="00008103000E09D23ADA001E" record -h264File=out.h264 -wavFile=out.wav **Device details:** iPad connected to Mac using type C - C...