Skip to main content
August 15, 2011
Question

NetStream.play("...") Dont work.

  • August 15, 2011
  • 1 reply
  • 657 views

Hello everbody and thanks for your Help.

I have develop a Language Test with Flash Media Server. it works fine but after one day or two the NetStrem dont work anymore. After the Play() Function from NetStream will be not played. Iwas checkt my logs and i found something strange. I do a TestRecord bevor i start the Examination and i bekomes that logs. The testRecord work every times. but the examination dont.

CORE.LOG

2011-08-14 14:16:24 1336 (i)2611173 Metadata not available before the flush of first segment. Default metadata recorded for stream C:\FMS\TestRecord\4702111234625978735_0-13-51-47-939 -

2011-08-14 14:33:00 1336 (i)2611173 Metadata not available before the flush of first segment. Default metadata recorded for stream C:\FMS\TestRecord\4702111234659533167_0-14-31-58-811 -

2011-08-14 14:35:52 1336 (i)2611173 Metadata not available before the flush of first segment. Default metadata recorded for stream C:\FMS\TestRecord\4702111234693087599_0-14-35-39-480 -

2011-08-14 14:37:06 1336 (i)2611173 Metadata not available before the flush of first segment. Default metadata recorded for stream C:\FMS\TestRecord\4702111234726642031_0-14-36-54-799 -

2011-08-14 14:37:21 5368 (i)2581247 Core (5368) disconnected from edge. -

2011-08-14 14:37:21 1336 (i)2581247 Core (1336) disconnected from edge. -

2011-08-14 14:37:23 1336 (i)2581233 Core (1336) disconnecting from admin: 200. -

2011-08-14 14:37:23 5368 (i)2581233 Core (5368) disconnecting from admin: 200. -

ADMIN.LOG

2011-08-13 13:31:36 4152 (e)2671287 Admin Command Timeout: (Command (unloadApp) timed out.) -

2011-08-13 13:31:36 4152 (e)2671287 Admin Command Timeout: (Command (getActiveInstances) timed out. No response from core(s) : 3808 (active)) -

2011-08-13 13:31:36 4152 (e)2671287 Admin Command Timeout: (Command (getActiveInstances) timed out. No response from core(s) : 3808 (active)) -

2011-08-13 13:31:36 4152 (e)2671287 Admin Command Timeout: (Command (getActiveInstances) timed out. No response from core(s) : 3808 (active)) -

Please help me i dont know whats wrong with the Programm. as i say it works fine one or two days but then will be no more played.

thank you for your help.

I have the Flash Media Server 4.0.0 r1121 x64 on windows Server 2008

P.S.: Sorry about my bad english

    This topic has been closed for replies.

    1 reply

    Nikhil_Kalyan
    Participating Frequently
    August 15, 2011

    Hi,


    Thanks for the details.


    The metadata log message has nothing to do with the stopping of the playback / recording. It comes at the start of the recording when the metada information is not obtained from the publishing stream well in time.

    But as it is visible from the logs, after 15 min or so, the fms core is getting unresponsive. We need to find out the reasons for this. Can you share us your application (server side ) as well as any client side player so that we can give it a try to see the problem , and probably fix something , if any, on the scripts.

    Thank you !

    August 15, 2011

    So here ist my code (Server Side). The File Data.asc are the Data Classes like User, Audio ... etc. I use a Webservice to connect with the Database. Thank you very much for your help.

    CODE

    ----------------------------------------------------------------------------------------------