VLC is not supposed to be run as root. Sorry

On February 16, 2012, in Learning, Linux, Rackspace Cloud, Tricks, Web Application, Web Streaming, Wowza, by Sandeep Verma

Hits: 115  Today I need to install VLC Media player on CentOS 5.x to capture remote live event from VLC client as HTTP stream. So, I have installed that using # yum install vlc But VLC can not be run as root privileged user # vlc VLC is not supposed to be run as root. Sorry. [...]

Tagged with:  

Audio.js with Volume Control

On February 12, 2012, in HTML5, Learning, Open Source, PHP, Web Application, Web Streaming, by Sandeep Verma

Hits: 172  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; [...]

Stream Live Event Using VLC Media Player

On February 10, 2012, in Launch, Learning, Open Source, Web Application, Web Security, Web Services, Web Streaming, by Sandeep Verma

Hits: 266  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 [...]

Frames Website Template

On February 5, 2012, in LAMP, Learning, Open Source, PHP, Web Application, by Sandeep Verma

Hits: 217  The frameset element holds frame elements that can display a separate document. The <frameset> element specifies columns or rows in the frameset with percentage/pixels width. If the browser can’t display frames or is configured not to, it will render the contents of the NOFRAMES element. <framesetrows=”60, *, 25″> <framesrc=”head.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”no”> <framesetcols=”225,*,100″> <framesrc=”left.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”yes”> <framesrc=”content.html”marginheight=”0″marginwidth=”0″frameborder=”0″name=”content”scrolling=”auto”id=”content”> <framesrc=”right.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”yes”> </frameset> [...]

Advanced Stream Redirector

On February 3, 2012, in Learning, Open Source, PHP, Web Security, Web Services, Web Streaming, by Sandeep Verma

Hits: 212  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 [...]

Video Overlay Ads

On January 29, 2012, in Javascript, LAMP, Learning, Open Source, PHP, Tips, Web Application, Web Security, by Sandeep Verma

Hits: 213  We can use overlay code to map video/image using DIV elements on main element. Concentrate Observe Imagine Launch Demo: http://demo.svnlabs.com/video-overlay/ Maturity is not when we start speaking BIG things But..Actually it is, When we start understanding small things.

Remote Secure Token

On January 28, 2012, in Imagine, Javascript, Learning, Observe, Open Source, PHP, Tricks, Web Application, Web Security, by Sandeep Verma

Hits: 319  Remote Secure Token Wowza Token We already compiled FlowPlayer & JWPlayer for remote secure token in flex / flash files http://blog.svnlabs.com/compile-or-build-flowplayer-or-jwplayer-to-create-secure-token-for-wowza-server/ http://blog.svnlabs.com/wowza-mediasecurity-addon-package/ http://blog.svnlabs.com/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) Local Media Files We already protected local files using .htaccess file media hiding logic http://blog.svnlabs.com/secure-token-plugin-with-php/ http://blog.svnlabs.com/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) External Media Files File can be protected both on server side [...]

Content with Spinners for SEO

On January 25, 2012, in facebook, Imagine, Learning, Open Source, PHP, Tips, Web Application, by Sandeep Verma

Hits: 234  Article / Content Spinning is a search engine optimization technique to provide unique relevant content on sites / blogs. Spinning is a process for rewriting existing articles. If the original articles are plagiarized and used without the permission of copyright owner, Spinning produce multiple versions of original writing to protect contents being copied to [...]

SoundCloud Application

On January 24, 2012, in Cloud, Javascript, Learning, Open Source, Shared Library, Tricks, Web Application, Web Services, by Sandeep Verma

Hits: 187  Connect the World of Sound * Share : http://developers.soundcloud.com/blog/sharing-sounds * Stream : http://developers.soundcloud.com/blog/stream-and-download * Customize : http://developers.soundcloud.com/blog/custom-players SoundCloud Widgets http://soundcloud.com/pages/widgets a.soundcloud-badge:hover {background-position: bottom left !important;} *html a.soundcloud-badge {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’(http://a1.sndcdn.com/images/badges/imonsc/horizontal/blue.png?7b76522)’, sizingMethod=’crop’) !important;} http://soundcloud.com/svnlabs API | Javascript SDK | Widget | Custom Player | oEmbed API Wrapper for SoundCloud written in PHP with [...]

Tagged with:  

Installing Wygwam on ExpressionEngine 2.x

On January 22, 2012, in Learning, Open Source, PHP, Tricks, Web Application, by Sandeep Verma

Hits: 294  Wygwam is powered by CKEditor. It’s fast, accessible, and produces clean, semantic markup. You need ExpressionEngine 2.x with PHP5 to install Wygwam on web server Find a latest & stable version here.. http://pixelandtonic.com/wygwam/releasenotes Instructions 1. Upload the ee2/third_party/wygwam folder to system/expressionengine/third_party/ 2. Upload the themes/third_party/wygwam folder to themes/third_party/ 3. Install the fieldtype in Add-Ons [...]

Tagged with:  

jQuery Notification with Sound Alert

On January 13, 2012, in Imagine, Javascript, LAMP, Learning, PHP, Tricks, Wordpress, by Sandeep Verma

Hits: 388  Today, I was searching for jQuery Notification Plugin with Sound Alert But, could not find any good plugin as per my requirements So, I just merged 2 javascript codes to make a custom notification plugin. <object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”1″height=”1″id=”audio1″align=”middle”> <embed src=”wavplayer.swf?gui=none&h=1&w=1&sound=success.wav&” bgcolor=”#ffffff” width=”1″ height=”1″ allowScriptAccess=”always” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”/> </object> You can customize this javascript plugin as [...]

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...