Home >  Recently Added Blog Posts
Youtube Data API lets you incorporate YouTube functionality into your own application or website. The Data API allows a program to perform many of the operations available on the YouTube website. It is possible to search for videos, retrieve standard feeds, and see related content.
ASP.NET Video Starter Kit 5.5 introduce fetching videos from youtube based on various search terms and targeted categories using Youtube Data API.
You can  use asp.net video starter kit portal as a mini youtube website to retrieve millions of videos uploaded daily to your own website and manage it with your own way. This will make your website healthy, data rich which can increase your visitors from search engines tremendeously in result you will create great earning opportunity.
Which type of Youtube Data API features supported by ASP.NET Video Starter Kit?
Currently asp.net viideo starter kit using features related to fetching videos from youtube. Main feature includes.

  • Fetch videos based on youtube categories e.g (Science & Technology)
  • Fetch videos based on search terms. work on all categories or selected category.
  • Fetch videos based on filters e.g today, this week, this month, all time added videos
  • Fetch videos based on orders e.g published, relevance, top rated, most viewed etc
  • Manage videos in different website custom categories with your own way.
  • Validate videos periodically to delete or disable all videos which is removed from youtube.
  • Automatic fetching supported, to fetch videos based on custom selection continuously after specified time interval.
  • Advance video tag processing engine allow you to process each and every youtube video tags in a scalable, create search sug
    complete story
We have released ASP.NET Video Starter Kit ver 5.5 today with lots of new features, improved existing codes and make it more reliable and scalable at high level of load and data.

ASP.NET Video Starter Kit include lots of new features, the main important feature is integrating Youtube DATA SDK to fetch millions of videos from youtube and manage it with your own way.
Now admin can enable youtube engine to start fetching videos based on their interest from youtube by keeping their own website active and full of content. Videos can be fetch based on youtube categories and search terms with filtering option based on today, this week, this month or all time videos.
Live example of how you can manage videos, increase your website traffic and increase your earning chances.


Other feature includes
  1. Implement JW Player 5.5 with HTML 5 Support. We recommend using mp4 videos as output type to play it properly on HTML 5 enabled devices such as ipad.
  2. Improved tag processing if reach to millions.
  3. Now implemented powerful and advance url rewriting in case of IIS 7 as webserver.
  4. Improved blog posting script.
  5. Improved lots of sections, fix bugs reported by customers.
We appreciate sharing feedbacks and reporting bugs. This help us to improve our products and better serve u in future.

complete story
From last three years we provide asp.net video starter kit packages based on feature differences to customers. Which create not only problem to us while maintaining different copies but also for customers while upgrading some features.
Now we reviewed and re-designed asp.net video starter kit packages based on license like other does.
ASP.NET Video Starter Kit packages now available in three categories with same features but different in scope.
  • ASP.NET Video Starter Kit - (single website)
  • ASP.NET Video Starter Kit Advance Edition - (single server)
  • ASP.NET Video Starter Kit Unlimited Edition - (no limit)
Note: All packages have same source / features but there is limitation in scope. e.g single website license version will only work on single website. It may work on multiple websites but any time all websites will be down. So in order to use on multiple websites or servers u need to get proper package.
Customer can purchase any package from purchase section of website.

These packages have been cancelled - now user can get every package with unlimited usage license


complete story
Posted on October 25, 2010 0:8 AM by Moderator. Tags: video starter kit themes
Video Starter Kit include more than twenty professional looking themes and provide flexibility to create your own themes or customize existing theme or change complete look and feel in just few minutes.
Video Starter Kit be default light weight JQUERY UI compatible design and themes. You can use JQUER UI Theme Roller to create any level of theme and embed it within Video Starter Kit solution just by following few steps.

Just follow easy steps to create your own them using JQUERY UI Theme Roller.

i: Go to http://jqueryui.com/themeroller/ , choose template and start edition template by choosing your own color scheme and styles.
ii: Once theme created download complete bundle to your computer.
iii: Unzip downloaded theme and jquery script zip file.
iv: Under Video Starter Kit solution, create new theme, copy files from any of existing theme, paste copied files into newly created theme.
v: Now open unzipped downloaded custom theme folder, go to jquery-ui-1.7.3.custom\css\custom-theme folder and copy images folder.
vi: Paste all files within images folder into newly created Video Starter Kit theme images folder.
vii: Go to jquery-ui-1.7.3.custom\css\custom-theme and open jquery-ui-1.7.3.custom.css theme css class, copy all class until .ui-widget-shadow {---}... class.
viii: Open newly created theme \app_themes\newthem\jquery-ui.css file and replace all css files with copied css files except ui-dialog {...} classes at the end.
ix: Setup theme in web.config file
x: This will update jquery ui theme within your Video Starter Kit template.
xi: Rest for layout customization, just open app_themes\newtheme\layout.css file and adjust color schemes for text, links, headers, navigations, backgrounds according to your custom color.
xii: run your website your will see totally changed look and feel.

Play with layout.css file, you can change complete look and feel of Video Starter Kit in few m
complete story
Posted on October 25, 2010 0:51 AM by Moderator. Tags: asp.net mp4 , mp4 streaming , setting mp4 meta information
Here we provide sample code that can help u to use Media Handler Pro component in your asp.net application (c#, vb.net) to
i: Publish any format video to high quality mp4 format using libx264 codec and preset files
ii: Set meta information to mp4 video in order to stream properly on web.

We recommend you to download latest ffmpeg build with presets support from http://ffmpeg.arrozcru.org/autobuilds/

i: Sample Code for MP4 Video using libx264 codec and preset files

 private string PresetFilePath = // path of preset file u are doing to use for mp4 encoding. preset files located withing ffmpeg/preset/ folder.
 
 _mhandler.OutputExtension = ".mp4";
  _mhandler.OutputFileName = "sample_temp";
  _mhandler.VCodec = "libx264";
  _mhandler.Parameters = " -bt 240k -fpre " + this.PresetFilePath + "";
  _mhandler.Video_Bitrate = 200;
  _mhandler.Channel = 2;
  _mhandler.Audio_SamplingRate = 48000;
  _mhandler.Audio_Bitrate = 192;
  _mhandler.FrameRate = 29.97;
  info = _mhandler.Process();

The code above will create mp4 video with name 'sample_temp.mp4', In order to stream this video on web you need to add meta information otherwise players will first download complete video and will then play it.
For adding meta information we are using mp4box with Media Handler Pro. U can use the following code to set meta information and make streamable mp4 video from 'sample_temp.mp4' video via mp4box utility.
[quote]
string MP4BoxPath = //
complete story
Posted in Media Handler Pro ,
Posted on October 25, 2010 0:28 AM by Moderator. Tags: media sharing script , youtube clone , video kit
We have released improved Video Portal & Youtube Clone Kit for ASP.NET
ASP.NET Video Starter Kit 5.4 include more new features, improved existing features, fix bugs reported by customers and more.

What's New in Video Starter Kit 5.4:
Video Starter Kit 5.4 bundled with lots of new features. Main features added include
  • HTML5 Video Player Support.
  • WebM Video Encoding with HTML5 Support.
  • Improved MP4 Video Encoding & Streaming.
  • Featured Videos
  • Extend Photo Gallery Feature.
  • Abuse / Spam Reporting Improvements.
  • Mail Template Improvements.
  • and lots more.

I: HTML5 Video Support:

ASP.NET Video Starter Kit 5.4 now support playing mp4, webm videos through HTML5 Video Player with fallback support to flash player (play videos on flash player only if browser doesn't support HTML5 video player). Video Starter Kit add builtin support to the following two players
i http://videojs.com/ ii: http://www.longtailvideo.com/players/ 

II: WebM, MP4 Video Encoding for HTML5 Video Player:

ASP.NET Video Starter Kit 5.4 now support encoding WebM (VP8 Encoded) video encoding. So total video format supported by Video Starter Kit includes i: Flash FLV
ii: MP4 (high quality using libx264 presets)complete story
ASP.NET Video Starter Kit version 5.3 introduced more powerful photo crawling and batch uploading script for uploading photos in one step making it possible to upload and manage thousands of photos in few hours within website making website rich from content.

ASP.NET Photo Crawling Script:
Photo Crawling Script is powerful script written in ASP.NET which can facilitate website administrator to fastly upload and manage hundreds of photos within an hour to website by using single step. Main feature of script includes

i: Crawl photos from local computer or server by providing local destination path, or third party websites by providing direct url.
ii: Fetch and download photos to server from path provided.
iii: Allow site administrator to choose photos that he want to be part of website and remove useless photos.
iv: Assign category for uploaded photos. gallery if created, blog posted if generated.
v: Allow options to give global title, description, tags for all selected photos or give title, description, tags for each and every photo.
v: Allow options to create photo gallery and put all photos in gallery or place photos in existing gallery by providing gallery id. It also facilitate administrator to assign different title and description for gallery.
vi: Allow option to generate blog post from selected photos, assign blog title and place separate blog description / detail.

Key Advantages:

ASP.NET Photo Crawling Script give the following advantages to site administrator for uploading multiple photos in batch at
complete story
Posted on July 24, 2010 0:21 AM by Moderator. Tags: html5 , webm , asp.net vp8 , asp.net video encoding
You can use the following sample code to publish any format video to flash flv, mp4, vp8 webm, ogg vorbis, grab thumb in one step using ASP.NET Media Handler Pro.

Note: You need to download latest ffmpeg build with support of VP8 codec

Sample Code:
[quote]
         _mhandler.InputPath = RootPath + "\\contents\\original";
        _mhandler.OutputPath = RootPath + "\\contents\\output";
         VideoInfo info = new VideoInfo();
        _mhandler.FileName = "sample.wmv";
        _mhandler.OutputFileName = "sample";
         //***************************************
         //FLV Encoding
         //***************************************

        _mhandler.OutputExtension = ".flv";
        _mhandler.Video_Bitrate = 500;
        _mhandler.Audio_Bitrate = 128;
        _mhandler.Audio_SamplingRate = 44100;
        _mhandler.Force = "flv";
         info = _mhandler.Process();
         if (info.ErrorCode > 0)
          {
            Response.Write("Error occured while processing flv video");
            return;
          }
        _mhandler.Force = "";<
complete story
Posted in Media Handler Pro ,
Posted on July 24, 2010 0:5 AM by Moderator. Tags: html 5 , asp.net , webm encoding , asp.net vp8 , asp.net video , asp.net html5
Everyone who has visited YouTube.com in the past four years knows that you can embed video in a web page. But prior to HTML5, there was no standards-based way to do this.  Every video you've watched on the web has been funneled through a third party plugin (QuickTime, RealPlayer, Flash). 

HTML5 defines a standard way to embed video in a web page, using a <video> element. Support for the <video> element is still evolving, which is a polite way of saying it doesn’t work yet. At least, it doesn’t work everywhere. But don’t despair! There are alternatives and fallbacks and options.

Video Codecs:

There are tons of video codecs. The three most relevant codecs are H.264, Theora, and VP8.

i H.264 is also known as “MPEG-4 part 10,” a.k.a. “MPEG-4 AVC,” a.k.a. “MPEG-4 Advanced Video Coding.” H.264 was also developed by the MPEG group and standardized in 2003. It aims to provide a single codec for low-bandwidth, low-CPU devices (cell phones); high-bandwidth, high-CPU devices (modern desktop computers); and everything in between. To accomplish this, the H.264 standard is split into “profiles,” which each define a set of optional features that trade complexity for file size. Higher profiles use more optional features, offer better visual quality at smaller file sizes, take longer to encode, and require more CPU power to decode in real-time.

ii: Theora evolved from the VP3 codec and has subsequently been developed by the Xiph.org Foundation. Theora is a royalty-free codec and is not encumbered by any known patents other than the original VP3 patents, which have been licensed royalty-free. Although the standard has been “frozen” since 2004, the Theora project (which includes an open source reference encoder and decoder) only released version 1.0 in November 2008 and version 1.1 in September 2009.

Theora video c
complete story
Posted in Media Handler Pro ,
Posted on July 9, 2010 0:40 AM by Moderator. Tags: asp.net video , extract frames , jpg to video
You can use the following code through ASP.NET Media Handler Pro
component to extract all frames of video into jpg images.
Extracting Frames:

_mhandler.InputPath = RootPath + "\\contents\\original";
_mhandler.OutputPath = RootPath + "\\contents\\thumbs";
_mhandler.FileName = "xmen-origins-wolverine.mp4";
_mhandler.OutputFileName = "sample_";
_mhandler.OutputExtension = "%010d.jpg";
_mhandler.Force = "image2";
VideoInfo info = _mhandler.Process();

Re Encoding Frames / Images into Video:
Example below will encode all jpg frames into flash flv video, you can
encode it in any format.

_mhandler.InputPath = RootPath + "\\contents\\thumbs";
_mhandler.OutputPath = RootPath + "\\contents\\flv";
_mhandler.FileName = "sample_.%010d.jpg";
_mhandler.OutputFileName = "sample_img_vid";
_mhandler.OutputExtension = "flv";
_mhandler.Force = "flv";
// _mhandler.MaxQuality = true;
_mhandler.Audio_Bitrate = 32;
_mhandler.Audio_SamplingRate = 22050;
VideoInfo info = _mhandler.Process();

If you receive Error Code 101, you can request updated MHP through our
support email.
complete story
Posted in Media Handler Pro ,
© 2007 - 2012, mediasoftpro.com  | Site Map | Privacy Policy | Terms of Use