All Projects → XSation → Playbackop

XSation / Playbackop

android操作录制、操作回放

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Playbackop

bigscreen-player
Simplified media playback for bigscreen devices
Stars: ✭ 62 (+244.44%)
Mutual labels:  playback
termbacktime
Terminal recording and playback.
Stars: ✭ 33 (+83.33%)
Mutual labels:  playback
Howler.js
Javascript audio library for the modern web.
Stars: ✭ 19,425 (+107816.67%)
Mutual labels:  playback
napster.js
Napster Javascript SDK
Stars: ✭ 51 (+183.33%)
Mutual labels:  playback
twitch-chatlog
Fetch the chatlog to a twitch VOD from your command line.
Stars: ✭ 78 (+333.33%)
Mutual labels:  playback
Straas-android-sdk-sample
Straas Android SDK samples and documentation
Stars: ✭ 12 (-33.33%)
Mutual labels:  playback
jest-playback
Record and playback http requests from your Jest tests
Stars: ✭ 51 (+183.33%)
Mutual labels:  playback
Shaka Player
JavaScript player library / DASH & HLS client / MSE-EME player
Stars: ✭ 5,386 (+29822.22%)
Mutual labels:  playback
foobar2000-web-ui
Control Foobar2000 from a (remote) web browser
Stars: ✭ 25 (+38.89%)
Mutual labels:  playback
Jellyfin Kodi
Jellyfin Plugin for Kodi
Stars: ✭ 332 (+1744.44%)
Mutual labels:  playback
practicesharp
A playback practice tool for musicians that allows slowing down, changing pitch, defining presets and loops on music files.
Stars: ✭ 27 (+50%)
Mutual labels:  playback
TBbard
Automated FFXIV Bard Performer (Now with MIDI support!)
Stars: ✭ 38 (+111.11%)
Mutual labels:  playback
Bettervideoplayer
Video playback on Android, made better in Kotlin, wrapping around the stock MediaPlayer API.
Stars: ✭ 266 (+1377.78%)
Mutual labels:  playback
scamp
a Suite in Python for Computer-Assisted Music [MIRROR of https://git.sr.ht/~marcevanstein/scamp]
Stars: ✭ 55 (+205.56%)
Mutual labels:  playback
Mediaplayer Extended
Android MediaPlayer API-compatible media player library with exact seek and DASH support
Stars: ✭ 406 (+2155.56%)
Mutual labels:  playback
Spotify-Telegram-Bio-Updater
Spotify Telegram Bio Updater Heroku Integration
Stars: ✭ 26 (+44.44%)
Mutual labels:  playback
cast control
📺 Control Chromecasts from Linux and D-Bus
Stars: ✭ 443 (+2361.11%)
Mutual labels:  playback
Redux Bug Reporter
🐛 A bug reporter and bug playback tool for redux. 🐛
Stars: ✭ 683 (+3694.44%)
Mutual labels:  playback
Chromecast mpris
📺 Control Chromecasts from Linux and D-Bus
Stars: ✭ 413 (+2194.44%)
Mutual labels:  playback
Djv
Professional media review software for VFX, animation, and film production
Stars: ✭ 282 (+1466.67%)
Mutual labels:  playback

行为录制、回放

  • 代码量少、原理简单、仅适用于瞎玩
  • 为方便,motionevent直接存内存,motionevent不支持序列化到本地。可以提取关键信息(位置、action等),写入到文件中,通过硬盘、网络传播
  • 目前不支持弹出新window后的录制、key事件。仅支持通过activity分发出的事件的录制、回放。
  • 为了解决activity之间的跳转,粗暴的在onBackPressed中认为点了返回键。同时也粗暴的认为,点击返回键产生的效果就是finish。
  • 目前的效果并没有想到很好的应用场景!!! 只是单纯觉得好玩
  • 闲鱼、淘宝也有类似的产品,不知道他们的实现原理。该项目没有借鉴他们。

图一该项目地址 https://github.com/kaikaixue/Eyepetizer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].