- From: Andrea Tricco <andrea.tricco@clio.it>
- Date: Wed, 12 Apr 2006 14:06:50 +0200
- To: <www-smil@w3.org>
Received on Wednesday, 12 April 2006 12:37:22 UTC
Hi all,
I have a H264 video on a QuickTime streaming server.
The video is correctly reproduced when directly called from the player.
Instead, if the video is included in a file smil (as in the following
example), the video doesn't work correctly.
That is, the Audio and video are not syncronized and the audio is not
intellegible.
How can I solve the problem?
Thank you in advance.
Andrea
<smil>
<head>
<layout>
<root-layout width="422" height="390" background-color="white"/>
<region id="video" title="prova video" width="320" height="240"
left="51" top="57"/>
</layout>
</head>
<body>
<seq>
<video region="video" src="my_video.mov" title="MPEG-1 Audio
Stream"/>
</seq>
</body>
</smil>
Received on Wednesday, 12 April 2006 12:37:22 UTC