This is a migrated thread and some comments may be shown as answers.

[Solved] RadEditor MOSS and Video Stream Server

5 Answers 153 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Renata
Top achievements
Rank 1
Renata asked on 21 Dec 2009, 12:07 AM

Hi support,

  I'm tring to configure the RadEditor by creating a virtual directory and pointing out to a Video Stream Server but it is not working.
  Every time when it loads the media manager I get a not found error.

  Any idea of what may be wrong?

Thanks in advance.

Regards.

5 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 22 Dec 2009, 10:52 AM
Hello Renata,
Could you provide me with a step by step scenario of how to reproduce the issue on our test server? This way I will be able to help you further.

All the best,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Renata
Top achievements
Rank 1
answered on 22 Dec 2009, 05:36 PM

Hi, thanks for your reply.

Follow the configuration steps:

1.       Shared Windows Media Services folder

\\vm\WMRoot

2.
      
On the other server,  I created the virtual directory called MediaServices to point to   \\vm\WMRoot

3.       In the ConfigFile.xml of RadEditor, I configured the virtual directory path

<?xml version="1.0" encoding="utf-8" ?>

<!-- ==============================================================================================

                Config File valid structure:

                <configuration>

    <property>...</property>

    ...

                               <property>

                                               <item>...</item>

                                               <item>...</item>

                                               ...

                               </property>

                               ...

                </configuration>

=============================================================================================== -->

<configuration>

                <property name="ToolbarMode">Default</property>

                <property name="ToolsWidth">690px</property> 

        <property name="ImagesPaths">

            <item>/SiteCollectionImages</item>

        </property>

        <property name="ImagesFilters">

            <item>*.jpg</item>

            <item>*.gif</item>

            <item>*.png</item>

        </property>

       <property name="MaxImageSize">102400</property>

       <property name="MediaPaths">

            <item>~/MediaServices</item>

       </property>

       <property name="MediaFilters">

       <item>*.wmv</item>

       </property>

       <property name="MaxMediaSize">6291456</property>

       <property name="EditModes">Design,Preview</property>

</configuration>

 4.       I get this error: NOT FOUND

The version being used is Q32009

Thanks, Renata

 

 

0
Stanimir
Telerik team
answered on 23 Dec 2009, 09:02 AM
Hi Renata,
<property name="MediaPaths">
    <item>~/MediaServices</item>
</property>
Unfortunately RadEditor for MOSS file path properties can not work with real physical paths.  They only work with MOSS libraries. The value of an item from the MediaPaths collection can not start with ~ because they must point to MOSS libraries. If you set the Media Path starting with "/" it will refer the sites collection root.

This is the way that the editor content provider is designed to work.

Sincerely yours,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Renata
Top achievements
Rank 1
answered on 23 Dec 2009, 06:21 PM
Hi Stanimir,

Thanks for your reply.
In RadEditor it's possible upload Images and other files to a shared drive, creating a Custom File System Content Provider or virtual directory.
Can I use this on MOSSRadEditor? If yes, I need to know how.
I have the developer license and the source codes of Telerik.Web.UI.

Regards,

Renata
0
Stanimir
Telerik team
answered on 24 Dec 2009, 10:58 AM
Hi Renata,
Here are some help articles that regard creating of custom content provider
1. http://www.telerik.com/help/aspnet-ajax/radfileexplorer-custom-filebrowsercontentprovider.html
2. http://blogs.telerik.com/stoyanstratev/posts/09-10-30/new_content_providers_for_the_radeditor_and_radfileexplorer_controls.aspx
3. http://blogs.telerik.com,/stoyanstratev/posts/09-06-17/using_the_radfileexplorer_for_asp_net_ajax_in_a_moss_web_application.aspx

What you can do is take the source code of RadEditor for MOSS and modify it so it will fit your case. Then create your own custom wsp solution. However the source code of RadEditor for MOSS is not available for download, but we provide it on demand. So please create an official support ticket and I will provide you with the source there.

Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Renata
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Renata
Top achievements
Rank 1
Share this question
or