Kenny
Kenny

Reputation: 1553

Is there any API or JNI wrapper that enables Glass to decode a raw H.264 video stream over a network?

We are wondering if there is any API or JNI wrapper that enables Glass to decode raw H.264 video stream over network? Our understanding is that API 16 has the MediaCodec api which supports En/Decoding of the H.264 format but since glass runs on API 15, it complains about media class not found. We have also tried other third party libraries but of no avail. Any help is appreciated, thanks.

Upvotes: 3

Views: 211

Answers (1)

mimming
mimming

Reputation: 13954

It looks like your research is correct. This isn't something that's available as of on Glass a this time.

If this is something that you'd like GDK to support, please let Google know by creating an issue in the official issue tracker.

Upvotes: 1

Related Questions