netjukebox ~ Flexible Media Sharing



netjukebox is a web-based media jukebox for MPD, VideoLAN and Winamp/httpQ. netjukebox is open source under the GNU GPL license.

Stand alone:
Client and server on one computer. So you can play your favorite music and video from your local hard disk.

Client / Server:
Play music and video from any computer in your network. A working network share is required.

Remote:
Remotely control MPD, VideoLAN or Winamp from any computer.

Stream:
Native HTML5 audio streaming support. Automatic M3U/HLS fallback for unsupported clients.

More:
Download the original file or transcode to another format or bitrate. Generate PDF cd-covers on the fly.

www.netjukebox.nl
sourceforge.net/projects/netjukebox

Advertisement

Server Based ABX ~ Web Audio Evaluation Tool


A tool based on the HTML5 Web Audio API to perform perceptual audio evaluation tests locally or on remote machines over the web.

code.soundsoftware.ac.uk/projects/webaudioevaluationtool
github.com/BrechtDeMan/WebAudioEvaluationTool
github.com/BrechtDeMan/WebAudioEvaluationTool/wiki/Quick-start

Podcast Generator ~ Server Publishing Solution


Podcast Generator is an open source Content Management System written in PHP and specifically designed for podcast publishing. It provides the user with the tools to easily manage all of the aspects related to the publication of a podcast, from the upload of episodes to its submission to the iTunes store.

Features

  • Click & Go: 3-step installation wizard. No MySQL required. Works in any PHP web hosting.
  • Power and simplicity: Easy & intuitive web interface to publish audio and video podcasts.
  • Newbie-proof technology: Just upload your content, all the rest is “automagic”.
  • Customizable: Support for multiple themes and languages. Social Networks integration.
  • Apple friendly: Ready for iTunes Store and all iOS devices.
  • Open Source: 100% free and open source.

www.podcastgenerator.net
sourceforge.net/projects/podcastgen

MusicLibraryPlayer ~ Server Side Player


Music Library & Player utilizes PHP and vanilla javascript to deliver your web-accessible music library via HTML5 audio in a fully responsive and modern interface.

The library does not require a database back-end. It parses the directory structure, best suited for a [ROOT]/[ARTIST]/[ALBUM]/[TRACKS] type of layout. This isn’t required, but makes for the best user experience. Random playlists can also be generated.

The code contained in this script has not been minified. It is written in long form and is well-documented for ease of use and customization.

Individual tracks are optionally presented with download links. Minimal effort has been put into limiting the reach of the player and download links. It is limited, by default, to the three audio file types that are supported by HTML5. It is advised that you password protect the Music Library & Player directory using htaccess or other method to restrict public access.

Features:
  • Responsive web music library and player
  • HTML5 or m3u file
  • Perfect for a NAS or personal website
  • Easy to setup with little to no programming
  • Uses PHP, vanilla javascript, and html5media
  • No database back-end. Directories are parsed into Artist/Album/Track playlists
  • Open Source MIT License

sourceforge.net/projects/musiclibraryplayer/