problem with QuickTime
"Andrea Tricco" <[email protected]>
| Newsgroups | gmane.comp.web.smil |
|---|---|
| Message-ID | <005801c65e29$94aca3d0$1408000a@brunofatia> |
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>