Advanced Forum Search Results
-
In windows media player for live broadcast there is a URL modifier mms://ipaddress/livePblishingpoint?WMBitrate=xxx&WMContentBitrate=xxx which controls the bitrate the content will be deliver. but in silverlight mediaelement although in WMS there are 2 bitrate on 1 publishing point mediaelement is alwawys getting the one with highest bit rate. ...
-
I believe I can do this using adaptive streaming. Is anyone here has a sample code to do adaptive streaming? I just dont know how to start. Thank you
-
Any Update on this one? Im having the same problem too. thanks
-
Hi
we are using windows media server and windows media encoder to do live streaming.there are 2 bit rate set in the encoder but my mediaelement always getting the one with highest bitrate although i specify the bit rate to be use in the URL using the modifier. I also read in the SDK that mediaelement supports multiple bit rate , but ...
-
Hi
is it possible to get the current visualstate name assign to an element?
thank you
-
Hi, Is it possible for mediaelement (except for parsing the asx) to do auto failover? for example in my asx i have two entry ref1 and ref2 if mediaelement cannot connect to ref1 it will automatically go to ref2?
Thank You
-
I somehow resolve my problem. Im detaching the buffer progress event when I go to full screen mode and attaching it again when the video is back to normal mode.
-
Hi,
I made a video player with fullscreen support. when ever the object change to full screen mode I have a resize change event attached to the
parent element (e.g. border) so that other element resize as well with respect to parent element. the problem is when I go back to normal mode
(not the full screen mode) while ...
-
Hi
I found the problem already. In my asx i use computer name instead of IP. e.g. mms://<computername>/filepath/filename I change it to mms://<ipaddress>/filepath/filename because the server has difficulty resolving the IP base on computer name.
-
Hi
Thank You for the reply
I also tried that one. but it is not working also for me.Im calling the asx file from clientbin and thru http://.... If my source file is wmv file I have no problem running it in the server whether the wmv file is in the clientbin or thru http://.... The program is running perfectly in my local computer ...