Great article. Do you have plans to integrate OpenX into the instructions? I am trying to get the ads to pre/post roll and when I refresh the playlist it wipes out the advertisements.
Nice work man. I ain’t no developer just a guy interested in computer stuff. Downloaded your code and tried it as quick home streaming solution. Couldn’t get the playlist generation php code so created an xml and passed it to ajax function. And bruv it worked. But you guys are geniuses. Thanks Bruv.
By the way can i get the source of php function for generation. If that is possible. Thanks Again.
The PHP file I used in the demo is just a plain XML file with header(“content-type:application/xml;charset=utf-8″); to tell the the browser to treat it like XML.
Generating the XML with PHP depends on the source of the clip info. For example, with MP3s you can use PHP to read the ID3 tag information from the files to get song name, artist, album, etc.
November 30th, 2009 at 7:29 am
Great article. Do you have plans to integrate OpenX into the instructions? I am trying to get the ads to pre/post roll and when I refresh the playlist it wipes out the advertisements.
Dave
December 8th, 2009 at 4:08 pm
I doubt it. I’ve never used OpenX and have no plans to.
June 30th, 2011 at 11:23 am
Nice work man. I ain’t no developer just a guy interested in computer stuff. Downloaded your code and tried it as quick home streaming solution. Couldn’t get the playlist generation php code so created an xml and passed it to ajax function. And bruv it worked. But you guys are geniuses. Thanks Bruv.
By the way can i get the source of php function for generation. If that is possible. Thanks Again.
June 30th, 2011 at 11:38 am
The PHP file I used in the demo is just a plain XML file with header(“content-type:application/xml;charset=utf-8″); to tell the the browser to treat it like XML.
Generating the XML with PHP depends on the source of the clip info. For example, with MP3s you can use PHP to read the ID3 tag information from the files to get song name, artist, album, etc.