How to implement gapless display in silverlight
Hello,

I'm working on implementing 3d video display in silverlight, and it works fine now.
But I got a problem that: I have a series of side-by-side videos in my playlist. When it comes to play next video in the list, it shows a quick gap between exchange. Could it be any possible to play videos in the list without gap, it means to play them fluently.
I am new to work on this, and I really need your help. Thank you.



Project in attachment.
By the way, in the attachment you can realize that I'm using a basic way to put videos into playlist.
I'm sure that there is a better way (codes)to put them in it. Please, help me!!
Hello,



I'm working on implementing 3d video display in silverlight, and it works fine now.

But I got a problem that: I have a series of side-by-side videos in my playlist. When it comes to play next video in the list, it shows a quick gap between exchange. Could it be any possible to play videos in the list without gap, it means to play them fluently.

I am new to work on this, and I really need your help. Thank you.







Project in attachment.

By the way, in the attachment you can realize that I'm using a basic way to put videos into playlist.

I'm sure that there is a better way (codes)to put them in it. Please, help me!!
Attachments

Nvidia_3D.zip

#1
Posted 06/14/2012 04:37 AM   
You can always use javascript based method to add playlist items. Regarding the gap in playback, you may get better help on Microsoft forums related to smooth streaming playback. I think this is generic behavior of Silverlight based player (which may be altered using some properties, I am not sure) and not specific to 3d playback. For crosschecking please try to play streams with 3dvision disabled (should play side by side) and see if you get the same gap in playback between streams.
You can always use javascript based method to add playlist items. Regarding the gap in playback, you may get better help on Microsoft forums related to smooth streaming playback. I think this is generic behavior of Silverlight based player (which may be altered using some properties, I am not sure) and not specific to 3d playback. For crosschecking please try to play streams with 3dvision disabled (should play side by side) and see if you get the same gap in playback between streams.

#2
Posted 06/15/2012 05:30 AM   
Scroll To Top