Audio.js with Volume Control

I was working on HTML5 MP3 Player Project using audio.js and I got Audio.js with Volume Control to control the volume for the Flash alternative player? <script> audiojs.events.ready(function() { var as = audiojs.createAll(), audio = as[0], ids = [‘vol-0’, ‘vol-10’, ‘vol-40’, ‘vol-70’, ‘vol-100’]; for (var i = 0, ii = ids.length; i < ii; i++) … Read more

Stream Live Event Using VLC Media Player

Windows Media Encoder is a media encoder developed by Microsoft which convert or capture or broadcast both prerecorded & live media like audio, video and computer screens to WMV formats for live and on-demand service. But if you are on Linux you must have some questions in mind… 1. How to Stream Online Using Internet … Read more

Advanced Stream Redirector

The Advanced Stream Redirector (ASX) format is used to store playlist of Windows Media files for a multimedia presentation using HTTP, RTSP and MMS streaming protocols. ASF (Advanced Streaming Format) is a streaming media format developed by Microsoft. ASF files contain video, audio, slide shows and synchronized events for WMV files. * The ASF file … Read more