Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

About Smil support and Smil Playlist with captions

2 replies [Last post]

Hi.

Before anything I have to say Congratulations! and your work is great as the the result!.

I was cheking the player documentation and I remember that was another column in playlist tags & labels suported for the Smil format. It's mean that there's no more support for smil format?

I've a player working properly with this smil playlist:

<body>
<seq>

<par>
<video title="Title1" src="http://video1.flv" />
<img src="image1.jpg"/>
</par>

<par>
<video title="Title2" src="http://video2.flv" />
<img src="image2.jpg"/>
</par>

</seq>
</body>
</smil>

Its everthing working well but i would like to make the same changes in jwplayer properties like in the XML playlist or RSS playlist does.

For example here:

<title>Example RSS feed with jwplayer extensions</title>
<item>
<title>FLV Video</title>
<link>link1</link>
<description>description1</description>
<enclosure url="bla bla"/>
<jwplayer:author>the Peach Open Movie Project</jwplayer:author>
<jwplayer:provider>http</jwplayer:provider>
<jwplayer:duration>34</jwplayer:duration>
</item>

I would like something similar to

<par>
<video title="Title2" src="http://video2.flv" />
<img src="image2.jpg"/>
<meta rel='captions.file'>http://myfile.srt</meta>
</par>

But is not working (with the caption plugin enabled in the flashvar embed code)

Hi Juan,

Unfortunately at this time the player does not support the jwplayer namespace in smil files.

Thanks.

Thankyou Cameron for your quick response.

I've then to change to the XML format playlist.

I saw a open ticket in development side for improve smil tags. Then I'm waiting for new tags.

Carry on! you're doing a great job.