Forum Moderators: phranque
A harder way to protect, but my far the most effective would be to create a list of 10 or 15 playlists. For example:
song896.m3u :
#EXTM3U
#EXTINF:0,protect/jerry2.m3u
protect/jerry2.m3u
protect/jerry2.m3u :
#EXTM3U
#EXTINF:0,/protect/jimbob.m3u
/protect/jimbob.m3u
... 8 playlists later ...
giveupthief/realsong.m3u :
#EXTM3U
#EXTINF:0,realsong/example.mp3
realsong/example.mp3
-----------------------------
In your webpage simply place:
<embed src="song896.m3u" </embed> for ie and
<bgsound src="song896.m3u"> for netscape (please check up) [google.com]
-----------------------------
This is a slow but effective way to do it. The average playlist size is only about 200 bytes so it's not that big.
I'd do that and if there's another way I'd like to here!
cmatcme
cmatcme, I would love to create a playlist. I know how to embed videos in webpages, but could not understand where to start with the playlist. Do you mean that I have to have another page that contains JavaScript or something that will call the actual files?
Thanks in advance.
To create the playlist simply open a simply text editor such as notepad.exe:
1. Copy the code in my previous post (but use your own url)
2. File --> Save
3. Create a name for your playlist and stick .m3u on the end
4. Loop for all that it is appropiate.
Now:
1. Upload playlists into the appropiate directory
2. Put the following code which should link to the first playlist created:
<embed src="examplefirst.m3u" autostart="true" loop="false"> 3. Test your page and it should work
cmatcme
I find a lot of information on how to create a list, but not why it is created. Is it just to make it possible for visitors to automatically play a sequence of several files? Otherwise the webmaster could link directly to each file. Or does a playlist make it possible to listen/view without first downloading the entire file?
Not exactly on topic, but maybe someone would care to give a short answer.
cmatcme
I only concern myself with people hotlinking the file and have methods to help control that but as for people downloading flash, it gives me a unique ability that the other video formats don't. I can put an active link back to my website in the flash file. So if someone takes it and puts it on their website, they have now added a link back to my website.
Link says this, "Get more videos at example.com"
They host your video and you get free advertising ;)