Hi,
RTMP is not working at all, and the http:// is actually pulling the video on Krpano, but only the audio.. no Image.
the videoplayer plugin doesn't support RTMP yet,
about no image - this is a cross domain access security problem (you will see the error when you use the Debug Flashplayer),
try use use a
crossdomain.
xml on the server of the video file,
and add this code with the path to it to the
xml:
|
Quellcode
|
1
2
3
|
<security>
<crossdomainxml url="http://.../crossdomain.xml" />
</security>
|
best regards,
Klaus