sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
82 stars 14 forks source link

Player crashes if video not found in SMIL #12

Closed bladerunner2020 closed 4 years ago

bladerunner2020 commented 4 years ago

I created the following SMIL file:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<smil>
  <head />
  <body>
    <seq repeatCount="indefinite">
      <video src="vid.mp4" />
    </seq>
  </body>
</smil>

It works. If I change vid.mp4 => vid1.mp4 and video file is not found then player crashes. v.0.3.0412

sagiadinos commented 4 years ago

The bug should be fixed in v.0.3.0.414

bladerunner2020 commented 4 years ago

good job!