Kodi Community Forum

Full Version: Anyone know how to play google video on XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
now I can play the url like this.

Code:
https://redirector.googlevideo.com/videoplayback

but when I try to play url like.

Code:
https://video.google.com/get_player?docid=A0B7ggp237fM1ALWxpdFEwUEdzeWs&ps=docs&partnerid=30&version=3&showinfo=0&autoplay=1

by using xbmc Player() it can't play at all.

Code:
xbmc.Player().play(url, listitem, windowed)

How can I play url like this ?

Thanks you for the answer.