Skip to main content
August 28, 2012
Question

FMS Apache Port

  • August 28, 2012
  • 1 reply
  • 749 views

I installed FMS4.5 with no incident on a Windows 2008 R2 Server. Port 80 was not available so FMS Apache is listening on Port 8134. All default instances are running: and I can succesfully connect with Flash Media Encoder 3.2 where applicable, i.e. rtmp://localhost/livepkgr . However, when I run the urls in the OSMF player: http://localhost:8134/hds-live/livepkgr/_definst_/liveevent/livestream.f4m

I get the following error: 'We are having problems with playback. We apologize for the inconvenience'

Checked the logs in '/rootinstall/logs', they are not particularly helpful. What' the best way to determine what is wrong?

This topic has been closed for replies.

1 reply

Adobe Employee
August 28, 2012

I think you are missing crossdomain.xml in your webroot directory. Just check Apache access log(rootinstall/Apache 2.2/logs) and see if you have request for crossdomain.xml and check its status code - if its 404 that it means it was not able to fetch crossdomain.xml as its not present and hence no playback.