silverlight - MediaStreamSource Custom Implementation -


As you know, you can set the Media Source to MediaElement.SetSource (stream) You can use. A stream like a file on the local hard drive, now assume that the video contains multiple streams, for example, about 1 hour of video is spread over six ten minutes segments. Do I need to implement a custom mediastream source?

Note: I am developing a Silverlight OOB application.

Any help would be greatly appreciated.

You probably do not have any problems now, but anyway: I think that if you piece together If you want to glue then you need to implement the source. In practice, however, I successfully used two media elements to be inserted in one another to successfully get a proper transition. It is not ideal, but implementing the source seemed a little difficult for me.

If you have an implementation for the source or come in a better solution, then I would still be interested.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -