Example 5 - VAST FLV RTMP Media Files Without File Markers - Streamers Specified

The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        rtmp: {
            url: ""
        },

        ova: {
            url: "",

            "shows": {
                "baseURL": "",
                "streams": [ { "file":"", "duration":"00:00:34" } ]
            },

            "ads": {
                "streamers": [
                    {
                       "netConnectionAddress": "rtmp://ne7c0nwbit.rtmphost.com/videoplayer",
                       "removeFilenameExtensions": [ "flv" ],
                       "addFilenamePrefixes": [ "mp4" ]
                    },
                    {
                       "netConnectionURL": "rtmp://another-ad-streamer.com/ads"
                    }
                ],
                "schedule": [
                    {   
                      "position": "pre-roll",
                      "tag": ""
                    }
                ]
            },

            "debug": {
                "levels": ""
            }
        }
    }
});