Skip to content Skip to sidebar Skip to footer

How To Authenticate When Using Videoplayer?

I am implementing the following solution Play a video in Glass Intent i = new Intent(); i.setAction('com.google.glass.action.VIDEOPLAYER'); i.putExtra('video_url', '...'); startAc

Solution 1:

The com.google.glass.action.VIDEOPLAYER Intent is an undocumented Intent that is likely to change without any notice. There's no official support for it, thus no authentication.

If you need video playback capability, I strongly recommend that you follow this feature request.

Solution 2:

Hi prepare method of mediaplayer fails if you call it before setting the datasource or if setdatasource fails Try changing the url

Solution 3:

Currently (only for testing) I made the token a query parameter, and authenticated through that.

Post a Comment for "How To Authenticate When Using Videoplayer?"