MP3-Seeker

Jump to position (in Seconds) in any mp3 on the internet with a given URL

(does not work perfectly in all browsers, sometimes a reload helps if the browser caches the MP3 after fist load)



" . $_GET["URL"] . " jumping to " . $_GET["t"] ."s


"; echo " "; echo " "; echo " "; echo " "; echo " "; echo " "; ?>



USAGE: copy the URL of the MP3 as a parameter (?URL=) of this Address and add the time in Seconds (&t=) to seekt to



Example:


http://marclandolt.ch/mp3Seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/radix/mp3/1999/a_shogun_named_paul.mp3&t=158.42

Example polyphonic:

Chromium on Debian Jessie

http://marclandolt.ch/mp3Seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/paniq/finally_unfinished-mix/paniq-finally_unfinished_part_one.mp3&t=1470&t2=1470.33

Firefox on Debian ???

http://marclandolt.ch/mp3Seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/paniq/05-paniq-ich_mag_die_drogen.mp3&t=132.839&t2=168&t3=203.987

Use Case e.g. in Twitter

Source:




TODO: http://stackoverflow.com/questions/19548834/storing-local-audio-file-data-across-page-loads-in-html5