Re: [Dspace-tech] Help - Dspace cannot show video files

2015-02-13 Thread Aleksandar Stojanov
Hello, Fernando: Your video is fine, the download occurs as DSpace is Information retrieval system and that is expected behavior. However, if you want your users to play the video online, then there are few requirements that are server side related and have nothing to do with DSpace: 1. Make sure

Re: [Dspace-tech] Help - Dspace cannot show video files

2015-02-12 Thread Bruno Zanette
Hi Fernando (ou melhor, Dae Fernando!! uhauhaahu Vou falar em ingles para manter o padrão da lista) It seems to be a problem with video format, which is not proper for streaming. I've submitted your video to Dspace Demo Site and a sample video file (on MP4 format), and used a HTML5 video t

[Dspace-tech] Regarding Video Content Support in DSpace

2008-04-02 Thread Nitin Duggal
Hi, We are evaluating DSpace to be used as the Content Management System at our Company. I know that DSpace supports Management of Video contents but we want User to Search for Video Contents and After succesful search we want the User to Play the Video. Is playing Video or Audio Possible with

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread helix84
On Tue, Jun 18, 2013 at 7:31 PM, Sara Amato wrote: > I notice in the VTech example, following the > link > http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3 > actually plays the video. $ wget --server-response "http://vtechworks.lib.vt.edu

Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Bram Luyten
Hi Ruby, you are pinpointing two important issues regarding offering online access to video files: 1) The video files, in wmv format are too large. As a result, downloading takes a long time for users and the process weighs on the available bandwidth (both at the user and server side) 2) An

[Dspace-tech] Problem with video streaming in DSpace 1.5.1

2010-06-03 Thread Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY]
Hi, I've been working on testing video streaming in one of our DSpace instances today and found this solution posted by Stewart Lewis: http://blog.stuartlewis.com/2009/05/27/easy-pseudo-video-streaming-for-dspace-repositories/ I've followed all the instructions, but the vide

[Dspace-tech] How to Modify the "View/Open" URL into ItemTag.java file

2013-10-27 Thread Bhavesh Patel
Dear All, I want to Modify the "View/Open" Link .. If MIMETYPE is "video/x-flv".. I want to call the Custom URL If MIMETYPE is "video/x-flv". I have modify the Following code on the [ C:\dspace-3.2-src-release\dspace--jspui\src\main\java\org\dspace\app\webui\jspta

Re: [Dspace-tech] XMLUI: How to add video preview function for xmlui.

2009-06-05 Thread Keith Gilbertson
Hello. At OhioLINK we're doing something similar in the xmlui. FLV video files are displayed in the browser, and the user can click the "play" button to show the video. There's a rough outline of our setup on the DSpace Wiki, here: http://wiki.

[Dspace-tech] XMLUI Video Preview

2012-02-03 Thread Lewatle Phaladi
Dear All I am looking for video preview module that I can use to play video files from video collection that we have, without users having to install video players on their machine, even if there is commercial one that you may be aware of please send it to me. I have tried http

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-18 Thread Sara Amato
I'm trying to get this working in xmlui, and find that while I can get the proper looking code on the page, e.g. the video does not play. If I go to the link directly, it downloads the video rather than playing. I notice in the VTech example, following the link http://vtechworks.lib.v

[Dspace-tech] DSpace and large video files

2010-06-15 Thread Jizba, Richard
Hello, I have been asked about using DSpace to manage a collection of large video files. The people like all the functionality DSpace provides for Collection Administration, but I'm not sure how it would handle such a collection. I know there has been discussion of this in the past, but is

[Dspace-tech] XMLUI: How to add video preview function for xmlui.

2009-06-05 Thread Yureshwar Dspace
Hi all its again me, How to add video preview function for xmlui as we can add for jspui. For jspui video preview you can follow the link. Link: http://blog.stuartlewis.com/2009/05/27/easy-pseudo-video-streaming-for-dspace-repositories/ Can we do similar thing for xmlui. If so where we can

Re: [Dspace-tech] How to Run Video in Dspace

2013-02-08 Thread Shixing Wen
I created a JIRA ticket on May 4, 2012, requesting that an Introductory text box (similar to that for the community or collection) be added to the item record. That way, one can create a video box there with an embedded html code for a video clip. It will look nicer and be more convenient for

Re: [Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-28 Thread Peter Dietz
Hi Bruno, It's been discussed, but never solved. Currently, many sites have done "psuedo streaming", which is actually progressive download (wait, and let the video buffer, and then start playback, but does not allow you to seek/jump beyond what has been buffered). https://wik

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread Sara Amato
17:27:16 GMT Server: Apache-Coyote/1.1 X-Cocoon-Version: 2.2.0 Vary: User-Agent Last-Modified: Wed, 12 Jun 2013 16:01:03 GMT Expires: Wed, 19 Jun 2013 18:27:16 GMT Content-Type: video/mp4;charset=ISO-8859-1 Content-Language: en-US Content-Length: 704016273 Set-Cookie: JS

Re: [Dspace-tech] Streaming video assets from DSpace

2008-11-10 Thread John Davison
Hi Jonathan, For what it's worth we've had pretty good luck at the Ohio Digital Resource Commons with Flash Video (.FLV) saved in progressive download format. Right now we are in the process of converting about 2,000 RealMedia (.RM) files, each more than an hour long. We embedde

Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Jason Stirnaman
e able to use progressive download with your DSpace-archived content. If you do not have a streaming media server available, then I would recommend converting your video to Flash and use progressive download. I'm not intentionally promoting Flash, but here's a pretty good ex

[Dspace-tech] Video files in DSpace

2008-11-24 Thread Ruby . Lindberg
Hi! We would like to upload video files that are produced for the department and ideally we would like to archive into the Institution's established DSpace instance. The department's IT people are concerned that the size of the video files could cause a major problem with the go

Re: [Dspace-tech] Help for streaming & play video into DSpace 3.2 [ JSPUI & XAMLUI ]

2013-10-14 Thread Bhavesh Patel
Dear all, Please let me know if anyone have integrate the video streaming into DSpace3.2 into JSPUI or XMLUI that will play the video on item detail page. I have tried the " http://blog.stuartlewis.com/2009/05/27/easy-pseudo-video-streaming-for-dspace-repositories/"; but not able

Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-29 Thread Michael Guthrie
On a somewhat related note, J-CAR allows for importation of these audio and video formats to be displayed inside Joomla and play natively in Firefox and Chrome http://openrepository.com/products/cms-integration/ogg-audio-example Michael Guthrie Manager, Open Repository BioMed Central

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Mark Diggory
the same error.  It's like in the cache.  Is > there a way to clear it.  I rebuild and redeployed. > > Jose > > -- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries,

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
re a way to clear it.  I rebuild and redeployed. > > Jose > > -- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup >

Re: [Dspace-tech] How to Run Video in Dspace

2013-02-08 Thread Miguel Ángel 0rtiz Camilo
gmail.com CC: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] How to Run Video in Dspace I created a JIRA ticket on May 4, 2012, requesting that an Introductory text box (similar to that for the community or collection) be added to the item record. That way, one can create a video b

[Dspace-tech] HTML5 and the future of DSpace

2009-10-28 Thread Jason Fowler
advantageous. Other elements will add certain capabilities to HTML5 compliant browsers. For example, the audio and video elements will allow audio and video files to be directly embedded in the same way that images currently are. HTML5 compliant browsers will be expected to provide some support for

[Dspace-tech] Dspace 4.2 - Video Pseudo Streaming (seeking into unloaded video parts) solved

2015-07-02 Thread Ugur Ayfer
ive demo Dspace installation at http://139.179.38.53:8080/xmlui/handle/123456789/1640 which points to an item with two video bitstreams; one in "mp4" and one in "webm" format (actually the videos are identical except their formats). A very detailed write-up of the solution (

Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-29 Thread Mr Havercamp
I think the support of HTML 5 would be advantageous, especially in the embedded video and audio elements area, as it would be good to see the support of open formats such as ogv and oga in an open source repository such as DSpace. While ogv is not the most efficient video format around at the

Re: [Dspace-tech] [Dspace-general] Multiple files upload into dspace

2011-07-14 Thread Peter Dietz
an i import all of them to dspace from > web interface or some other linux script? > > all articles / books are in pdf, djvu format > > -- > Regards > > Abdul Vali > Librarian - ASE School > > > -- > > --

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-05-31 Thread Jonathan Freesbay
Hi, It looks like it only works in Firefox. In IE I get "Invalid source". The same file works in other static web servers. Looking at the content type, I got video/mp4;charset=ISO-8859-1. This should be just "video/mp4". How can I

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
yed. Jose -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy.

Re: [Dspace-tech] Help with Video Streaming using files stored on Dspace

2015-01-29 Thread Evelthon Prodromou
://lekythos.library.ucy.ac.cy/handle/10797/5826 All the best, Evelthon Prodromou On 01/28/2015 07:39 PM, Peter Dietz wrote: Hi Bruno, It's been discussed, but never solved. Currently, many sites have done "psuedo streaming", which is actually progressive download (wait, and let t

[Dspace-tech] trouble running video files in Dspace

2007-11-01 Thread asim naseem
Hi I have uploaded a video file(.WMV) format to our dspace and it uploaded successfully, but when i try to open it ,the windows media player give the error say the source filter not found what should i do to run the video file correctly in dspace Any idea how to resolve this

Re: [Dspace-tech] How to generate Thumbnail for Video

2011-05-06 Thread Fan Zhu
Hi Mark, It sounds like a very good solution for me as I don't have too many videos. But the problem is, how can we mark a image the thumbnail of a video. After we simply upload the image as the bitstream, what should I do to link the image as the video thumbnail? Or this can only be do

Re: [Dspace-tech] Streaming audio/video files through DSpace

2007-11-29 Thread Blanco, Jose
We do a similar thing here at UM. Here is an example of an item (with a video) we have in our production server: http://hdl.handle.net/2027.42/49250 We've created a metadata (dc.identifier.videostream) specifically to contain the URL to the server that streams the item we are interested

Re: [Dspace-tech] [Dspace-general] Multiple files upload into dspace

2011-07-14 Thread Verdonck Christof
ll of them to dspace from web interface or some other linux script?   all articles / books are in pdf, djvu format -- Regards Abdul Vali Librarian - ASE School -- AppSumo Presents a FREE Vid

Re: [Dspace-tech] ANT FRESH_INSTALL PROBLEM

2011-07-18 Thread Verdonck Christof
this -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas,

[Dspace-tech] Dspace installation process and video for windows

2014-01-02 Thread Rahul Samaria
Hi , I have downloaded dspace-4.0 and want to implement it for our organization. Can you help with step by step installation guideline or installation video as installation process is a bit complex. Please share the required information for installation Dspace for windows. Easy installation

[Dspace-tech] Instruction video: How to enable Mirage and Discovery in DSpace 1.7

2011-03-09 Thread Bram Luyten
Hello, we just finished a short video on enabling Mirage and Discovery in DSpace 1.7 <http://www.youtube.com/user/atmireclips#p/a/u/0/9obqwFPWR6w>. The information contained in the video is part of the DSpace documentation: https://wiki.duraspace.org/display/DSDOC/Discovery

Re: [Dspace-tech] streaming video?

2007-11-26 Thread Jason Stirnaman
Naveed, We're doing something similar, not using DSpace to store the video but to store a "pointer" to the streaming server instead. We use a RAM formatted file, but SMIL would work the same. Here's an example: http://www.kumc.edu/archie/handle/2271/192 Jason >

Re: [Dspace-tech] Modifications in DSpace

2011-07-15 Thread Verdonck Christof
-- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http:

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread Keith Gilbertson
e on the page, e.g. > > src="/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1<http://localhost:8080/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1>" > width="320" height="240" controls="" autobuffer="" /> > > the vide

Re: [Dspace-tech] Streaming audio/video files through DSpace

2007-11-29 Thread NS Hashmi, Information Systems and Computing
ubject: Re: [Dspace-tech] Streaming audio/video files through DSpace To: [EMAIL PROTECTED], dspace-tech@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii"; format=flowed Sanjeev: We have done what you are proposing in our Test DSpa

Re: [Dspace-tech] Ident authentication failed for user "dspace"

2011-07-13 Thread Claudia Jürgen
tion failed for user "dspace" > > where im i going wrong? > > > > > ------ > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup > S

Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Claudia Juergen
224-4074 > > Mobile: (757) 506-9903 > > Fax: (757) 224-4001 > > susan.m.thorn...@nasa.gov > > > > -- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "

Re: [Dspace-tech] HTML5 and the future of DSpace

2009-10-30 Thread Mark Diggory
be most exclusively an exercise in XSLT. Cheer, Mark On Thu, Oct 29, 2009 at 6:32 PM, Mr Havercamp wrote: > I think the support of HTML 5 would be advantageous, especially in the > embedded video and audio elements area, as it would be good to see the > support of open formats such as og

[Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-02-25 Thread Jonathan Freesbay
Hi, I added a html 5 video tag to play the video's I uploaded to dspace. The video can be played, but I cannot seek to parts which aren't downloaded. The command "curl -H Range:bytes=16- -I localhost:8080" gives "Accept-Ranges: bytes" back, so tomcat understands &

[Dspace-tech] streaming video?

2007-11-21 Thread NS Hashmi, Information Systems and Computing
Hi, Is there any one using DSpace to store and stream video files? Thanks, Naveed Naveed Hashmi Information Systems and Computing University of Bristol - This

Re: [Dspace-tech] How to generate Thumbnail for Video

2011-05-05 Thread Mark H. Wood
I should use? This is probably beyond the scope of DSpace. The best that an autonomous process could do for video is probably to extract the first frame and shrink it. That might not be a very good choice -- the first frame might not have the titling or anything else representative of the whole. Th

Re: [Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Verdonck Christof
irginia Commonwealth University Libraries ------ AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and i

Re: [Dspace-tech] [Dspace-devel] Fwd: Dspace help

2011-07-18 Thread Tim Donohue
S files in dspace > > > Regards > Waqas Khalid > School of Electrical Engineering and Computer Science (NUST) > > > > > -- > AppSumo Presents a FREE Video for the SourceForge Community by E

Re: [Dspace-tech] Regarding Video Content Support in DSpace

2008-04-02 Thread Mark H. Wood
Unless these videos are extremely short, that would involve adding a second content delivery model to DSpace. Users aren't going to be satisfied to sit and wait while their browsers download 5GB of video content before starting to play it. I've experimented with storing a simple SMIL d

[Dspace-tech] RE :Dspace installation process

2014-01-14 Thread Rahul Samaria
: Thursday, January 02, 2014 6:03 PM To: 'dspace-tech@lists.sourceforge.net' Subject: Dspace installation process and video for windows Hi , I have downloaded dspace-4.0 and want to implement it for our organization. Can you help with step by step installation guideline or installation vi

Re: [Dspace-tech] streaming video?

2007-11-26 Thread Jason Stirnaman
Agree completely. Ideally, the video would be served and streamed from DSpace, or maybe the streaming server setup as a SRB. Jason >>> On 11/26/2007 at 9:55 AM, in message <[EMAIL PROTECTED]>, Shane Beers <[EMAIL PROTECTED]> wrote: > I have run into this need at our uni

Re: [Dspace-tech] HTML5 and the future of DSpace // Proof of concept for video tag in XMLUI

2009-12-15 Thread Jason Fowler
the > embedded video and audio elements area, as it would be good to see the > support of open formats such as ogv and oga in an open source repository > such as DSpace. > > While ogv is not the most efficient video format around at the moment, > it is starting to make progress, an

[Dspace-tech] Ident authentication failed for user "dspace"

2011-07-13 Thread Paul Mulinge
createdb: could not connect to database postgres: FATAL: Ident authentication failed for user "dspace" where im i going wrong? -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the

[Dspace-tech] How to preview video and pdf files in DSpace

2011-12-01 Thread shahkar riyaz
Can anyone help me how to preview pdf and video in DSpace 1.7. Using JSPUI.   Regards Shahkar Tramboo-- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application

Re: [Dspace-tech] HTML5 and the future of DSpace

2009-11-03 Thread Jason Fowler
eventually do with their browsers. One current framework that's helping extend the use of the video tag is Video for Everybody! (http://camendesign.com/code/video_for_everybody). The usability approach taken by the framework's programmers relies on having two bitstreams, one created usin

Re: [Dspace-tech] Dspace installation process and video for windows

2014-01-02 Thread Hilton Gibson
Hi Rahul Its not Windows based or a video, but it is step-by-step. See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/DSpace And: http://wiki.lib.sun.ac.za/index.php/SUNScholar/DSpace/Why_Ubuntu_Server And: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Reference_Architecture And: http

Re: [Dspace-tech] Streaming audio/video files through DSpace

2007-11-29 Thread Mohammad Ehtesham
Dear Sanjeev, That's the catch. There is one easiest alternative what I feel and tested on my system is to embed the video streaming code in html file (Writing some embedding/streaming code. Code is available on net for different file formats like .wmv, .rm .swf etc. try google) and uplod

Re: [Dspace-tech] streaming vedios files

2009-02-22 Thread Allen Lam
Hi Shaji, DSpace is a system aimed at cataloging, indexing, searching, and to a certain extend, storing. It does NOT do streaming. To serve video streaming to your users, it needs another set of streaming hardware and software (usually highly demanding) that are independent from Dspace

[Dspace-tech] customize individual communities

2011-07-12 Thread Webshet, Sisay (ILRI)
-- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.

[Dspace-tech] Disable search stemming in DSAnalyzer without source distribution?

2011-07-14 Thread Jason B .
pSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/sfu/a

Re: [Dspace-tech] streaming video?

2007-11-27 Thread Vlastimil Krejcir
Hi, Symlink DSpace project is stopped now. ad to Shane Beers reply -- it would be nice to have everything in central repository. But DSpace doesn't support many features that is needed for downloading big video files - all the things behind such as load balancing, data

Re: [Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Peter Dietz
and thanks in advance. > > Shaw Yu > Systems Librarian > Virginia Commonwealth University Libraries > > > > -- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on &q

Re: [Dspace-tech] Client access is not possible.

2011-07-15 Thread Vinit
--- > AppSumo Presents a FREE Video for the SourceForge Community by Eric > Ries, the creator of the Lean Startup Methodology on "Lean Startup > Secrets Revealed." This video shows you how to validate your ideas, > opti

Re: [Dspace-tech] streaming video?

2007-11-26 Thread Shane Beers
I have run into this need at our university as well, and the only really "proper" solution (in my opinion, of course) is one that would store the bitstream of the actual video in the repository. One of the most fundamental parts of a repository is that the data bitstreams are ar

Re: [Dspace-tech] Streaming audio/video files through DSpace

2007-11-29 Thread George Kozak
Sanjeev: We have done what you are proposing in our Test DSpace environment and are planning on doing it in production. I think that is the easiest way to handle streaming video in DSpace. At 11:17 AM 11/29/2007, [EMAIL PROTECTED] wrote: >Hi Everybody, > >I am Sanjeev, from In

Re: [Dspace-tech] Dspace installation process

2014-01-21 Thread Rahul Samaria
Rahul Samaria From: Rahul Samaria Sent: Thursday, January 02, 2014 6:03 PM To: 'dspace-tech@lists.sourceforge.net' Subject: Dspace installation process and video for windows Hi , I have downloaded dspace-4.0 and want to implement it for our organization. Can you help with step by

Re: [Dspace-tech] Regarding Video Content Support in DSpace

2008-04-03 Thread John S. Erickson
Building on what MacKenzie has said, it's very likely that a repo that hosts "rich media" content will manifest the bitstream in several ways, based on the archival master --- for video, they could be Real (streamed), MPEG-4 (download/stream/torrent), Ogg, etc. Such a range of

Re: [Dspace-tech] Ident authentication failed for user "dspace"

2011-07-13 Thread helix84
Regards, ~~helix84 -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your id

[Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
yed. Jose -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.sf.net/

[Dspace-tech] Modifications in DSpace

2011-07-14 Thread Guillermo Esteban Murillo Goussen
-- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify you

[Dspace-tech] Fwd: Dspace help

2011-07-18 Thread Waqas Khalid Awan
) -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, opt

[Dspace-tech] Streaming audio/video files through DSpace

2007-11-28 Thread sanjeev
Hi Everybody, I am Sanjeev, from India. I am working on a project "Streaming audio/video files through DSpace". I am planning to use a streaming server to stream the files and, in DSpace, uploading a html file, containing the rtsp address of the actual file in streaming server. Does an

[Dspace-tech] OR08 video podcast available

2008-04-07 Thread John S. Erickson
For some reason the Fedora people are seeing these announcements but "we" aren't: "...Last week ECS and the University hosted Open Repositories 2008, which attracted over 450 people from around the world. The conference was a huge success! Our video podcast gives

[Dspace-tech] Unable to create administrator while installation

2014-01-27 Thread Rahul Samaria
gards, Rahul Samaria From: Rahul Samaria Sent: Thursday, January 02, 2014 6:03 PM To: 'dspace-tech@lists.sourceforge.net' Subject: Dspace installation process and video for windows Hi , I have downloaded dspace-4.0 and want to implement it for our organization. Can you help with step by

Re: [Dspace-tech] Client access is not possible.

2011-07-15 Thread Tim Donohue
log file of Dspace and Tomcat > > > > > -- > > Thanking you, > Shivakumara RM > http://sites.google.com/site/aigslibrary > > > > -- > AppSumo Presents a FREE Video for the SourceForge

Re: [Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Keith Gilbertson
Tomorrow is "Association of Moving Image Archivists and Digital Library Federation Hack Day 2014", in case anyone wishes to propose or work on things related to these video projects. http://wiki.curatecamp.org/index.php/Association_of_Moving_Image_A

[Dspace-tech] Error: This playlist is not a valid xml file

2009-05-29 Thread prathap nk
Hi All, Its me again!! I have implant flv video player in DSpace. It showing error like "This playlist is not a valid xml file" Video format is MPEG. Thanks, prathap From Chandigarh to Chennai - find friends all over India. Go to http://in.promos.yahoo.com/groups/

[Dspace-tech] How to add thumbnail preview for all items in one collection in xmlui & how to add video preview for xmlui.

2009-06-10 Thread Yureshwar Dspace
Hi can anyone help me how to add thumbnail preview for all items in one collection in xmlui. & i want to add video preview for xmlui. I found one resource but there is not enough guidence on how to add it here is link. Link: http://wiki.dspace.org/index

Re: [Dspace-tech] seeking help in tracking down why Tomcat is dying on us

2011-07-13 Thread Mark H. Wood
asking whether people are smart. pgpDLT1tXinNd.pgp Description: PGP signature -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Se

[Dspace-tech] ANT FRESH_INSTALL PROBLEM

2011-07-18 Thread Akeredolu Joshua
FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Revealed." This video shows you how to validate your ideas, optimize your ideas and identify your business strategy. http://p.

[Dspace-tech] How should I define types of items in DSpace?

2011-12-15 Thread Gabriel Dina
Dear all, We need to create a difference between DSpace items like: Documents, Video and Images. For each item we need to define different mandatory metadata: Documents - Title, Publication Date and Author Video - Title, Size, Date Image - Title, Date Could you please

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread helix84
On Wed, Jun 19, 2013 at 7:32 PM, Sara Amato wrote: > Content-Type: video/mp4;charset=ISO-8859-1 Because this seems to be the problem, removing ";charset=ISO-8859-1" using mod_headers [1] could if not solve the problem, at least confirm that this is the only thing that causes the

Re: [Dspace-tech] Error: This playlist is not a valid xml file

2009-06-01 Thread Stuart Lewis
Hi Prathap, You’ll probably have to dig around in the video player’s support forum to find this answer (http://www.longtailvideo.com/support/forum/). Has the file name of your mp4 got any characters in it that might upset the URL and cause the player to think you are presenting it with a

Re: [Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Peter Dietz
Hi Miguel, Here's a PR: https://github.com/DSpace/DSpace/pull/504 Also, we've got a theme customization that uses flash for progressive download / playback of video: https://trydspace.longsight.com/handle/123456789/68 Peter Dietz Longsight www.longsight.com pe...@lon

Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Peter Dietz
> > > > > > > > > > > > > Sue Walker-Thornton > > > > Software Developer/Database Administrator > > > > NASA Langley Research Center|LITES Contract > > > > SGT, Inc.|130 Research Drive > > > > Hampton, Va. 23666 &g

Re: [Dspace-tech] Regarding Video Content Support in DSpace

2008-04-02 Thread MacKenzie Smith
Hi Shane, I share your concern about preservation-ready repositories, but in this case I think we can have our cake and eat it too... and I think this is just a different way of saying what you said. There's no reason that the repository couldn't store an archival master copy of

Re: [Dspace-tech] Bookreader (openlibrary) and videoplayer

2015-02-05 Thread Bruno Zanette
Massimiliano, I don't know anything about the bookreader plugin so i can't help you with this one. But i do know some things about playing videos from Dspace. Actually i'm working on a project to use Dspace and its rest-api to build a video portal to our University. First of all,

Re: [Dspace-tech] Why xmlui.user.loginredirect= does not work?

2011-07-14 Thread Shaw Yu
it does not work? Is there any other way that we can make the > change > to redirect users besides using 'xmlui.user.loginredirect='? We have > Dspace 1.7 using xmlui. > > > Any help appreciated and thanks in advance. > > Shaw Yu > Systems

Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
t SGT, Inc.|130 Research Drive Hampton, Va. 23666 Office: (757) 224-4074 Mobile: (757) 506-9903 Fax: (757) 224-4001 susan.m.thorn...@nasa.gov<mailto:susan.m.thorn...@nasa.gov> -- AppSumo Presents a FREE Video for

Re: [Dspace-tech] Audio/Video Streaming

2014-10-08 Thread rdiascampos
  De: pe...@longsight.comEnviada: Terça-feira, 7 de Outubro de 2014 14:55Para: marobl...@santafe.gov.arAssunto: [Dspace-tech] Audio/Video Streaming Hi Miguel,   Here's a PR: https://github.com/DSpace/DSpace/pull/504   Also, we've got a theme customization that uses flash for progressive download

Re: [Dspace-tech] trouble running video files in Dspace

2007-11-01 Thread Christian Voelker
Hello, Am 01.11.2007 um 17:43 schrieb asim naseem: > I have uploaded a video file(.WMV) format to our dspace and it > uploaded successfully, but when i try to open it ,the windows media > player give the error say the source filter not found what should > i do to run th

Re: [Dspace-tech] Regarding Video Content Support in DSpace

2008-04-02 Thread Scott Phillips
their browsers download 5GB of video > content before starting to play it. > > I've experimented with storing a simple SMIL document as the item's > primary bitstream, and having that point to a streaming server which > supplies the actual video. The problem I ran into

[Dspace-tech] Audio and video bitstreams

2007-02-21 Thread Mark H. Wood
We continue to get requests for support of audio and video. For longer audio documents, and video of almost any length, the average user isn't going to want to sit watching the thing download and his storage fill up; he's going to expect streaming access that starts almost immediat

Re: [Dspace-tech] RE :Dspace installation process

2014-01-14 Thread Bill Tantzen
ria > > > > *From:* Rahul Samaria > *Sent:* Thursday, January 02, 2014 6:03 PM > *To:* 'dspace-tech@lists.sourceforge.net' > *Subject:* Dspace installation process and video for windows > > > > Hi , > > > > I have downloaded dspace-4.0 and

[Dspace-tech] Streaming video assets from DSpace

2008-11-10 Thread Jonathan Roby
Hello, At the University of Manitoba, we're still running version 1.3.2 and I've been tasked to see if DSpace can play video files straight from the "View/Open" link, so no apparent downloading. The file formats we're interested in are mostly MPEG-2. Th

[Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Miguel Angel Robledo
Hi, Is the feature Audio/Video Streaming [1] included in the Dspace 5 Release Candidate? Thanks [1] https://wiki.duraspace.org/pages/viewpage.action?pageId=45548591 -- Ing. Miguel Angel Robledo Secretaría de Tecnologías para la Gestión Ministerio de Gobierno y Reforma del Estado Provincia

[Dspace-tech] Help for streaming & play video into DSpace 3.2 [ JSPUI & XAMLUI ]

2013-10-10 Thread Bhavesh Patel
Hi All, I Need your help regarding to Streaming and Play Video on DSpace3.2 into JSPUI & XMLUI. Please let me know if anyone have integrate this feature. Thank you. Thanks & Regards, *Bhavesh R. Patel * bhavesh.bece...@gmail.com (Email) *Websites :* - www.bhaveshpa

Re: [Dspace-tech] Users and groups

2014-08-20 Thread Hilton Gibson
g to here? > > > > > thanks! > /Magnus > > > > > -- > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > __

Re: [Dspace-tech] large video files in dspace

2011-06-20 Thread Tint Hla Hla Htoo
Hi Stuart Thanks very much for the explanation. Another question (this is an issue with another repository): we have some records in our repository with links to video files on our streaming server. Now, we want to archive those files in dspace. I'm aware that we can upload addit

  1   2   3   4   5   6   7   8   9   10   >