Ticket #292 (assigned feature)

Opened 15 years ago

Last modified 15 years ago

Onescreen Integration Project

Reported by: khaled Owned by: faisal
Priority: major Milestone: Beta 17.1 Release
Component: standard platform Version:
Severity: Deployed (Tech) Keywords:
Cc:

Description

Provide technology assets to Onescreen for integration with their distribution network.

From B. Phelps (Minor edits):
1. MRSS Feed with links to video files for all of our videos and that they can check periodically for new content.

2. ComScore? Beacon - Provide the code for the beacon so I can forward it to OneScreen?.

Change History

Changed 15 years ago by khaled

  • owner changed from khaled to faisal
  • status changed from new to assigned

Changed 15 years ago by khaled

Basic Specifications:

1. MRSS Feed

Use the MRSS feed tool we are currently deploying. No new special XML entities are needed at this time. The key requirement is that ALL videos need to be in this feed and that the media:content must contain a URL where the video can be downloaded (i.e. it must be an http or ftp protocoled URL).

2. ComScore? Beacon Request: Specifically, they want the <img> tag we are generating. If there are parameters in that tag that we dynamically populate, we need to indicate that and annotate the image tag appropriately. The Beacon Code should be added to this ticket.

Changed 15 years ago by faisal

1. Added the direct file function for limelight, uses video_host_url system variable to change url host of videos.

Changed 15 years ago by khaled

Use http://healthguru.vo.llnwd.net/o37/ as the video_host_url system variable for Limelight CDN videos. Upload to CDN was completed on 04/26/2010 by Lei.

Changed 15 years ago by khaled

  • severity changed from Implementing (Tech) to Deployed (Tech)

Code for comScore Beacon is a javascript snippet:

<script type="text/javascript">
document.write("<img id=\'img1\' height=\'1\' width=\'1\'>");document.getElementById("img1").src="http://beacon.securestudies.com/scripts/beacon.dll?C1=1&C2=3000021&C3=&C4=&C5=&C6=&C7=" + escape(window.location.href) + "&C8=" + escape(document.title) + "&C9=" + escape(document.referrer) + "&rn=" + Math.floor(Math.random()*99999999);
</script>

Note: See TracTickets for help on using tickets.