ClaudeLi
Results
3
comments of
ClaudeLi
@ZyjEugene 401 | Invalid Action | 这个服务中没有该名称的动作 可以在 设备信息的SCPDURL查看设备支持的动作
@creeveliu 可以查看下device /*/AVTransport/action 看下有没有
let rc = key.withUnsafeBytes ({ (bytes) -> Int32 in let bytes = bytes.load(as: UnsafePointer.self) return sqlite3_key(handle, bytes, Int32(key.count)) }) 这样是否可行?