Hi all,
i've a problem understanding the behaviour of multiple 'play' calls on a NetStream and the resulting events logged in the fmis access protocol:
The scenario is as follows:
A player is connecting to our server's VOD application (the adobe vod app). It call's the 'play' method with the content name to be played out. The server is streaming the content as expected. The event is logged in the accees log with the status code 200
If the player call's the 'play' method a second time, with the same content name and without calling 'stop' in between, this results into 'Failed to play <content name>; stream not found' on the client side. And on the server side this play event is logged with the status code 404.
It's no problem to call the 'play' method for an other content, without calling 'stop' for a previous 'play'.
Has anybody an idea, why the server acts like that?