[Zope] smil/dtml problem!!

Alexander Tuchacek alex@khm.de
Tue, 15 May 2001 11:16:49 +0200


hallo all,

i would like to generate a smil multimedia file dynamically during 
invokation, my problem is that when i generate a simple smil file as a DTML 
Document the browser does not start the real player,

i copied the same dtml/zope document to my local linux machine and from 
this server (same client!) it works, from another on the internet it does 
not??? i changed permisseon but this does not help????

its really simple but i dont know how to solve.

this is the dtml document:
-----------
<smil>

<body>
	<video src="rtsp://io.khm.de/FLUSSER/8.2_a.rm"/>
</body>

</smil>
----------------
url:
http://eta.snm-hgkz.ch:8080/eta/www/db/xxx.smi


thanks for help,
alex