· 
RSS
· 
F
· 
J
· 
P

November 13, 2003

RPXP Screenshot

When a presentation is playing, the index on the right is directly seekable via RTSP. Each index point is also accessible as an HTTP URL. Index points are defined in a CSV text file.

Creating this file is the hardest part of generating the screenshot below:

    points.csv
    67:56,67:59,index,Moderator
    68:12,68:17,clark,Wesley CLARK
    68:53,68:58,kerry,John KERRY
    69:44.9,69:55.5,braun,Carol MOSELEY-BRAUN
    70:29,70:36.5,kucinich,Dennis KUCINICH
    71:45,71:53.5,dean,Howard DEAN
    72:26,72:34,edwards,John EDWARDS
    73:06.5,73:06.5,end,
    
  • field1 = index time of clip segment
  • field2 = transition time of clip segment title (here, the speaker's name)
  • field3 = segment name suffixed to base URL
  • field4 = segment title displayed at time specified in field2

Then RPXP can generate the XML required to produce this interactive display in RealPlayer, independent of browser or Javascript version.

Posted by dotpeople at November 13, 2003 11:52 PM | TrackBack