Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何建议制作一个在旋转设备时保留缓冲区状态的 VideoPlayer(用于 HLS 流)?我总是在后台提供服务并在旋转设备时处理表面连接,但不起作用。我丢失了视频(音频仍在工作)并收到错误: E/MediaPlayer(28347): error (1, -2147483648) videoView 位于带有 setRetainInstance(true) 的片段中;启用
任何想法?这个想法可能吗?
应用程序在旋转检查方法(如 onStop onResume)上新创建,在旋转的情况下会被调用。
注意不要两次启动该服务
旋转Android上的活动重启