Replies: 7 comments
|
Hi. One more thing: all this players work with h264 NALUs, i.e raw h264-stream without container like mp4/mpeg-ts/flv. |
|
Hi, The idea came from this project: I prefer the interface from WS-SCRCPY which can handle the devices and switch the screens. |
|
ws-scrcpy seems to already handle the encoding on the server side? So I didn't look closely. In the end I chose to use a modified version of ws-scrcpy directly. I tried to decode the raw data stream emitted by scrcpy and it didn't work very well. Maybe I'm not very familiar with H264 encoding, the intercepted data can only render a part or the first few frames, and there will be errors. I hope the author can share some processing methods about H264. Thank you so much. @hotDOGEEE wfs.js can only render a part of the frame, and it is bloated. |
嗯,或者关于ws的图片和操作,具体的通信协议和关键字解析能出一个类似接口文档的内容,会很方便 |
|
我在与scrcpy服务端连接层做了与NetrisTV修改版本相似的工作。对scrcpy数据进行了再加工,这样的好处是不需要对原始的scrcpy进行改动。之后我可能会出一个原始的scrcpy数据流规则文章介绍或开源出来。 |
https://github.com/yume-chan/ya-webadb/tree/master/libraries/scrcpy |
我参考了ya-webadb |
Uh oh!
There was an error while loading. Please reload this page.
Could we have any way to make a simple DEMO by using the h264 player from this project?
I've been building a platform. Right now I'm trying to use the WS-SCRCPY service.
Dealing with the video stream is a hard thing for me right now.
Will be apppreciate if you can show me some samples or teach me some details about the frame.
All reactions