Skip to main content
Participating Frequently
February 11, 2013
Answered

On-demand streaming doesn't work

  • February 11, 2013
  • 1 reply
  • 3817 views

I want to config the on-demand Adobe MEdia Server on Amazon.

I've done all steps from this instruction http://help.adobe.com/en_US/flashmediaserver/amazonec2/WS6fc2df2b6d2ce 24359910e2812c396a83eb-7ff8.2.html, but it doesn't work.

I check the sample video files in player http://www.osmf.org/configurator/fmp/#

For the video

rtmp://ec2-54-234-27-150.compute-1.amazonaws.com//vod/sample.flv

it says 'Buffering' and nothing more

For the video

http://ec2-54-234-27-150.compute-1.amazonaws.com/vod/hds_sample1_manif est.f4m

it says 'We are having problems with playback. We apologize for the inconvenience'

What's the problem?

I checked the player on this page http://ec2-54-234-27-150.compute-1.amazonaws.com , it works fine

This topic has been closed for replies.
Correct answer Manish_K_A

What do you meen "Quicktime 10+".

Apple offers only Quicktime 7. It's the highest version. Isn't it? http://www.apple.com/quicktime/download/


Please read the intrdouction section in http://developer.apple.com/library/ios/#technotes/tn2224/_index.html. Its specifies the versions needed.

1 reply

Participating Frequently
February 11, 2013

You should playback the RTMP flv stream as rtmp://ec2-54-234-27-150.compute-1.amazonaws.com/vod/sample

For HDS playback, have you placed crossdomain.xml in the <AMS-Inatsll>/webroot directory ?

Participating Frequently
February 11, 2013

I use

rtmp://ec2-54-234-27-150.compute-1.amazonaws.com/vod/sample.flv in http://www.osmf.org/configurator/fmp/#

it says 'Buffering...' and nothing more

I use the preconfigured Amazon Image (ami-08cd7261) and I don't know anything about crossdomain.xml. What is it, where can I take it and where should I place it?

Participating Frequently
February 11, 2013

I've put crossdomain.xml to the ./mnt/webroot directory

It looks like

<?xml version="1.0"?>

<cross-domain-policy>

    <allow-access-from domain="*" />

</cross-domain-policy>

But HDS playback still doesn't work with the same error 'We are having problems with playback. We apologize for the inconvenience'

RTMP doesn't work too.