際際滷

際際滷Share a Scribd company logo
Creating Persistent Links to YouTube Music Videos NDIIPP Partners MeetingJuly 20,  2011Vivens Ndatinya, Mathias Prellwitz, Michael L. NelsonDepartment of Computer ScienceOld Dominion UniversityNorfolk, VAwww.cs.odu.edu/~mln
Linking YouTube VideosSocial Networks
Linking YouTube VideosBlogs
The ProblemPointing a link to a specific video copy has a risk of getting an error page instead of the desired content
Copyright Infringement
Removed by YouTube User
Half Life of YouTube Videos
Hundreds of Copies Available at Any Time
        Removed Video Copyvideo title:  Jessie's GirlArtists name: Rick Springfield
Available Copy of the Same Video
2000+ Copies Available in YouTube
Metadata on AvailableYT URIs
Incomplete Metadata
Missing Metadata
Querying the WI for Structured MetadataMusic-related APIs
Retrieving and Publishing Metadata into Web InfrastructureIntroducing a level of indirection by pointing the original given URI  to an outsourced service
      Resolver Service $URI = youtube.com/watch?=v=  videoid$newURI = $serviceURI . $URI$URI = $newURIif (($video == 200 OK)&&!Seen_already($video)){Twitter($video)      Tumbler($video)      Blogger($video)      Delicious($video)Redirect to YouTube to play the video}else if (($video == 200 OK)&& Seen_already($video)){ Redirect to YouTube to play the video}else if  (($video == 404 Not Found )&&Seen_already($video)){      Retrieve metadata and search for available  alternative copies}else if  (($video == 404 Not Found )&& !Seen_already($video)){      Request the metadata for the desired video from the user}
Metadata Preservation Example: Delicious
Metadata Preservation Example: Twitter
200 Response
404 Response
 Metadata Not Found
ConclusionA 404 response does not mean that YouTube videos like Jessies Girl went away.

More Related Content

NDIIPP/NDSA 2011 - YouTube Link Restoration