Skip to main content
Participant
July 3, 2012
Question

FMS admin shows active connection but doesn't stream

  • July 3, 2012
  • 1 reply
  • 666 views

Hi,

I've been googling/reading manuals all evening and I've not found an answer yet.

I've installed FMS on a RHEL box, given it it's own IP address so it doesn't conflict with Apache, apache isn't listening to the IP address. I've added a hosts entry locally to test and everything appears to be running:

[root@425082-db1 ~]# ps -edf | grep fms

root      4232     1  0 21:06 ?        00:00:00 ./fmsmaster -silent

root      4252  4232  0 21:06 ?        00:00:00 /opt/adobe/fms/fmsedge -edgeports :1935,80,443 -coreports localhost:19350 -conf /opt/adobe/fms/conf/Server.xml -adaptor _defaultRoot_ -name _defaultRoot__edge1

fms       4261  4232  0 21:06 ?        00:00:00 /opt/adobe/fms/fmscore -adaptor _defaultRoot_ -vhost _defaultVHost_ -app registry -inst registry -tag -conf /opt/adobe/fms/conf/Server.xml -name _defaultRoot_:_defaultVHost_:registry:registry:

root      4584     1  0 21:06 ?        00:00:00 ./fmsadmin -console -conf ./conf/Server.xml

fms       7510  4232  0 21:14 ?        00:00:00 /opt/adobe/fms/fmscore -adaptor _defaultRoot_ -vhost -app -inst -tag -conf /opt/adobe/fms/conf/Server.xml -name _defaultRoot_::::

root      7739  5231  0 21:16 pts/0    00:00:00 grep fms

I can connect via the admin console and can see requests coming in, but I can't get anything to stream.

Not sure where to look now - help!

Thanks,

Jon

This topic has been closed for replies.

1 reply

Participant
July 3, 2012

From looking at the logs:

session     connect     2012-07-03     23:13:45     20811     90.193.110.141                                                                 3073                                                                 3073     -     -     -     -     200     -
stream     play     2012-07-03     23:13:48     20811     90.193.110.141                                                                 3474                                                               746933     1435     0     -     -     200     -
stream     stop     2012-07-03     23:14:01     20811     90.193.110.141                                                                 3508                                                               747321     1435     318     -     -     408     -
session     disconnect     2012-07-03     23:14:01     20811     90.193.110.141                                                                 3508                                                               747321     -     -

It is accepting connections.

It can find the files, as it is able to list the file size and the player is showing the duration. But the files don't stream.

Stumped!