We have a set of 10 monitors with 1 master. The presentations have about 15 states and the master sends out sync commands on each change of state. Twice now, when we have uploaded new presentation via the BSN, the presentation will simply hang in the middle of playing during the first time through. The programming seems fine and worked when we were just on local networking. I was able to fix it the first time by deleting all the media and the presentation off the BSN and re-uploading.
Now that this is the second time it has happened, I am looking a little deeper. This is what I saw on the master log when it hung. It is similar to what I saw the first time it happened, though it is a slightly different presentation and it is freezing in a different point.
[ 177.240] *** 00:02:47.432 bmedia_player:
[ 177.240] bmedia_player_update_position: 0x13a1bd0 out of order PTS: 988470 990000 4294965766 4293977295
[ 177.510] FireEvent 8 (line 4310)
[ 177.510] + 2013/04/16 16:52:53.709
[ 177.510] + msg received - type=roVideoEvent
[ 177.510] + Video Event 8
[ 177.510] + currentStateName = welcome, previousStateName = views
[ 177.510] + ExecuteCmd synchronize
[ 177.510] + Send synchronize command concourse1_next_entry
[ 177.570] ### 00:02:47.764 nexus_playback_media:
[ 177.570] b_play_handle_player_error: 0x1579828 End Of Stream
[ 177.820] + welcome: exit signal
[ 177.820] + Next Available Entry: entry signal
[ 178.160] + 2013/04/16 16:52:54.357
[ 178.160] + msg received - type=roDatagramEvent
[ 178.160] + UDP Event pre-concourse1_next_entry
[ 178.170] + UDP Event pre-concourse1_next_entry
[ 179.300] TIME: LayerRender = 1.146127
[ 179.520] TIME: LayerRender = 0.226420
[ 179.520] TIME: Render = 1.377521
...
[ 183.060] + 2013/04/16 16:52:59.267
[ 183.060] + msg received - type=roTimerEvent
[ 183.080] TIME: CancelRender = 0.002658
[ 184.130] TIME: LayerRender = 1.048580
[ 184.140] + 2013/04/16 16:53:00.343
[ 184.140] + msg received - type=roTimerEvent
[ 184.190] TIME: LayerRender = 0.059340
[ 184.190] TIME: Render = 1.109390
Thoughts?