Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

How to open mms stream in JW player


Hi,

I downloaded JW silverlight player
http://www.longtailvideo.com/players/jw-wmv-player/

and I want open mms stream mms://beotelmedia.beotel.net/rtvpink


Here is my code:

bc.. <div name="mediaspace" id="mediaspace"></div>
<script type='text/javascript' src="silverlight.js"></script>
<script type='text/javascript' src="wmvplayer.js"></script>
<script type="text/javascript">
var cnt = document.getElementById("mediaspace");
var src = 'wmvplayer.xaml';
var cfg = {
file:'mms://beotelmedia.beotel.net/rtvpink',
image:'preview.jpg',
height:'240',
width:'440'
};
var ply = new jeroenwijering.Player(cnt,src,cfg);
</script>



But don't works!
Maybe I'm wrong, or maybe player don't support mms streaming?
Any suggestions will be appriciate.

13 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

You need to specify the port you are using, also.

JW Player

User  
0 rated :

I don't know the port for this mms streaming. Windows Media Player open this streaming normal, without the port specify.

Anyway,
Because default port for mms is 1755, I tried to change my code to:

bc.. file:'mms://beotelmedia.beotel.net:1755/rtvpink'

and
bc.. file:'mms://beotelmedia.beotel.net:1755/rtvpink:1755'


and still doesn't work.....

Ethan Feldman

JW Player Support Agent  
0 rated :

Try 80, or 8080?

JW Player

User  
0 rated :

doesn't work.....

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you have an example ?

JW Player

User  
0 rated :

bc.. file:'mms://beotelmedia.beotel.net:1755/rtvpink:8080'


And conclusion is: JW player doesn't support mms stream.....

Ethan Feldman

JW Player Support Agent  
0 rated :

I have seen the player work with MMS Streams before though. And that URL would not work, it would be – mms://beotelmedia.beotel.net:80/rtvpink

JW Player

User  
0 rated :

I tried this and nothing changed.
If you say that it works, can you give me example?

JW Player

User  
0 rated :

for working mms stream

JW Player

User  
0 rated :

I'm having the same issue Alex21 is having!

I want to use your silverlight JW player to play mms streaming videos and have been unable to get it to work.

Any help for be greatly apprecicated!

Ethan Feldman

JW Player Support Agent  
0 rated :

Link please.

JW Player

User  
0 rated :

I want to put Several Radio MMS Streams online on this site:

http://www.gazetalusofona.ch/?page_id=314

and allready have installed JW Player and other Players... unfortunately nothing is working

I want to give the visitor to choose the radio stream he wants to listen example: mms://195.23.102.196/comercialcbr96 and others.... and then as soon as he chooses the Radio Station he want to listen then the Player starts to play the stream for this radio...

IS IT POSSIBLE? IF YES HOW?

Ethan Feldman

JW Player Support Agent  
0 rated :

If you are using MMS the only possible player that would work that we have is our Silverlight Player – http://www.longtailvideo.com/players/jw-wmv-player/

This question has received the maximum number of answers.