tschare / open-video-ads

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

Add support for preview images with JW Player #141

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Allow preview images to be supported with the JW Player config... 

May need to support something like:

                   {
                        "file":"http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
                        "image":"preview.jpg"
                        "duration":"00:00:30"
                   }

So that the XSPF playlist can be configured with an <image> tagset.

Original issue reported on code.google.com by paul.sch...@gmail.com on 30 Nov 2009 at 4:06

GoogleCodeExporter commented 8 years ago
Actually, it won't work to have it on the "show" definition... rather it will 
need to be something like:

          "shows": {
              "preview": "preview.jpg"
              "streams": [
                   {
                        "file":"http://streaming.openvideoads.org:81/shows/the-black-hole.mp4",
                        "duration":"00:00:30"
                   }
              ]
          },

Original comment by paul.sch...@gmail.com on 30 Nov 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Fixed... working in JW OAS version 0.4.1....

Original comment by paul.sch...@gmail.com on 30 Nov 2009 at 6:05