-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Fails to initialize on Android Wear smartwatch #82
Comments
I don't have a smart watch, but the documentation of
Maybe you could try replacing this call as suggested. Not sure it will work better. |
Is there a way to query what it supports via adb? |
I got my environment setup so I can build the server. What exactly would I change in that call to test it out? |
Thanks, was going to close it out myself as I assumed there wasn't really anything that could be done for it. |
Maybe you could test using
|
@parkerlreed how does one get to that codec information on android please ? |
@elig0n Just an application that shows it. At the time I just found a random application online but it seems there's one on the store https://play.google.com/store/apps/details?id=net.tyniw.mediacodecinfo.application |
@parkerlreed Does |
@rom1v I seem to have my charger but not my watch... I'll see if I can dig it out and give it a test. |
@parkerlreed I just created a project to give more infos about video codecs available: Please post its results for your watch. |
Hi,
Seems like android wear watches does not have encoders at all. |
This was never Android 4. Most watches were on Marshmallow at the time (and I'm hitting the same on Nougat) Also sorry for the late response. Just circled back around to this. I am unable to build the CheckVideoCodecs
|
I am facing the same issue with my Amazfit Stratos...
Other times:
Some can help me please? Tested at Galaxy S8 and worked like a charm. |
@andreluigo Is it Android 4? Anyway, it seems "smart watches" don't have a H.264 encoder. |
No. It's newer. |
I wonder if this could be fixed by using "video/raw" encoding instead of "video/avc"? Wear does support raw video encoding, and ffmpeg can convert it: https://developer.android.com/training/wearables/apps/debugging?hl=en#screenrecord |
This issue seems closed but I'm failing to find a solution. What's the way to make it work with Wear OS? |
There's nothing special. You just need a watch that is new enough to support it (hardware video encoding). Works right away on my Galaxy Watch4 Classic. |
Asus Zenwatch 2 on Android Wear 2.0.
The text was updated successfully, but these errors were encountered: