I\'m initializing jplayer with the following parameters:
$jplayer.jPlayer(\'setMedia\',{
mp3: data.audioMP3,
oga: data.audioOGA
});
Assume
i think you'll struggle to prevent users discovering your media content URL, i'd say it was pretty much impossible (a quick look at the 'Network' tab on Chrome would reveal your loaded track, regardless how you coded playaudio.php
).
I'd say you were better off sticking to publishing media you don't mind sharing with the world.. Or just publish
If you really wanted to protect your resources, you could use oAuth or Access Control at the server side.