Typically when accessing video files from the internet, user has to download the video first before it can play with media player. Using the MMS protocol, Windows media player can play the video without having to wait until the download process completely done. the protocol allows the data to be delivered to the client as a continuous flow with minimal delay before playback can begin. URLs that point to media clips on a Windows Media™ Server usually begin with mms://.
Sunday, March 18, 2007
Microsoft Media Server or MMS protocol
MMS or 'Microsoft Media Server' protocol is Microsoft's proprietary network streaming protocol. MMS protocol running on top of TCP and UDP transport protocols. It is extensively used by Microsoft media player software. The special capabilities of this protocol is that, it can be used to stream live audio and video content from the host server to your computer without any need to download the file before playing with media player.
Typically when accessing video files from the internet, user has to download the video first before it can play with media player. Using the MMS protocol, Windows media player can play the video without having to wait until the download process completely done. the protocol allows the data to be delivered to the client as a continuous flow with minimal delay before playback can begin. URLs that point to media clips on a Windows Media™ Server usually begin with mms://.
Typically when accessing video files from the internet, user has to download the video first before it can play with media player. Using the MMS protocol, Windows media player can play the video without having to wait until the download process completely done. the protocol allows the data to be delivered to the client as a continuous flow with minimal delay before playback can begin. URLs that point to media clips on a Windows Media™ Server usually begin with mms://.
Tags:
Embed windows media file into blog post
Listen to this article
In this article, i would like to share with you on how to embed a windows media file such as wmf, asf, wma, mpg and all other files supported by windows media player into your blogger or wordpress post contents. To stream a Windows Media video file, you need to embed the Windows Media Player in the page where you post the video. This requires some specific HTML code included in the page or blog post where the video is linked. The simple command use for this is
<embed>.
Below is the example on how to use the embed tag in your blog posts or html page.
<embed type="video/x-ms-asf-plugin"
pluginspage="http://www.microsoft.com/netshow/download/player.htm"
showcontrols="1" showaudiocontrols="1" showdisplay="0" showgotobar="0"
showpositioncontrols="0" showstatusbar="1" showtracker="1"
animationatstart="1" autostart="1" bufferingtime="5" src="yourmediaurl"
height="400" width="450">
* change src="yourmediaurl" with a valid media url that you want to embed into your post or html page.
Tags: windows media player, embed video, embed media, embed
Saturday, March 17, 2007
How to bypass web proxy or web filter
Proxies that attempt to block offensive web content are implemented as web proxies. Many organizations — including corporations, schools, and families — use a proxy server to enforce acceptable network use policies or to provide security, anti-malware and/or caching services.
For example, some organizations may used this kind of proxy to filter out an adult content, streaming content or other http address defined by web proxy administrators. If you are browsing the internet behind this kind of proxy or web filter, your request to the contents that matched to the administrator banned list will failed.
To get rid of this ban, what you can do as a user is to find an anonymous web based proxy. An anonymous web based proxy is a web-based service that takes a site that is blocked and "circumvents" it through to an unblocked website, allowing the user to view blocked pages.
There is bunch of service on the internet that provide the free anonymous web based proxy service. But some of it may be already being blocked by your local web proxy. So, what you can do is try to find a server or url that is not listed yet in your local web proxy banned list. Try to search it by type in "free web proxy" in the google search form.
Below is the examples of it,
http://www.cantbustme.com/
http://www.surfundercover.com/
http://www.proxymafia.net/
http://www.secureproxy.us/
http://www.proxybuddy.com/
http://www.texasproxy.com/
http://www.surfaz.com/
http://www.invisiblesurfing.com/
http://www.ojjo.net/
http://www.sixty6proxy.com/
This free anonymous proxy service will hide your IP address and hide information about you and your interests. By using it, you can bypass web filter systems and access your favourite sites which may be blocked at work, school or college.
But, you have to be careful when using it. Don't expose your important information or valuable internet password while browsing through the free proxy, because some of the them will catch your username, password or credit card numbers or even your email address. This capability is often used to put your name on spammers lists.
For example, some organizations may used this kind of proxy to filter out an adult content, streaming content or other http address defined by web proxy administrators. If you are browsing the internet behind this kind of proxy or web filter, your request to the contents that matched to the administrator banned list will failed.
To get rid of this ban, what you can do as a user is to find an anonymous web based proxy. An anonymous web based proxy is a web-based service that takes a site that is blocked and "circumvents" it through to an unblocked website, allowing the user to view blocked pages.
There is bunch of service on the internet that provide the free anonymous web based proxy service. But some of it may be already being blocked by your local web proxy. So, what you can do is try to find a server or url that is not listed yet in your local web proxy banned list. Try to search it by type in "free web proxy" in the google search form.
Below is the examples of it,
http://www.cantbustme.com/
http://www.surfundercover.com/
http://www.proxymafia.net/
http://www.secureproxy.us/
http://www.proxybuddy.com/
http://www.texasproxy.com/
http://www.surfaz.com/
http://www.invisiblesurfing.com/
http://www.ojjo.net/
http://www.sixty6proxy.com/
This free anonymous proxy service will hide your IP address and hide information about you and your interests. By using it, you can bypass web filter systems and access your favourite sites which may be blocked at work, school or college.
But, you have to be careful when using it. Don't expose your important information or valuable internet password while browsing through the free proxy, because some of the them will catch your username, password or credit card numbers or even your email address. This capability is often used to put your name on spammers lists.
How to add socialize buttons in new blogger template?
If you want to insert socialize buttons automatically into your blogger template, below is easy steps to follow.
1. Edit your html blogger templates.
2. Don't forget to tick "Expand Widget Templates"
3. Search for this phrase;
4. Copy the following codes and paste right after the phrase.
4. Save your html template.
1. Edit your html blogger templates.
2. Don't forget to tick "Expand Widget Templates"
3. Search for this phrase;
<p class="'post-footer-line-3">
4. Copy the following codes and paste right after the phrase.
4. Save your html template.
How to fix the slow streamyx connection?
The basic think you need to do is tweak your internet connection is by optimizing the TCP/IP setting. What is TCP/IP? Well, basically it is the suite of communication protocols used to connect host on the internet. If your TCP/IP settings are configured properly, you can achieve good speed with your broadband connection.
The second step is to optimize your internet browser. We will make the browser suit the type of your internet connection whether you use 512Kbps package or the 1 Mbps package. Both Mozilla Firefox and Internet Explorer can be optimized using this tweak.
The third step is to get avoid from traffic-shaping by applying some tweak for your favourite torrent client. This is very useful for P2P fan.
The fourth and the final step is a manual way , which will be revealed at the end of this article.
How to do that?
Before this, it is very hard to tweak all those settings using regedit tools to edit your Window’s registry. You might do some mistake and it is very troublesome.
Fortunately, today there is one software that enable you to apply the first and the second step in just some clicks. For this tutorial, the software that we are going to use is TuneUp Utilities 2006. You need to pay it if you plan to use it for more than 30 days, but for don’t worry since it offers all function during the trial period. Get it here and install it as usual. You will only need to use it once.
1) Open the program. Click “Optimize and Improve” on the main window, and then choose TuneUp System Optimizer.
2) At the start page, select “accelerate downloads and Internet surfing”, then choose the type of your connection.
3) So, click next. After that, restart your computer. Settle.
more>>
The second step is to optimize your internet browser. We will make the browser suit the type of your internet connection whether you use 512Kbps package or the 1 Mbps package. Both Mozilla Firefox and Internet Explorer can be optimized using this tweak.
The third step is to get avoid from traffic-shaping by applying some tweak for your favourite torrent client. This is very useful for P2P fan.
The fourth and the final step is a manual way , which will be revealed at the end of this article.
How to do that?
Before this, it is very hard to tweak all those settings using regedit tools to edit your Window’s registry. You might do some mistake and it is very troublesome.
Fortunately, today there is one software that enable you to apply the first and the second step in just some clicks. For this tutorial, the software that we are going to use is TuneUp Utilities 2006. You need to pay it if you plan to use it for more than 30 days, but for don’t worry since it offers all function during the trial period. Get it here and install it as usual. You will only need to use it once.
1) Open the program. Click “Optimize and Improve” on the main window, and then choose TuneUp System Optimizer.
2) At the start page, select “accelerate downloads and Internet surfing”, then choose the type of your connection.
3) So, click next. After that, restart your computer. Settle.
more>>
Tags: streamyx, streamyx guide, streamyx speed
Subscribe to:
Posts (Atom)