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

Frames Website Template

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> <framesrc=”footer.html”marginheight=”0″marginwidth=”0″frameborder=”0″scrolling=”no”> … 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

Video Overlay Ads

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

Remote Secure Token Wowza Token We already compiled FlowPlayer & JWPlayer for remote secure token in flex / flash files πŸ˜‰ https://www.svnlabs.com/blogs/compile-or-build-flowplayer-or-jwplayer-to-create-secure-token-for-wowza-server/ https://www.svnlabs.com/blogs/wowza-mediasecurity-addon-package/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) Local Media Files We already protected local files using .htaccess file media hiding logic πŸ˜‰ https://www.svnlabs.com/blogs/secure-token-plugin-with-php/ https://www.svnlabs.com/blogs/how-to-prevent-downloading-and-leeching-media-files/ (hotlink protection) External Media Files File can be protected both on server … Read more

Content with Spinners for SEO

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 other … Read more

SoundCloud Application

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 http://soundcloud.com/svnlabs API | Javascript SDK | Widget | Custom Player | oEmbed API Wrapper for SoundCloud written in PHP with support for authentication using OAuth 2.0 <?php try {     $response = json_decode($soundcloud->get(‘me’), true); } catch … Read more

Installing Wygwam on ExpressionEngine 2.x

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 … Read more

jQuery Notification with Sound Alert

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 … Read more

Install Red5Chat

Red5 Media Server is free solution for audio/video streaming. Red5chat is a free video chat plugin for Red5. Flash Part ————– Edit the FLA red5Chat.fla and configure these lines: _root.IP = “xx.yyy.xx.zzz”; _root.port=1935; _root.authentificateURL = “http://”+_root.IP+”/red5chat/testlogin.php”; _root.infoUserURL=”http://”+_root.IP+”/red5chat/infouser.php”; PHP part ————- If you use the AUTHENTIFICATION (_root.authentification=true): – Create tables form create_tables.sql – edit the PHP/connections … Read more