Skip to main content
Known Participant
June 13, 2011
Question

FMS not responding properly for publish command

  • June 13, 2011
  • 1 reply
  • 389 views

Hi,

I am developing a flash media encoder. Encoder is sending 'publish' command in 'record' mode to FMS.  But FMS is not giving any response (I am catching responses in wireshark) but creating the related folders in its application directory. So, i assumed that FMS has received the publish command and reay to receive the data. Then i sent some 20 media messages each of soze 500 bytes.  FMS is sending 'onStatus' response for the publish after receiving the 8th media message and writing only contents of media messages from 9th to 20th.  Can any one explain the reason for this FMS's behaviour?

    This topic has been closed for replies.

    1 reply

    Known Participant
    June 13, 2011

    Got the solution. The problem was with my encoder application. The FMS is actually sending the response for the publish command. But the encoder was not receiving it.