I have exactly the same problem : when I connect MediaElement to my server, it opens the mp3 stream, closes it, opens it again, plays some milliseconds and then pauses.
I tried to modify MediaElement attributes like BufferingTime, but it doesn't change anything.
Is there a way to make it work ?
It works fine with Adobe Flash and Windows Media Player (I type the url)... then I don't understand why it couldn't work with SL2.
Pacome
Member
2 Points
2 Posts
Re: Re: Re: Re: Re: Problems loading server-side http stream in MediaElement
Dec 23, 2008 02:22 PM | LINK
Hello,
I have exactly the same problem : when I connect MediaElement to my server, it opens the mp3 stream, closes it, opens it again, plays some milliseconds and then pauses.
I tried to modify MediaElement attributes like BufferingTime, but it doesn't change anything.
Is there a way to make it work ?
It works fine with Adobe Flash and Windows Media Player (I type the url)... then I don't understand why it couldn't work with SL2.
Any ideas ?
agasociados
Member
9 Points
4 Posts
Re: Re: Re: Re: Re: Problems loading server-side http stream in MediaElement
Oct 25, 2010 04:00 AM | LINK
I am having the problem streaming out of WMSERVICES 2008, I have setup a SL client that is not playing the content. I will follow this suggestion.
Nasenbaer
Member
129 Points
128 Posts
Re: Re: Re: Re: Re: Problems loading server-side http stream in MediaElement
Feb 16, 2011 02:46 AM | LINK
Hi
I have an mp3 which works. When I use mms or asx file it does not play with Silverlight Media Player.
http://www.goldengel.ch/temp/DJ Intro 2011.mp3
mms://www.goldengel.ch/temp/DJ Intro 2011.mp3
http://www.goldengel.ch/temp/AudioStream.asx
I just want to play
http://listen.di.fm/public5/techhouse.asx
stream but it does not play it.
Thanks for your advice
agasociados
Member
9 Points
4 Posts
Re: Re: Re: Re: Re: Problems loading server-side http stream in MediaElement
Feb 24, 2011 12:21 PM | LINK
I found my way home!!!
I found out that Media Element only reproduces with port 80 or another port explicitly written like 85, which is my port.
so i declare this way
http://123.123.123.123:85/mountpoint and that``s all!
I have 10 mount points and all of them reproduces pretty well.