Re: Question regarding timeline concepts in SMIL

Daniel Weck <[email protected]>
Newsgroups gmane.comp.web.smil
Message-ID <[email protected]>
Hi !

You can certainly skip content using SMIL.

Let's assume the advert is a 5mn clip encoded within the video file,  
say between 5mn and 10mn. The goal is to play the video between 0 and  
5mn, then again immediately between 10mn and the end of the video:

<seq>
	<video src="example.mpg" clipEnd="5mn"/>
	<video src="example.mpg" clipBegin="10mn"/>
</seq>

Hope that helps, Dan/

On 21 Sep 2007, at 16:07, Spiral Universe wrote:
> Hi,
>
> I'm doing a research on SMIL and there is a first question that  
> it's on my mind and I couldn't find a concrete answer. As I  
> understand SMIL document have a timeline concept, just like a video  
> (can play, pause, seek,  etc). But what about nodes that I don't  
> want to be included in the timeline? Suppose there is a midroll  
> advertisement inserted into a video that I don't want to be visible  
> for the user? Should this be resolved with the SMIL player  
> implementation or does SMIL already support stuff like this ?
>
> Regards,
> Mihaly Balogh
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.