3d vision plugin error unsolved error in integration of 3d vision plugin to web page
Hello!
I need to integrate the 3d vision plugin to my web page for 3d streaming. I am newbe to working with IIS and MS Visual studio, that's why its hard to me. I am using the video-guide from 3dvisionlive.com about installing this plugin, but have some problems. After creating project i have the next error in my web-browser:
[code]Unhandled Error in Silverlight Application Нулевой объект должен иметь значение. в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) в System.Nullable`1.get_Value() в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportHTMLS3DProperties(XElement s3DPropItems) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportExpressionEncoderPlaylistItem(XElement element) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportPlayerSettings(String settings) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.LoadInitParams(IDictionary`2 initParams) в NVIDIA.App.Application_Startup(Object sender, StartupEventArgs e) в MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) в MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
[/code]

After small debuging, i have found "error-string". This is video configuration part:
[code]
<S3DProperties>
<S3DFormat>SideBySide</S3DFormat>
<S3DEyePriority>LeftFirst</S3DEyePriority>
<S3DLeftEyePAR>2.0</S3DLeftEyePAR>
<S3DRightEyePAR>2.0</S3DRightEyePAR>
</S3DProperties>
[/code]


Project in attachement. Please, help me!
Hello!

I need to integrate the 3d vision plugin to my web page for 3d streaming. I am newbe to working with IIS and MS Visual studio, that's why its hard to me. I am using the video-guide from 3dvisionlive.com about installing this plugin, but have some problems. After creating project i have the next error in my web-browser:

Unhandled Error in Silverlight Application Нулевой объект должен иметь значение. в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) в System.Nullable`1.get_Value() в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportHTMLS3DProperties(XElement s3DPropItems) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportExpressionEncoderPlaylistItem(XElement element) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportPlayerSettings(String settings) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.LoadInitParams(IDictionary`2 initParams) в NVIDIA.App.Application_Startup(Object sender, StartupEventArgs e) в MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) в MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)




After small debuging, i have found "error-string". This is video configuration part:



<S3DProperties>

<S3DFormat>SideBySide</S3DFormat>

<S3DEyePriority>LeftFirst</S3DEyePriority>

<S3DLeftEyePAR>2.0</S3DLeftEyePAR>

<S3DRightEyePAR>2.0</S3DRightEyePAR>

</S3DProperties>






Project in attachement. Please, help me!
Attachments

NVIDIA.zip

#1
Posted 09/05/2011 09:24 AM   
Hello Hagen,

I downloaded your project and had a look at it. Please find modified project attached (NVIDIA_modified.zip). Could you please give this a try?

Have made few modifications like
(1) added Microsoft.Web.Media.SmoothStreaming in the reference
(2) removed Microsoft.SilverlightMediaFramework.Plugins.Anaglyph3D from the reference
(3) [other] removed some other references probably not relevant for the moment.

After these modifications, the project worked at my end.
Please let know if this works for you.
Hello Hagen,



I downloaded your project and had a look at it. Please find modified project attached (NVIDIA_modified.zip). Could you please give this a try?



Have made few modifications like

(1) added Microsoft.Web.Media.SmoothStreaming in the reference

(2) removed Microsoft.SilverlightMediaFramework.Plugins.Anaglyph3D from the reference

(3) [other] removed some other references probably not relevant for the moment.



After these modifications, the project worked at my end.

Please let know if this works for you.
Attachments

NVIDIA_modified.zip

#2
Posted 09/06/2011 07:03 AM   
Thank for your answer!
Unfortunately, this project still not working. I have copied all new files to my local project, recompiled it and have new error:
[code]Unhandled Error in Silverlight Application [InvalidOperation_NoValue] Аргументы: Недоступны строки отлаживаемых ресурсов. Ключ и аргументы часто предоставляют достаточно информации для диагностики проблемы. См. http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60531.0&File=mscorlib.dll&Key=InvalidOperation_NoValue в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportHTMLS3DProperties(XElement s3DPropItems) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportExpressionEncoderPlaylistItem(XElement element) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportPlayerSettings(String settings) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.LoadInitParams(IDictionary`2 initParams) в NVIDIA.App.Application_Startup(Object sender, StartupEventArgs e) в MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) в MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)[/code]

Maybe this is problem with my IIS?
Thank for your answer!

Unfortunately, this project still not working. I have copied all new files to my local project, recompiled it and have new error:

Unhandled Error in Silverlight Application [InvalidOperation_NoValue] Аргументы: Недоступны строки отлаживаемых ресурсов. Ключ и аргументы часто предоставляют достаточно информации для диагностики проблемы. См. http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60531.0&File=mscorlib.dll&Key=InvalidOperation_NoValue в System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportHTMLS3DProperties(XElement s3DPropItems) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportExpressionEncoderPlaylistItem(XElement element) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.ImportPlayerSettings(String settings) в Microsoft.SilverlightMediaFramework.Core.SMFPlayer.LoadInitParams(IDictionary`2 initParams) в NVIDIA.App.Application_Startup(Object sender, StartupEventArgs e) в MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) в MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)




Maybe this is problem with my IIS?

#3
Posted 09/06/2011 07:47 AM   
Are you able to play videos from www.3dvisionlive.com on the same system?
Are you able to play videos from www.3dvisionlive.com on the same system?

#4
Posted 09/06/2011 07:55 AM   
Yes! It was the first thing i did
Yes! It was the first thing i did

#5
Posted 09/06/2011 08:02 AM   
Hello Hagen,

Could you please attach your modified project.
Hello Hagen,



Could you please attach your modified project.

#6
Posted 09/06/2011 08:33 AM   
yes
yes
Attachments

NVIDIA.zip

#7
Posted 09/06/2011 08:51 AM   
Hello Hagen,

Your modified project works fine at my end.
Hello Hagen,



Your modified project works fine at my end.

#8
Posted 09/06/2011 09:13 AM   
Do you have any ideas about solving this problem? Maybe i'm doing incorrect compilation of web-page or my IIS has wrong configuration?
Do you have any ideas about solving this problem? Maybe i'm doing incorrect compilation of web-page or my IIS has wrong configuration?

#9
Posted 09/06/2011 09:59 AM   
This article on Microsoft IIS site has informating for setting up IIS smooth streaming server.
http://learn.iis.net/page.aspx/558/getting-started-with-iis-smooth-streaming/

There are several other resources on web. I suggest you try hosting the sample media files provided on the URL given above and stream those (2D contents) first in your environment to make sure you have setup the IIS server correctly for smooth streaming.
This article on Microsoft IIS site has informating for setting up IIS smooth streaming server.

http://learn.iis.net/page.aspx/558/getting-started-with-iis-smooth-streaming/



There are several other resources on web. I suggest you try hosting the sample media files provided on the URL given above and stream those (2D contents) first in your environment to make sure you have setup the IIS server correctly for smooth streaming.

#10
Posted 09/06/2011 05:01 PM   
Scroll To Top