Go
Not registered? Sign up!

Silverlight v2 of JV_WMV

Google Translate
26 posts | return to the Feature Suggestions forum | get the rss feed for this thread

Mar. 22, 2008timheuer

Would like to know if you are interested in building a version of JV_WMV player for Silverlight 2. I would love one and want to help do it -- contact me offline if interested (timheuer@microsoft.com)

Apr. 05, 2008Guru

Jeroen,

Can u als check the support for .mp3 streaming and .asx support (loaded as a file?). Cuz i have been playing around with silverlight and found out that both .mp3 streaming and asx is supported by silverlight. with loading .asx as a file i mean i have a playlist with some items, 1 or more being asx files. This asx files tries to connect to different streams (which is ok and expected).

With regards,

Guru

Apr. 06, 2008andersen

@Guru - .asx is a playlist format...

http://msdn2.microsoft.com/en-us/library/bb980063.aspx
http://msdn2.microsoft.com/en-us/library/aa393397(VS.85).aspx
http://blogs.msdn.com/silverlight_sdk/archive/2007/05/31/using-playlists-in-silverlight.aspx


http://home5.inet.tele.dk/nyboe/silverlight/wmvplayer/wmv_asx_playlist.htm
http://home5.inet.tele.dk/nyboe/silverlight/wmvplayer

Apr. 06, 2008Guru

@ Andersen - I am pretty aware of that... But some house stations do use a .asx to tune in to them cause they first play a welcome message and then let a dj stream on stream1 then next dj on stream2, next dj back on stream1. If i make a basic silverlight page with in the multimedia element the .asx as source it does play and respond as expected. But i still want this station to display as 1 station in my own playlist. Cuz i want to list multiple stations. So i want to list multiple stations which can have a .asf source a mp3 source or a .asx source (all being streams). For now the player does not play the .mp3 and .asx streams, while i test it with a minimum silverlight setup it in fact does. And yes i'm still pretty aware that .asx is not a stream but a client side script that plays/connects to streams described in the .asx. But a lot of house stations use the .asx to play welcome message and then connect to the stream which in fact can vary. I don't want to show this .asx as a playlist but just in fact just play it. Maybe i'm in a pretty strange environment, but for house radio stations it is pretty commom to use several streams to let the streaming dj's take over from each other, with using the .asx 1 dj can stop streaming while another 1 is streaming on the other channel, the .asx is repeating to try to play the channels and automatically connects to the other dj.

Guru

Jul. 12, 2008Christoph

hi JeroenW,

can you please post a possible date for the wmv-player v.2 release?

Jul. 13, 2008rik

Silverlight 2 Beta 2 works fine witch JW WMV player in all IE, Firefox 3, Opera 9.5 and Safari.

Pls, update wizard for JW WMV player, or write advanced script code.

Thx, rik

Jul. 16, 2008Christoph

yes maybe, but it is still a v1 application and I think all the new features in v2 (like serverside playlists) didn´t work with the wmv-player

Jul. 16, 2008JeroenW

I don't know yet when I'll work on a Silverlight 2 player. There's little demand for SL when compared to Flash, and the 2.0 plugin is still in beta. It is on the radar, but 'not yet':

http://code.longtailvideo.com/trac/roadmap

Jul. 16, 2008Christoph

hi JeroenW

thx for your answer.

can you give me some hints where I can/should try to tweak/modify the player that streaming will work?

the player connects already to the windows media server publishing point (I see the incoming connection and also the spectator count sets +1) but he plays no video.

viper[at]hltv[dot]at

Jul. 17, 2008rik

please, do it least script - import another playlist/item in WMV (Silverlight 2) player.

thx, rik

Jul. 18, 2008Christoph

hi again,

it´s now possible (for me) to play/view live sources like mms://server:88/pubpoint or http://server:88/pubpoint
this pubpoints can be everything (a singe file, a *.wsx playlist or a livestream (pull / push from a win media encoder)

it was necessary to change/set the silverlight version in the *.js file to the v2beta2 versionnumber and to change die WM-Http port (windows media server), with the std. value 80 it did not work at all.


there is now only one but i posted @ http://www.jeroenwijering.com/?thread=11836
( uncaught exception: Error setting property on scriptable plugin object! [plugin exception: AG_E_RUNTIME_SETVALUE : Canvas.Left]. )
the player tries to set something, but while playing source from a windows media server it raises a lot of this errors

//edit1
I already find the reason, it´s the remaining time (not available at a live source)
function: onTime: function(elp,dur) {

//edit 2
sry for my posts, also see http://www.jeroenwijering.com/?thread=9359

Jul. 18, 2008Ray

Hi all

Does Image Rotator support Silverlight?

Jul. 18, 2008kLink

No, not supported.

Aug. 29, 2008Mike Crook

Does this player support Silverlight v2 BETA that is available? I'm running Firefox v3 (which isn't compatible with Silverlight v1) but this player won't my videos using the current player.

Sep. 11, 2008JeroenW

Seems like the remaining-time issue is fixed in the 1.1 player.

A SL2 version of the player is not in the pipeline yet. The current one is SL1.

Dec. 22, 2008gorytus

on the wiki roadmap , I see 31/12 is the V2 release - is this date looking realistic?

Dec. 24, 2008gorytus

Help!
Just received 'Holiday Discount' email - 50% off - but really need to know likely timescale for SL2 version as it has the features we need.

Any news?

Dec. 31, 2008JeroenW

It's not really realistic. A SL2 version of the player isn't going to appear anytime soon I'm afraid, since there's so much more requests for specific Flash features than Silverlight in general.

Feb. 11, 2009dan k

hey guys,

I know silverlight 2 is not in development yet but i'm getting lots of emails from users complaning saying that when they install silverlight to use my player they get message saying that our player is not silverlight 2.0... is that a way to prevent this message from popping up?

cheers,
dan

May. 15, 2009Rust

Maybe I got lucky, but the 1.1 player works fine with Silverlight 2 on my machines. Also works well with Moonlight, although there are occasional bugs with seeking in a video...

May. 28, 2009Correohs

How can I have 2 or more playlist to choose from?
I set up JV_WMV player for Silverlight and works great.
but I would like to have the option to pick different playlist.

I'm recording short video everyday of the week. and I'd like to separate them per day. any solution will be good for me. I try to avoid to create one whole webpage per list.
I follow this sample " http://home5.inet.tele.dk/nyboe/silverlight/wmvplayer/wmvplaylist.htm " a JW WMV Player with a playlist.

Thanks

Aug. 09, 2009Phil

So Silverlight 3 is now out, yet the player is still for 1.1...

Will the WMV player ever be updated? Will we ever be able to have plugins and more features??

Oct. 20, 2009beth

I see that there is no update for the silverlight player. As the current one no longer functions, I will have to resort to simply embedding windows media and abandon this player (that was oh so wonderful when it worked);

I'll keep checking back. Sorry to see it go away.

Oct. 22, 2009Zachary Ozer

Beth - what is wrong with the current version?

Nov. 19, 2009rajkamal4

hello please help me to install JW WMV PLAYER in my blog.
i wanted to play this live streaming link such as:
mms://live1.wm.skynews.servecast.net/skynews_wmlz_live300k

in my blog....help me please...

i couldn understand the totorial

how to copy .js and .xaml file in my blog...
give me example with above link


email me : rajkamal1981@gmail.com

Nov. 19, 2009rajkamal4

this is my blog

www.cricslog.blogspot.com

i wanted to embed JW WMV player instead of windows media player and stream the live telecast


any one can help me.

embedded code for it will be much better

Add a reaction

You can also return to the category or try this search for related threads.


 

Search the Forums

Go

Support

Support Here are some helpful links to learn more about the JW Player™:

Monetize Your Video

Monetize Your Video Earn money with ads from LongTail's AdSolution. Watch our demos and sign up now!

Why Buy a License?

Why Buy a License? If you don’t buy a commercial license, you cannot use a JW Player™ on (i) a site that has ads; (ii) a corporate site; or a (iii) CMS. Our licenses are very inexpensive, so what are you waiting for? Buy a license today.