[MPlayer-dev-eng] [PATCH] smil params support is added.
Andrei Katsuk
steep8 at gmail.com
Thu Feb 3 08:04:52 CET 2011
>
> You didn't really say what the purpose of parsing that is/what
> you do with the info you parse.
Smil parameters is used to play advertisement without seek & skip options.
Sample:
<paramGroup xml:id="ads">
<param name="canSkipForward" value="false" />
<param name="canSkipBack" value="false" />
<param name="canSeek" value="false" />
</paramGroup>
...
</head>
<body>
...
<ref src="http://www.example.com/ad0.flv" paramGroup="ads">
<ref src="http://www.example.com/movie.flv" />
...
</body>
</smil>
More information about the MPlayer-dev-eng
mailing list