Endeca stores Images or Videos?

Hi experts,
I want to store some images and videos with their metadata for searching. Is it possible to store the image and the videos on the Endeca Server and visualize them in the Endeca Studio?
Thanks in advance for your answers.
Regards,
Enrique

Hi Enrique,
I would not recommend storing the actual video content inside your OEID Data Domain.  Each record would take up a reasonable amount of "real estate" (size of the video on disk, etc.) without a commensurate amount of value.
I would store only the metadata (allowing for search and navigation on those attributes) as well as the information necessary to render or embed/link to the record itself (say, a unique ID or URL or even embed snippet).
From there, you could write your own portlet to render video content to the user based on the navigation state.  Of course, if a link is acceptable, you could build the relevant URL from the ID using some of the existing portlets' functionality:
Example, A Link Action of: https://www.youtube.com/watch?v={uniqueVideoId}
So, for a video with an ID of 5T_uxoV5FuQ, you would generate a link in Studio taking the user here:
https://www.youtube.com/watch?v=5T_uxoV5FuQ
HTH,
Patrick

Similar Messages

  • How to store images and video clips in Oracle

    All,
    Can anyone guide me how to store the images and video clips in oracle through pl/sql and also the way to retirve it.
    Edited by: sikander on Sep 7, 2010 3:27 AM

    Some sample code
    connect sys schema  --if scott has no privs to create directory
    --where physical file store in the same machine where database load
    CREATE DIRECTORY IMAGES AS 'D:\images';
    GRANT READ ON DIRECTORY IMAGES TO SCOTT;
    connect scott/tiger
    create table my_book_diagrams (Image BLOB);
    DECLARE
      v_file_loc BFILE;
      v_diagram_loc BLOB;
      v_diagram_size INTEGER;
    BEGIN
      v_file_loc := BFILENAME('IMAGES','Layout.bmp');
      DBMS_LOB.FILEOPEN(v_file_loc );
      v_diagram_size := DBMS_LOB.GETLENGTH(v_file_loc);
      INSERT INTO my_book_diagrams (Image) VALUES (EMPTY_BLOB())
      RETURNING image INTO v_diagram_loc;
      DBMS_LOB.LOADFROMFILE(v_diagram_loc, v_file_loc, v_diagram_size);
    END;
    commit;

  • Tried to reinstall iPhoto library from external hard drive, it shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.

    My hard drive crashed recently and we took it to apple to get repaired. The apple employees said that they would have to replace the hard drive but they didn't have the equipment to get the data off my hard drive. So I took it to a computer store who had the right equipment after a month and a half of waiting they finally got all the data off my hard drive and put it on an external hard drive (Seagate Expansion Portable Drive). I then took it back to apple who replaced the hard drive. Now I'm in the process of reinstalling everything. I have never done a Time Machine back up or backed my laptop up to . Which I now will do very often once I've reinstalled everything. I have reinstalled all of my desktop images and folders as well as my iTunes library with no issues. However when i went to reinstall my iPhoto library it came up blank. I then Rebuilt the library several times and this was the result.
    It shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.
    Please help i have three years worth of images from holidays on here and would be devastated if i lost them.

    iPhoto cannot find the thumbnails or the original pictures.
    Go to your iPhoto Library in the Pictures Folder.
    Right-click on it and from the resulting menu, choose 'Show Package Contents'.
    This will bring you inside the iPhoto Library package. There you should see a Folder called Masters. Within that, there should be folder containing your actual photos.
    Are they there?

  • Uploading Stream (Images/Audio/Video files/Doc files) to Windows Azure Storage Blob by using SharePoint Online 2013 Library

    Dear All,
    How I can store the Images/Audio/Video/documents files in blob storage by help of SharePoint document library and keep a reference to them in SharePoint by putting metadata in a SharePoint Library.
    I searched a lot, but not finding suitable source.
    Thanks,
    Sharad
    sharadpatil

    hi,
    Base on my experience, you could use azure storage reference sharepoint app. I suggest you could recommend this blog via (http://sachintana.blogspot.com/2012/08/azure-blob-storage-for-sharepoint.html ).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why can 't I store images on my SD care in Lightroom mobile for Android

    I don't understand why I can't store images on my SD card. I get that a mobile app can't ever have the same functionality as the desktop version without taking up all the memory, but what on earth made someone think it was a good idea to store images in memory that is not only highly limited, not upgradable, but also used by other apps and more importantly the OS. Why can't I store images on the MicroSD card. That thing can be 128gb which is enough storage to work on a decent collection of images.
    I would love there to be some more control over aspects of the image, but what there is works well. It also syncs effectively and there isn't that much lag between each event, but what happens when I need to edit 50 images from a device I keep in my pocket [which theoretically should be viable]?
    The most useful feature for me is processing images I've taken with my phone, and syncing them back to Lightroom...
    Please tell me that external storage is going to be added?

    Hi canondude!
    Thanks for posting.
    Ho are you bringing the video clips over to your computer?  Are you connecting the camera or are you using a card reader?  What program are you using to import the video clips?
    If this is a time sensitive-matter, additional support options are available at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Store image in local Sqlite

    I have to store an image and video to the local SQLite data base. And  I hav to retrieve the same image and video to display it into the application. Please someone help me to getting out of it.
    Thank you,
    -- Amit

    Неужели сложно віложить пример кому-нибуть?

  • Only want to transfer NEW images and videos to N70...

    Im using PC Suite 6.80.22 and when i try to transfer all of my images and videos over using "image store" it will only transfer the whole lot over.
    How can I set it so that it only transfers the new images and videos? Otherwise, I end up with duplicates, triplicates etc.
    Thanks,
    Billy

    update pc suite to 6.81.13, it fixes the problem

  • Instruction on how to work with images and videos in the storage azure using php

    Dear Sirs
    I followed below instruction to make video and image storage on Azure using PHP:
    http://azure.microsoft.com/en-us/documentation/articles/storage-php-how-to-use-blobs/
    Whenever I record an image on Azure storage and download stored image there is no format
    in the stored image. and end up becoming like any other regular file. Othe problem is that I cannot see the concerned image in the browser. I already have checked recipient access and it is defined as public reading. 
    Could you also please provide me with an article instructing how to make upload,  download,
    show up on the browser and remove video and images from the azure storage area?
    Thanks & Regards,
    Pedro

    Hi Pedro,
    Thanks for your posting!
    I am not familiar with PHP. But from your description, I think your need pay attention to those points in your code:
    1.When you store file or download file, please write the file name and
    suffix, for example, you need store image as blob name "image.png".
    2.When you download file from Azure blob, you need set the content type.
    if your file is image, you could set the content type as image type.
    3.You could get the blob URI, and set your image URL as blob URI. Do this, you can show the picture.
    Please see this similar issue thread:
    http://phpazure.codeplex.com/discussions/472840
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Set browser to NOT load images or videos to reduce data usage

    On the Bold 9900 I could tell the browser to NOT load images or videos. This helps dramtically reduce data usage when all Im interested in is the text of articles.
    The Reader mode is not the same since the page with all its content has already been loaded.
    I also find the Reader mode often results in a message that this page cannot load in Reader mode.

    Sorry I misunderstood, although I do understand what you're saying. I received a notification saying that I was being charged by my service provider due to overlimiting my data usage. I then telephoned telus and I was told it is simply the type of phone that is now able for a 4g network and so on. This being said, the phone store also checked my phone to see if I had any apps still open that I was unaware of. I not use facebook on phone but was told that that is a big hog of data. Anyways, it was also suggested that I use wi-fi wherever possible. I found al this to be unknown to me as on my other BlackBerry phones, I had never gone over my little bit of 750mb ever. Now with this phone, 4 days before cycle ends, it's suggested to buy 3 g just "to be on the safe side". All said, I may or may not be able to reduce to 1.5 g. This classic phone requires extra data just to simply be connected to a network is what the telus provider and the store clerk both tell me. sorry I could not provide definite answer for you.

  • Snow Leopard (10.6.8) Web Browser, App Store, iTunes Store image won't finish loading.

    Hello,
    I've recently upgraded from Leopard to Snow Leopard by clean installing. Once I upgraded to Snow Leopard (10.6.3) everything seemed to work perfectly except for the new keyboard that I purchased (requires upgrade to 10.6.8). So as I upgraded to 10.6.8 by "Software Update…".
    Once the update was completed and the machine restarted I've noticed when I opened opened couple of common sites in Safari (such as: Flickr, YouTube, and Amazon) and some of the images won't finish loading with a "?" in the middle where the image would be and browser assumes that the site was done loading. First I thought this was a refresh problem so I hit refresh on the browser but nothing really happened. I thought this was strange so I decided to download Google Chrome and Firefox to try it out as well. Same situation as well… Then I opened  the App Store and iTunes Store and the same things happened there as well. I'm assuming that all these images exists online so anything that access the web to load images will just crap out. One odd thing is that this problem don't seem to happen on any of the sites on Apple when I view it in the web browsers.
    I couldn't figure out the reason so I decided to reinstall Snow Leopard (10.6.3) again by cleaning out the hard drives as before. Once it finished installing I opened up iTunes Store and Safari and the images loads fine. So went ahead (crossing my fingers) to "Software Updates…" to 10.6.8 and the the problem happened again.
    I naively went ahead and tried to clean installing it again, thinking "Third time is the charm!" But same situation once I upgrade to 10.6.8. After the third time I let the browser sit there after it didn't load those images. I waited about five minutes and hit refresh and the images loaded. This happened the same with App Store and iTunes Store images as well. This is very odd because my interment connection hasn't been a changed before I upgraded to 10.6.8. Seems like browsers just cuts off the loading time of the whatever that's lagging instead on that site.
    Is there a solution in the preferences for this or is this some kind of a bug that I'm having with my OS disc or network card? I don't think this has nothing to do with my modem or my interment service because it was working fine before I upgraded to 10.6.8.

    I get that same problem too-you could try checking your network settings, release and renew your IP address, see if that helps. There is a tweaking menu you can get in Firefox that can help somewhat (google Firefox tweaks) but you'd have to raise the hood in FF and tinker a bit, but it does help. How much RAM do you have on your Mac Pro?, also update your Java and shockwave
    sorry I can't be of more help
    Jon B

  • Store images problem 6610i

    I have Nokia pc Suite installed, phone 6610i is connected by cable, when I click store images I get a window that says Image store has encountered a problem and needs to close, with the possibility to debug, send an error report or don't send, aal of wich do not help. After that the Nokia windows disappear. That never happened at the earlier version of pc suite. Please some one help, Alex.

    I never found a solution with that specific pc suite s/w and phone s/w.
    I just kept upgrading my phone and pc suite and now it works.
    Sorry this isn't much of help.
    Peace,
    Mo

  • How do i blend image and video on premier?

    Hello Everyone
    I'm trying to add a video onto an image on Premier. I want the image to be still and the video to play in the background. How do I make an image and video blend together in Premier?
    Any tips/effects to make this look more interesting? for my project I'm trying to add a disturbing footage from the news onto a landscape photograph.
    I'm using pro 5 on an Imac
    Thanks in advance

    Video on track one.  Image on track two.  Use the motion property to locate and size the image.

  • How can I display three images in video rate succession (60 Hz)?

    For a structured illumination microscope application, I have developed a VI that creates three images and displays them in rapid succession (as fast as the loop will go) on a second monitor.
    From the naked eye it's pretty apparent that the loop is not displaying the images at video rate.  Is there a way (perhaps with some sort of buffer) to get them to display faster?  Is WinShow simply not going to be fast enough, and if not, what's an alternative method of displaying the images?  If it helps, the images need only be displayed once each (the loop was just for testing).
    Also, what is a way to measure the frame rate output of the images?
    (sorry for the sloppy code, new to LabView)
    Thanks,
    -T
    Attachments:
    illuminationpattern.vi ‏31 KB

    Hello,
    Why don't  you try drawing one window, call IMAQ WindShow once outside of the loop, then redraw that window each iteration within the loop.  Hopefully this stops the flutter of the window.  You can build a 3 element array of the 3 IMAQ images then use an index array to alternate through which image you want to be redrawn into the single window.  The constant calling of IMAQ WindShow seems messy.
    Regards,
    Isaac S.
    Applications Engineer
    National Instruments

  • Can we use BLOB fields (that store images) in Crystal Report ?

    I'm developing with ASP.NET, VS.NET 2003.
    Using Crystal Report for VS.NET
    DataBase: Oracle 10g
    I store a BLOB field in a table. This field store images, like jpg files.
    The Stored Procedure that I use to fill the report is:
    OPEN MyCursor FOR
    SELECT MyId , MyImg
    FROM MyTable
    MyImg is BLOB field
    However, when I try to use the stored procedure in Crystal Report at design mode, any field can be displayed and then drag and drop to the report, but MyImg is not possible.
    There is an error message:
    Details: ADO Error Code: 0x80004005
    Source: Microsoft OLE DB Provider for Oracle
    Description: Data type is not supported
    I'm afraid that is not so easy for me to change DB connector drivers.
    My question is:
    - Is it possible to use BLOB fields in Cyrstal Reports?
    - Or should I convert them previously to something, so they can be displayed in Crystal Report at desing mode ?
    - If I should change DB connector drivers, which one should I use and from where should I download it and then install it in my Web Server?
    Thank you very much!

    Hi,
    I dont know much at all about CR, but I do know Microsoft's OLEDB Provider for Oracle doesnt support Blob datatype.. http://support.microsoft.com/kb/q244661/
    Oracle's OLEDB provider does though, you can get it as part of the ODAC download on OTN.
    Hope that helps,
    Greg

  • I can't open images or videos on my external hard drive

    hello everyone, I've been having this problem for a while now and its only with images and videos .
    when i try to open any picture or video this msg comes up "The file couldn’t be opened because there is no such file"
    and i can only open it if i copied the file from my hard drive to my computer .
    when i open the info for the same picture (one in on the hard drive and one my computer) the one on the hard drive has nothing under "more info"
    while the one on my computer has a lot of details under "more info" .
    plz i really need someone to help me

    only with images and videos.
    yes its the "More Info" section of a finder Get Info window.
    this is the Get Info window for the drive itself
    its WD external drive 320 GB
    this is the Get Info windows of one of the pictures
    thank you so much . i will try both smc and pram reset  and i'll let you know what happend.

Maybe you are looking for

  • Problem with Program RSEOUT00

    Hi, Im executing RSEOUT00 to process all outbound idocs with status 30. The problem is if I only have one idoc to be processed, the status remains 30 while if I have for example 5 outbound idocs, all idocs EXCEPT the last are processed. Processed Ido

  • FIFA 13

    I have macbook pro 13 mid 2012. Intel hd4000 graphics. 4gb ram what best game settings can i use to play fifa 13 smoothly on my mac.?

  • How do i get a engraving on my iphone4 if you have the iphone right now

    how do i get a engraving on my iphone4 if you have the iphone right now

  • Roundtrip timeout in remote invocations

    Does anybody know how to specify or implement CORBA like roundtrip timeouts for RMI calls ? Our application has strict reqirements to detect network interrupts quickly ( < 3 seconds ) under all circumstances, not just when reading the result from a s

  • MAC HD Icon in Dock Showing as BBLaunchAg​ent?????

    A week ago moved to Curve 9300 from T-Mobile.  Have a Macbook with 10.5.8.  Had BBDTM installed for about 2 years - no problems. A few days ago I got a quick message that popped up that indicated that something related to BB (I read it very quickly)