SMIL and QuickTime

Bernard Devlin bdrunrev at gmail.com
Tue Jun 7 09:38:10 EDT 2011


I looked into SMIL/QT a couple of years back, but never did much with
it.  Could it be simply that the URL in the xmlns:qt is returning a
404?  Maybe there was a real document there before.  If that is the
problem, then maybe you can put the appropriate document up on a
webserver of your own and change the URL.

The main reason I decided not to look further into SMIL/QT was because
it was clear that (at least in that incarnation) those technologies
were being mothballed.  Maybe an QT update has changed the way things
work.  I remember isolating QT so that it could not be updated, after
I got my hand bitten before.

Hope that helps.
Bernard.

On Mon, Jun 6, 2011 at 5:11 PM, Klaus on-rev <klaus at major.on-rev.com> wrote:
> Hi friends,
>
> anyone ever worked with SMIL and QuickTIme?
>
> I have a strange problem :-/
> This SMIL script literally stopped working over night???!!!
>
> <smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:autoplay="true" qt:time-slider="true"/>
>        <head>
>                <layout>
>                        <root-layout width="720" height="576" background-color="#454545" />
>                        <region id="xx" left="0" top="0" width="720" height="576" fit="meet"/>
>                        <region id="video" left="0" top="0" width="100%" height="100%" fit="meet" />
>                </layout>
>        </head>
>        <body>
>                <seq>
>                        <video src="file:///Ablage/DVDs/MP4 etc/Centurion.mp4" region="video" clip-begin="npt=01:59" clip-end="npt=02:10"/>
>                        <video src="file:///Ablage/DVDs/MP4 etc/Aufforderung zum Tanz.mp4" region="video" clip-begin="smpte=00:00:59:00" clip-end="npt=02:01"/>
>                </seq>
>        </body>
> </smil>
>
> I could open it in QuickTIme player (7.xx!) and in a player object in LiveCode
> and both of these video sequences were played the way I wrote in the SMIILE file.
>
> But then some weeks ago it just stopped working!
> QT Player opens the file but I do not see any video.
> Using a SMIL file with audio-only files works however!?
>
> Any hints or ideas?
>
> OS X 10.6.7, LiveCode 4.6.1
> Latest QuickTime version of course
>
>
> Best
>
> Klaus
> --
> Klaus Major
> http://www.major-k.de
> klaus at major.on-rev.com
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>




More information about the use-livecode mailing list