quikava04 / flowplayer-plugins

Automatically exported from code.google.com/p/flowplayer-plugins
0 stars 0 forks source link

More robust SMIL parser #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Our SMIL files are structured as follows:

<smil>
  <head>
    <meta base="rtmp://1.1.122.41/mds1/"/>
  </head>
  <body>
    <switch>
      <video src="mp4:2090132872118/example.mp4"/>
    </switch>
  </body>
</smil>

Naturally the naive parser in the SMIL plugin fails to handle the nesting
of the video element inside a switch element. The attached patch solves
this problem without interfering with the original intent of this function.

Original issue reported on code.google.com by ugge...@gmail.com on 10 Sep 2009 at 4:19

Attachments:

GoogleCodeExporter commented 8 years ago
this should be fixed in the source. 

Original comment by dani...@electroteque.org on 29 Nov 2011 at 12:02