-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
H264/AAC mode #18
Comments
Hi, hi speed H264 is not a simple thing. I'd like to do this but ithis is my free time project, so feture wil not be avalible soon. But it's an open project too, so anyone my implement it ) |
While this is a different approach it is still a good read on how scrcpy transfers H264: https://blog.rom1v.com/2018/03/introducing-scrcpy/ ("No buffering" part) |
Thank you dkrivoruchko |
Could you link to https://github.com/Genymobile/scrcpy somewhere in README for now? |
@m1ga adb is not necessary in this case, scrcpy use adb to grant permission, in order to write touch event into a system file, which cannot be done by third-part app. ScreenStream doesn't include touch event pass function. |
@kyze8439690 ok, thanks for the info (the post is two years old 😄 ) |
the new codec will help reduce the load on the network. h.264 compression is better than mjpeg. |
i have done it with h.264 simple one .java file server and one .cs file client https://github.com/qaisbayabani/ANDROID-SCREEN-STREAM-CAST-MIRROR |
@qaisbayabani there is one problem – user has to install some software on pc. |
one time instal app on mobile and copy paste the pc client application directory to pc and you are
good to go. as regarding other about sources as you can
debug and get the code, if u cant do it, sources are available at my other repo.
qaisbayabani/SCRCPY-C-Sharp-Client
(github.com) <https://github.com/qaisbayabani/SCRCPY-C-Sharp-Client>
https://github.com/qaisbayabani/SCRCPY-C-Sharp-Client/blob/master/Sra6.java for server on android phone.
https://github.com/qaisbayabani/SCRCPY-C-Sharp-Client/blob/master/clientformyserver.cs for pc client
"there is never any need of jumbled class libraries to execute the a thread" :)
|
Hi,
very grate app, i use that to teach/show things on android (there are many neet apps for school environments 😉) from my physical device to the big wall. But is it possible to add an H264 mode with additional sound support so it can be also used for high framerates and does not require that much bandwith, our school wifi is much times quite over loaded when 30 pupils are online?
Grate
The text was updated successfully, but these errors were encountered: