quasar1 / boxeebox-xbmc

Current status - New build released KODI 14.2 (Hybrid - 8th release) November 12th, 2017
Other
49 stars 10 forks source link

Disclose TV addon - playback issues with VP8 #14

Open quasar1 opened 8 years ago

quasar1 commented 8 years ago

Seems the Boxee doesn't like playing VP8 video format on this plugin, to overcome this do the following:

Edit line 80 of 'scraper.py' from match = re.search(r"(https?://video.*?\.(flv|mp4|webm))", data) to match = re.search(r"(https?://video.*?\.(flv))", data)

The video will play back as MP4 (SMD - h265), using hardware.

Just a quick, easy fix...