Ticket #63 (new task)

Opened 11 months ago

Last modified 9 months ago

Change Video View Template to Offer Small Ogg Download "Download Lo-Res Ogg Version"

Reported by: and Owned by: andycat
Priority: minor Milestone: 0.3 - Plone 3
Component: ATEngageVideo Version:
Keywords: Cc:

Description

Ogg files were already being transcoded automatically by Indytube. We can turn this back on, then offer the Ogg file for download on the video/view template.

We just need a link to where the video is hosted, plus a new CSS button with the text "Download Lo-Res Ogg Video" below current Download Video button.

Attachments

Change History

Changed 11 months ago by and

  • priority changed from major to minor

Changed 10 months ago by anna

  • summary changed from Change Video View Template to Offer Small Ogg Download "Download Lo-Res Ogg Video" to Change Video View Template to Offer Small Ogg Download "Download Lo-Res Ogg Version"

This would be a bit like this:

	    <a class="download" 
		tal:attributes="href python: here.getDownloadServerURL()"
	 	tal:define="enc here/getFileAttribs"
		tal:condition="python: enc[1] > 0">
                 <img tal:replace="structure here/download.gif" />
		Download Lo-Res Ogg Version
	    </a>

But would link to where files are transcoded to by Indytube.

Changed 9 months ago by and

This template has been changed, the transcoding just needs to be enable and then the correct link put into the template. Is that right?

Changed 9 months ago by andycat

This ticket involves much more than simply adding a template, and using the "correct link"

It needs substantial code development - both in indytube, and in ATVideo/PlumiSkin to ensure that the when an ogg file is encoded, the video object is notified of that fact, and can correctly store that information.

This information was encapsulated for the FLV by the snippet of html produced by indytube , and hence this information wasnt needed inside the plone system. We are now proposing to need this information inside the plumi itself - and hence we need to link up the two systems.

Changed 9 months ago by andycat

  • milestone changed from 0.2 to 0.3

Moving to 0.3

Its waiting on this http://plumi.org/ticket/8

ie bittorrent and indytube will both be rely on the remote content creation procedure to signal back into the plone system that some piece of content , generated somewhere, outside of plone, is ready to be used inside Plumi.

Add/Change #63 (Change Video View Template to Offer Small Ogg Download "Download Lo-Res Ogg Version")

Author



Action
as new
 
Note: See TracTickets for help on using tickets.