[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

Windows Media 11 streaming problem

Asked by armtv in General Multi-Media Software, Video Editing

Tags: media, param, problem, streaming

I run a company that offers streaming videos for my subscribed customers. I am switching over from Real Player to Windows Media and have had a problem streaming my videos since upgrading to Windows Media 11

I finally found a embedded code to have the WMV files play correctly in Explorer and Firefox...but some of my videos would not even load and I couldn't figure out why.

I would click on the video and it would saying it was searching for media for two seconds...an image would flash in the player and then it would say ready. and nothing else happened....then I would right click on the player and it would say error and "can not play the file at this time"

but another video on my site encoded and uploaded in exactly the same way WILL play. It made no sense at all...

I attempted to try and encode it again thinking that my problem was there and STILL the same.

so ultimately I rolled back to Windows Media 10 and now all of the videos play....on MY COMPUTER...

however my ultimate problem lies in what do I tell my customers to do? Is there something else I could embed into my webpage to get this Windows 11 problem fixed and recommend all of my customers to install the latest version of windows media OR

Do I let them know to forget about windows media 11 and stick with 10...which is a pain in the ass because I have international customers and there is a language barrier...it is easier to send to "latest version" of player is recommended??

I know it says 11 is just a beta version and that may be the reason for the kinks but I would like to know if it is MY CODE or their kinks that is the problem?

THE CODE THAT I HAVE EMBEDDED INTO MY WEB PAGE IS AS FOLLOWS

--------------------------------------------------------------------------------

<object id="mediaPlayer" width="450" height="395" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject">
              <param name="fileName" value="http://www.armwrestlingtv.com/password/VIDEO/2006/06BATTLEBEACH/06BATTLEBEACHNOVRIGHT.wmv" ref>
              <param name="animationatStart" value="-1">
              <param name="transparentatStart" value="-1">
              <param name="autoStart" value="-1">
              <param name="showControls" value="-1">
              <param name="AudioStream" value="-1">
              <param name="AutoSize" value="0">
              <param name="AllowScan" value="-1">
              <param name="AllowChangeDisplaySize" value="-1">
              <param name="AutoRewind" value="0">
              <param name="Balance" value="0">
              <param name="BaseURL" value>
              <param name="BufferingTime" value="5">
              <param name="CaptioningID" value>
              <param name="ClickToPlay" value="-1">
              <param name="CursorType" value="0">
              <param name="CurrentPosition" value="-1">
              <param name="CurrentMarker" value="0">
              <param name="DefaultFrame" value>
              <param name="DisplayBackColor" value="0">
              <param name="DisplayForeColor" value="16777215">
              <param name="DisplayMode" value="0">
              <param name="DisplaySize" value="4">
              <param name="Enabled" value="-1">
              <param name="EnableContextMenu" value="-1">
              <param name="EnablePositionControls" value="-1">
              <param name="EnableFullScreenControls" value="0">
              <param name="EnableTracker" value="-1">
              <param name="InvokeURLs" value="-1">
              <param name="Language" value="-1">
              <param name="Mute" value="0">
              <param name="PlayCount" value="1">
              <param name="PreviewMode" value="0">
              <param name="Rate" value="1">
              <param name="SAMILang" value>
              <param name="SAMIStyle" value>
              <param name="SAMIFileName" value>
              <param name="SelectionStart" value="-1">
              <param name="SelectionEnd" value="-1">
              <param name="SendOpenStateChangeEvents" value="-1">
              <param name="SendWarningEvents" value="-1">
              <param name="SendErrorEvents" value="-1">
              <param name="SendKeyboardEvents" value="0">
              <param name="SendMouseClickEvents" value="0">
              <param name="SendMouseMoveEvents" value="0">
              <param name="SendPlayStateChangeEvents" value="-1">
              <param name="ShowCaptioning" value="0">
              <param name="ShowAudioControls" value="-1">
              <param name="ShowDisplay" value="0">
              <param name="ShowGotoBar" value="0">
              <param name="ShowPositionControls" value="-1">
              <param name="ShowStatusBar" value="-1">
              <param name="ShowTracker" value="-1">
              <param name="VideoBorderWidth" value="0">
              <param name="VideoBorderColor" value="0">
              <param name="VideoBorder3D" value="0">
              <param name="Volume" value="-600">
              <param name="WindowlessVideo" value="0">
              <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
        bgcolor='darkblue' showcontrols="true" showtracker='-1'
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="450" height="395"
        src="http://www.armwrestlingtv.com/password/VIDEO/2006/06BATTLEBEACH/06BATTLEBEACHNOVRIGHT.wmv" autostart="true" designtimesp='5311' loop="false">
      </EMBED></object>


-------------------------------------------------------------------

Thanks for your help

Gary Roberts
www.myarmtv.com

[+][-]08/02/06 07:59 AM, ID: 17233936Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/03/06 03:33 PM, ID: 17246160Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/25/06 06:05 AM, ID: 17389039Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/25/06 07:45 AM, ID: 17389897Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/25/06 04:51 PM, ID: 17393683Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: General Multi-Media Software, Video Editing
Tags: media, param, problem, streaming
Sign Up Now!
Solution Provided By: Merete
Participating Experts: 1
Solution Grade: A
 
[+][-]09/18/06 01:19 PM, ID: 17546695Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09/23/06 01:10 AM, ID: 17582680Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81