dieselxp / open-video-ads

Automatically exported from code.google.com/p/open-video-ads
0 stars 0 forks source link

Can't load playlist based show stream config over a HTTP connection #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The playlist based approach for loading show config doesn't work if the config 
is loaded over the 
web using HTTP (as it doesn't load before the stream sequence is constructed)

e.g. the following doesn't work:

            "shows": {
                "playlist": { 
                    "type": "mrss",
                    "url": "http://static.openvideoads.org/tests/kaltura-test-playlist.mrss"
                }
            },

Original issue reported on code.google.com by paul.sch...@gmail.com on 4 Oct 2009 at 2:46

GoogleCodeExporter commented 8 years ago
Moved to enhancement

Original comment by paul.sch...@gmail.com on 20 Apr 2010 at 8:00