khloke / play-to-xbmc-chrome

A Google Chrome Extension for sending online content to be played on XBMC. Supported websites include YouTube, Vimeo, CollegeHumor, DailyMotion, eBaumsWorld and SoundCloud.
MIT License
186 stars 112 forks source link

Support for "la chaîne l'Equipe"? #109

Open joelthelion opened 7 years ago

joelthelion commented 7 years ago

Hi and thanks for your great add-on. I've been trying to use it for "la chaîne l'équipe" streams (http://www.lequipe.fr/lachainelequipe/). I know the underlying provider is dailymotion, so I believe it should be able to work. However, the "play now" button is greyed out in the extension's menu (presumably because this site is not listed as supported).

If I right click the player, I can see "Play to Kodi > Play now" in the contextual menu. Unfortunately, it doesn't work. I get the following error in the Kodi log:


02:05:26.505 T:1466954672 WARNING: Create - unsupported protocol(blob:https) in blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549
02:05:26.505 T:1466954672   ERROR: Exists - Error checking for blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549
02:05:26.590 T:1946230784  NOTICE: VideoPlayer: Opening: blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549
02:05:26.590 T:1946230784 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED
02:05:26.591 T:1732707248  NOTICE: Creating InputStream
02:05:26.592 T:1732707248 WARNING: CreateLoader - unsupported protocol(blob:https) in blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549
02:05:26.592 T:1732707248   ERROR: CVideoPlayer::OpenInputStream - error opening [blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549]
02:05:26.592 T:1732707248  NOTICE: CVideoPlayer::OnExit()
02:05:26.592 T:1946230784   ERROR: Playlist Player: skipping unplayable item: 0, path [blob:https://www.dailymotion.com/78f13c08-48c1-45ee-96b4-6301bda9b549]
02:05:26.594 T:1946230784  NOTICE: CVideoPlayer::CloseFile()
02:05:26.594 T:1946230784  NOTICE: VideoPlayer: waiting for threads to exit
02:05:26.594 T:1946230784  NOTICE: VideoPlayer: finished waiting
02:05:26.594 T:1946230784  NOTICE: CVideoPlayer::CloseFile()
02:05:26.594 T:1946230784  NOTICE: VideoPlayer: waiting for threads to exit
02:05:26.595 T:1946230784  NOTICE: VideoPlayer: finished waiting

Any ideas?