You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, May 5th 2011, 3:53pm

CDN Video Streaming

I'm trying to have my video flv's hosted on Video Serving CDN's. I've tried with Amazon Cloud Front and Limelight, both with streaming url ie: rtmp://qps-Flash.OnstreamMedia.com/..../test.flv and with non streaming ie: http://origin-qps.onstreammedia.com/.../test.flv

RTMP is not working at all, and the http:// is actually pulling the video on Krpano, but only the audio.. no Image.

Any suggestions? Ideas? Appreciate if someone has been successful in accomplishing this.

Regards
360Media

2

Thursday, May 5th 2011, 4:03pm

Hi,

Quoted

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:

Source code

1
2
3
<security>
   <crossdomainxml url="http://.../crossdomain.xml" />
</security>


best regards,
Klaus

3

Thursday, May 5th 2011, 9:24pm

Crossdomain.xml

Thank you Klaus. This is what I've done.

Added the following code to the krpano XML. Does it matter where I place it?

<security>
<crossdomainxml url="http://origin-qps.onstreammedia.com/..../crossdomain.xml" />
</security>

Second, I uploaded to the CDN a crossdomain.xls with the following content

<cross-domain-policy xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<allow-access-from domain="http://www.mywebsite.com"/>
</cross-domain-policy>

Is this correct? I still only hear the audio no image.

Thanks
360Media

4

Thursday, May 5th 2011, 9:47pm

Crossdomain.xml

Also Tried this content in the XML

<?xml version="1.0" ?>
<cross-domain-policy xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<allow-access-from domain="http://www.mydomain.com"/>
<site-control permitted-cross-domain-policies="master-only"/>
<allow-http-request-headers-from domain="http://www.mydomain.com" headers="*" secure="true"/>
</cross-domain-policy>

Cheers

Posts: 1,857

Occupation: Virtual Tours - Photography - Krpano developer

  • Send private message

5

Friday, May 6th 2011, 12:38am

What is your website?
Is it listed here?
http://origin-qps.onstreammedia.com/crossdomain.xml
KRPano Developer: Portfolio ::Gigapixel Tagging Solutions - Porfolio 2 :: Facebook :: Twitter :: reddit.com/r/VirtualTour

6

Friday, May 6th 2011, 5:10pm

They added my domain

Sacha, they added my domain and it works now... Good work!!!

Thanks you all.

Regards,
360Media