Reputation: 191
i'm struggling to find a way to deliver youtube video in the glassware i'm developing using python. What i want to do is to push a card to the users of my glassware and attach to it a youtube video. The problem is that , judging from the online documentation, you can only attach a video to the card by uploading it from your server to the google mirror apis. I was not able to find any method to link the video in the card. (https://developers.google.com/glass/timeline#attaching_video)
I also tried to embed the iframe html code in the card but both the iframe and video tags are stripped out so ... no cigar.
I also thought about pushing the card in the user's timeline and put a link in the card html. The problem is that the link in the card is not clickable from the user. Neither can i add an action to the card since actions seems not able to open external links. (https://developers.google.com/glass/menu-items)
I'm running out of ideas....
Any suggestion or lateral thinking approaches will be greatly appreciated
F.
Upvotes: 2
Views: 153