[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 DSpace Currently ??

Apreciate somebody's help in this matter urgently ...which will help in our
Evaluation.

Thanks and Best Regards,
Nitin Duggal
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 add that code.


Regards,

Yureshwar Ravuri.
--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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
there a consensus or 'best practice' for using DSpace with a collection
of large video files? Can DSpace work with a streaming video server?

Richard Jizba
Creighton University



--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 tag to test them, so we can
rule out server configuration problems. Sample video plays fine, but
not yours.

Sample video:
http://demo.dspace.org/xmlui/handle/10673/141
https://demo.dspace.org/rest/items/75?expand=all

--
video width=400 controls
source 
src=http://demo.dspace.org/xmlui/bitstream/handle/10673/141/ed_1024.mp4?sequence=1isAllowed=y;
type=video/mp4
/video
--

Your video:
http://demo.dspace.org/xmlui/handle/10673/142
https://demo.dspace.org/rest/items/76?expand=all

--
video width=400 controls
source 
src=http://demo.dspace.org/xmlui/bitstream/handle/10673/142/paraolimpiadas_atletismo_100m_masc_t13.mov?sequence=1isAllowed=y;
type=video/quicktime
/video
--

I'm also working on a project to create a Video Portal to store
recorded classes of our University's teachers (UFPR) using Dspace as
basis, but we are using REST-API instead of XMLUI-API, because it is
easier to customize it. On the actual point of the project it's
already possible to watch videos (but it's not possible to seek time
yet). If you need some help feel free to contact me so that we can
change some ideas!

2015-02-12 14:13 GMT-02:00 Fernando Pereira Filgueiras
fpfilgueiras2...@gmail.com:
 Hi everybody!

 Something is wrong with my environment! (its a  new install and
 configuration)
 At first, when I try to reproduce some video through website, only download
 is occuring.
 Take a look at this single file, and try to open it directly:

 http://tv.eeferp.usp.br:8080/xmlui/handle/123456789/18

 Can someone help me?

 Thanks in advance.


 Fernando P. Filgueiras
 http://fpfdesigntech.com.br
 fernando.filguei...@usp.br
 +55 16 9 9231-4794 (Cel Phone)
 +55 16 2138-4284 (office)

 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
Bruno Nocera Zanette
+55 41 9992-2508

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 you are serving video files properly (Extension name,
Mime-type etc..)
2. You server must respond with Status 206 for partial content. In
addition, it must include Range header field
3. If you want progressive download or pseudo streaming, If-Range header
field must also be included.
If you have DSpace with Tomcat only, you probably have to do this yourself
as Tomcat is not a web server but servlet container and it will respond
only with Status 200 OK (Only download the file). In Apache this is enabled
by default. If you have Tomcat with Apache via proxy, in theory this should
also work by default.

After that its straight forward. Create video element like Bruno said or
use some ready-made video player like JW, MediaElements etc..

If you want to skip seconds or create offsets from where your video to
start playing, make sure you include preload=metadata in video element.


https://tools.ietf.org/html/rfc7233

Hope this helps,

Aleksandar Stojanov




On Thu, Feb 12, 2015 at 6:54 PM, Bruno Zanette brunonzane...@gmail.com
wrote:

 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 tag to test them, so we can
 rule out server configuration problems. Sample video plays fine, but
 not yours.

 Sample video:
 http://demo.dspace.org/xmlui/handle/10673/141
 https://demo.dspace.org/rest/items/75?expand=all


 --
 video width=400 controls
 source src=
 http://demo.dspace.org/xmlui/bitstream/handle/10673/141/ed_1024.mp4?sequence=1isAllowed=y
 
 type=video/mp4
 /video

 --

 Your video:
 http://demo.dspace.org/xmlui/handle/10673/142
 https://demo.dspace.org/rest/items/76?expand=all


 --
 video width=400 controls
 source src=
 http://demo.dspace.org/xmlui/bitstream/handle/10673/142/paraolimpiadas_atletismo_100m_masc_t13.mov?sequence=1isAllowed=y
 
 type=video/quicktime
 /video

 --

 I'm also working on a project to create a Video Portal to store
 recorded classes of our University's teachers (UFPR) using Dspace as
 basis, but we are using REST-API instead of XMLUI-API, because it is
 easier to customize it. On the actual point of the project it's
 already possible to watch videos (but it's not possible to seek time
 yet). If you need some help feel free to contact me so that we can
 change some ideas!

 2015-02-12 14:13 GMT-02:00 Fernando Pereira Filgueiras
 fpfilgueiras2...@gmail.com:
  Hi everybody!
 
  Something is wrong with my environment! (its a  new install and
  configuration)
  At first, when I try to reproduce some video through website, only
 download
  is occuring.
  Take a look at this single file, and try to open it directly:
 
  http://tv.eeferp.usp.br:8080/xmlui/handle/123456789/18
 
  Can someone help me?
 
  Thanks in advance.
 
 
  Fernando P. Filgueiras
  http://fpfdesigntech.com.br
  fernando.filguei...@usp.br
  +55 16 9 9231-4794 (Cel Phone)
  +55 16 2138-4284 (office)
 
 
 --
  Dive into the World of Parallel Programming. The Go Parallel Website,
  sponsored by Intel and developed in partnership with Slashdot Media, is
 your
  hub for all things parallel software development, from weekly thought
  leadership blogs to news, videos, case studies, tutorials and more. Take
 a
  look and join the conversation now. http://goparallel.sourceforge.net/
  ___
  DSpace-tech mailing list
  DSpace-tech@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/dspace-tech
  List Etiquette:
  https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



 --
 Bruno Nocera Zanette
 +55 41 9992-2508


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech

[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 SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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. 

video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1 width=320 
height=240 controls= autobuffer= /

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.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
actually plays the video.

I'm guessing that I missed a step somewhere.  All I've done is edit the 
item-view.xsl  and uncommented the partial download code in the 
BitstreamReader.  

Any advice appreciated. 




On May 31, 2013, at 1:24 AM, Jonathan Freesbay wrote:

 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 
 change this?
 
 Thanks,
 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://p.sf.net/sfu/appdyn_d2d_ap2___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 change this?

Thanks,
--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with 2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2015-07-02 Thread Ugur Ayfer
Hi all,

We have solved the problem of Playing videos on item views with pseudo 
streaming
for Dspace 4.2. Didn't look into ver. 5 yet.

With our GPL solution, visitors can now seek forward into the videos 
without having to
wait till the whole file is downloaded.

There is a live 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 (for Linux servers) can be 
found at:
http://139.179.39.120/dspace-pseudo-streaming-seeking-into-unloaded-video/

Hope this can be of some help to others who need the same service on 
their repositories.

Can Ugur Ayfer

--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 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/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 sam...@willamette.edu 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/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3;
--2013-06-19 10:15:22--
http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
Resolving vtechworks.lib.vt.edu (vtechworks.lib.vt.edu)... 128.173.127.96
Connecting to vtechworks.lib.vt.edu
(vtechworks.lib.vt.edu)|128.173.127.96|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 08:15:22 GMT
  Set-Cookie: JSESSIONID=62C0449028B6DB15AFCE71002D2F11A5; Path=/
  X-Cocoon-Version: 2.2.0
  Vary: User-Agent
  Last-Modified: Wed, 14 Nov 2012 20:46:11 GMT
  Expires: Wed, 19 Jun 2013 09:15:22 GMT
  Accept-Ranges: bytes
  Content-Type: video/mp4
  Content-Length: 14010976
  Connection: close
Length: 14010976 (13M) [video/mp4]
Saving to: `S11L1U0024h_qtp.mp4?sequence=3'


Confirming Jonathan's observation, this returns Content-Type: video/mp4


 video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /

 the video does not play.  If I go to the link directly, it downloads the
 video rather than playing.

I couldn't verify this assumption on your repository, because it
doesn't contain the mp4 bitstream (anymore?):

http://libmedia.willamette.edu/xmlui/metadata/handle/10177/62/mets.xml


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 government's internet traffic (eg cause an
outage), especially if too many people attempt to access at the same time.  We
currently have one video file on DSpace which is in .wmv format.  The .wmv
format is not seen as being compact enough to minimise the impact of video files
(in DSpace) on the government Internet.

A suggestion from our IT person has been streaming HTML as it has a small
footprint which would make it ideal for this exercise. I don't know what
streaming HTML is and if it is recommended to work with DSpace.

Is there someone out there who can enlighten me as to what streaming HTML is and
if it will work in archiving video files in DSpace?

Thanks very much.

Ruby Lindberg
Electronic Services Librarian
Northern Territory Department of Health  Community Services
Northern Territory Government
www.nt.gov.au/health
PO Box 40596, Casuarina, NT
0811   

Building 4, Royal Darwin Hospital, TIWI, NT 0810
[EMAIL PROTECTED]
Ph: +61 8 8922 7913
Fax: +61 8 8922 

Librarian on Call (DHCS staff)
Library Catalogue
eLibrary a new service replacing CROC for DHCS staff - login using your ePass
username and password




You can't direct the wind but you can adjust the sails.”
P Please consider our environment before printing this e-mail


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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.org/index.php/DSpace_1.5_XMLUI_FLV_Video_Progressive_Download/


Keith Gilbertson
Systems Developer
OhioLINK


On Fri, 2009-06-05 at 12:47 +0530, Yureshwar Dspace wrote:
 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 add that code.
  
  
 Regards,
  
 Yureshwar Ravuri.
 --
 OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
 looking to deploy the next generation of Solaris that includes the latest 
 innovations from Sun and the OpenSource community. Download a copy and 
 enjoy capabilities such as Networking, Storage and Virtualization. 
 Go to: http://p.sf.net/sfu/opensolaris-get
 ___ DSpace-tech mailing list 
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 video does not play.  There is a 
big white space on the screen above the metadata where it looks like the video 
is trying to play...the .jsp does contain the correct javascript on the page, 
the test video was found on YouTube and converted on http://keepvid.com, it was 
uploaded after the mime type was defined in the b-f-registry and I don't know 
what else to try.

Stewart or anyone - do you have any ideas what my problem might be?  There is 
nothing in the dspace.log or server.log that might indicate what the problem is 
- it just doesn't play.

Thanks a bunch,
Sue



Sue Walker-Thornton
NASA Langley Research Center
Integrated Library Systems
Developer, Application  Database Administrator
ConITS Contract ~ NCI Information Systems, Inc.
130 Research Drive
Hampton, VA  23666
Office: (757) 224-4074 ~ Mobile: (757) 506-9903 ~ Fax: (757) 224-4001
email:  susan.m.thorn...@nasa.govmailto:susan.m.thorn...@nasa.gov

inline: image001.gif--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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://blog.stuartlewis.com/2009/05/27/easy-pseudo-video-streaming-for-d
space-repositories/ and is working fine but I want the one for jspui.



Regards,

Lewatle




htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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
users to click the video box to play a video clip.

Shixing

On Thu, Feb 7, 2013 at 11:21 PM, thimmappa naik softey...@gmail.com wrote:


 Hi All,,

 We have installed and customized DSpace windows version successfully. But
 am unable to open the video in the DSpace itself, because while click to
 open/view file gets downloaded. Can we play videos inside the DSpace using
 any plugin? Kindly help us.

 ಪ್ರೀತಿ ಒಂದು ಉಡುಗೊರೆ. ಅದು ಎಲ್ಲಿ೦ದಲೂ, ಯಾರಿ೦ದಲೂ ಬೆಲೆ ಕೊಟ್ಟು ಖರೀದಿಸಲಾಗದು.
 Thimmappa N
 softey...@gmail.com/thimmapp...@yahoo.com

 --
 Free Next-Gen Firewall Hardware Offer
 Buy your Sophos next-gen firewall before the end March 2013
 and get the hardware for free! Learn more.
 http://p.sf.net/sfu/sophos-d2d-feb
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




-- 
---
Shixing Wen
Head of Technical Services
University of Minnesota Duluth Library
416 Library Drive
Duluth, MN 55812

218-726-8498
s...@d.umn.edu

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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\jsptag\]
ItemTag.java
file but when I Rebuild DSpace then it's giving Compilation error (Screen
Sort Attached).

Code that I have Modify as following (line no : 863 approx)

if (handle == null)
{
handle = db-id/ + item.getID();
}

*FileMimeType = bitstream.getFormat().getMIMEType();
*
* if (video/x-flv == FileMimeType)*
* {*
* out.print(trtd headers=\t1\ class=\standard\);*
* out.print(a target=\_blank\ href=\);*
* PhysicalFilePath = request.getContextPath() + /html/ + handle + / +
UIUtil.encodeBitstreamName(primaryBitstream*
* .getName(), Constants.DEFAULT_ENCODING);*
* *
* out.print(PhysicalFilePath);*
* out.print(\);*
* out.print(primaryBitstream.getName() + Bhavesh);*
* out.print(/a);*
*}else{*
* out.print(trtd headers=\t1\ class=\standard\);*
* out.print(a target=\_blank\ href=\);*
* out.print(request.getContextPath());*
* out.print(/html/);*
* out.print(handle + /);*
* out*
* .print(UIUtil.encodeBitstreamName(primaryBitstream*
* .getName(), Constants.DEFAULT_ENCODING));*
* out.print(\);*
* out.print(primaryBitstream.getName());*
* out.print(/a); *
* }*


But it is giving the error on *FileMimeType =
bitstream.getFormat().getMIMEType();*

Please help me on this issue. I want to redirect to other URL  (that will
play the video into video player) if the MIMETYPE is video.

Thank you for your help...!

Thanks  Regards,
*Bhavesh R. Patel *


Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60135991iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 embedded a simple Flash player (.SWF) in the DSpace XMLUI, and pass it
the location of the video file so it plays automatically on the 'View Item'
page. The video is also available for download in the 'Files in this Item'
section of the page.

All of our currently available video is behind Films for the Humanities 
Sciences copyright, but if you're interested send me a PM and I can let you
take a closer look.

John Davison
Assistant Director
Digital Resource Development
OhioLINK


-Original Message-
From: Dorothea Salo [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 10, 2008 3:06 PM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Streaming video assets from DSpace

On Mon, Nov 10, 2008 at 12:43 PM, Jonathan Roby [EMAIL PROTECTED]
wrote:

 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.

In a word, no. You'll have to interpose a streaming server in there
somewhere. Search the dspace-tech archives for details.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to set property target=_blank into item-view.xsl

2013-12-23 Thread Bhavesh Patel
Dear All,

I have modify the code into
[dspace-3.2-src-release]dspace-xmlui\src\main\webapp\themes\Mirage\lib\xsl\aspect\artifactbrowser\item-view.xsl


 *div class=thumbnail-wrapper*
 *a class=image-link*
 *xsl:attribute name=href*

 * !-- HREF [ START ] --*
 * xsl:if test=@MIMETYPE = 'video/mp4' or @MIMETYPE = 'video/x-flv' *
 *
 i18n:texthttp://192.168.251.220/irplayer/play.php?vLink=http://192.168.251.99:8080
 http://192.168.251.220/irplayer/play.php?vLink=http://192.168.251.99:8080/i18n:text
 *
 * xsl:value-of select=mets:FLocat[@LOCTYPE='URL']/@xlink:href/*
 * /xsl:if *
 * !-- HREF [ END ] --*

 * xsl:if test=@MIMETYPE != 'video/mp4' *
 * xsl:value-of select=mets:FLocat[@LOCTYPE='URL']/@xlink:href/*
 * /xsl:if *

 */xsl:attribute*

 * xsl:choose  *

 * xsl:when test=$context/mets:fileSec/mets:fileGrp[@USE='THUMBNAIL']/*
 *mets:file[@GROUPID=current()/@GROUPID] *
 *img alt=Thumbnail*
 *xsl:attribute name=src*
 *xsl:value-of
 select=$context/mets:fileSec/mets:fileGrp[@USE='THUMBNAIL']/ *
 *
 mets:file[@GROUPID=current()/@GROUPID]/mets:FLocat[@LOCTYPE='URL']/@xlink:href/*
 */xsl:attribute*
 */img *
 */xsl:when*


 * !-- Bhavesh [ START ] -- *
 * xsl:when test=@MIMETYPE = 'video/x-flv' or @MIMETYPE = 'video/mp4'*
 *   i18n:textPlay Video/i18n:text *
 */xsl:when *
 * !-- Bhavesh [ END ] --*

 *xsl:otherwise*
 *img alt=Icon src={concat($theme-path,
 '/images/mime.png')} style=height: {$thumbnail.maxheight}px;/ *
 */xsl:otherwise*

 */xsl:choose*
 */a**/div*

 I have set the condition for .mp4 and .flv MIME TYPE.

It's Working Fine.. But it will open the URL into same browser .. What I
want is When anyone click on that Play Video then it's open into New tab
or new window.

Means I want to set property target=_blank into a

Please let me know if anyone know...


Thanks  Regards,
*Bhavesh R. Patel *

*Please consider the environment before printing this e-mail.*
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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://wiki.duraspace.org/pages/viewpage.action?pageId=45548591

An approach that I/others have thought of is to have a video streaming
service that can encode/streaming-serve video files for you. Either have it
encode/stream on the fly, or on submission to DSpace, or a cron media
filter process, have the video be sent to a streaming/encoding service that
can process the video in the background, and maybe give you a url for where
a streamable version of the file might reside. I'm thinking, what if you
built an integration with YouTube, that original video's submitted to
DSpace, then get uploaded to youtube in the background. Once YouTube is
ready, the curation task could add some metadata to your item, and your UI
just plays a youtube video. Your repository would still have an archival
copy of the video.



Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809

On Wed, Jan 28, 2015 at 12:27 PM, Bruno Zanette brunonzane...@gmail.com
wrote:

 Does someone have any experience on streaming videos that are stored
 on Dspace in a way that is possible to seek a timestamp?

 I've done some tests and i've managed to play the video, but i
 couldn't seek a specific timestamp. I've did some research and found
 out that it's because the methods which answers the requests don't
 have support for byte-range headers. Is this right?

 I've also found this article/library [1] that implements these kind of
 responses, and i'm thinking about trying to append it to Dspace code,
 but first i would like to know if someone have already done this (or
 something like this), and also if there is an easier way to achieve
 this.

 [1] -
 http://balusc.blogspot.co.uk/2009/02/fileservlet-supporting-resume-and.html

 Any help is very welcome!!!

 Thanks!

 --
 Bruno Nocera Zanette
 +55 41 9992-2508


 --
 Dive into the World of Parallel Programming. The Go Parallel Website,
 sponsored by Intel and developed in partnership with Slashdot Media, is
 your
 hub for all things parallel software development, from weekly thought
 leadership blogs to news, videos, case studies, tutorials and more. Take a
 look and join the conversation now. http://goparallel.sourceforge.net/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] HTML5 and the future of DSpace

2009-10-28 Thread Jason Fowler
There has been a good deal of talk in development circles about the future of 
HTML, especially as it concerns HTML5. Several new elements are being added to 
the HTML standard that seem advantageous to many developers. Some new elements 
like nav, header, footer, and figure, are semantically 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 embedded video and audio 
without relying on third party plugins. For example, both Firefox 3.5 and 
Chrome 3 already provide built in support for open video and audio created with 
Vorbis and Theora (ie. .ogv, oga).

I was curious to know if DSpace developers have given any discussion to DSpace 
and these new developments in HTML5. Will near-future versions of DSpace and 
DSpace themes support these new element tags? With open video and audio formats 
be added to the default metadata registry at any time in the near future?


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
Vice President, ALABI
502-897-4573
jfow...@sbts.edu

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 to success.  please help me if anyone have do that..



Thank you in Advance.

Thanks,
Bhavesh Patel

Thanks  Regards,
*Bhavesh R. Patel *
bhavesh.bece...@gmail.com (Email)

*Websites :*

   - www.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*


On Thu, Oct 10, 2013 at 2:08 PM, Bhavesh Patel bhavesh.bece...@gmail.comwrote:

 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.bhaveshpatel.info
- www.onlinequizportal.com
- www.hindisuvichar.com

 Never leave till tomorrow which you can do today

 *Please consider the environment before printing this e-mail.*

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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
   
  Thanks
   
  ASIM
  Wichita state University,USA

 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com -
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 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 is that SMIL
support in popular browsers was poor to nonexistent at that time.  I
haven't retested for a while, so the situation may have improved.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpGvxr5Sbad4.pgp
Description: PGP signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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
https://wiki.duraspace.org/display/DSDOC/XMLUI+Configuration+and+Customization

If this kind of short how-to is useful to you, please feel free to suggest
topics for future videos.

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium
2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA

atmire.com - Institutional Repository Solutions
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 content-range. Does
this mean that the servlet handling the file downloads doesn't implement
content-range? What other options do I have within dspace to do this or
will it be difficult to implement content-range on servlet level?

Regards,

(This is my second post for the same question, as the first was sent to
dspace-gene...@lists.sourceforge.net, as the question should be sent to
this mailing list.)
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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 video (with steps) would be very helpful.

Thanks and Regards,
Rahul Samaria
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] RE :Dspace installation process

2014-01-14 Thread Rahul Samaria
Hi,

In the process of installing Dspace, after running the command mvn package 
(process of downloading dspace online  source dependencies) I am getting error 
message. Build is unsuccessful.
Can you please suggest how to fix this ?

Regards,
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 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 video (with steps) would be very helpful.

Thanks and Regards,
Rahul Samaria
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 

mailto:michael.guth...@biomedcentral.com 

www.openrepository.com http://www.openrepository.com/ 



From: Jason Fowler [mailto:jfow...@sbts.edu] 
Sent: Wednesday, October 28, 2009 6:16 PM
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] HTML5 and the future of DSpace



There has been a good deal of talk in development circles about the
future of HTML, especially as it concerns HTML5. Several new elements
are being added to the HTML standard that seem advantageous to many
developers. Some new elements like nav, header, footer, and figure, are
semantically 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 embedded video and audio without relying on
third party plugins. For example, both Firefox 3.5 and Chrome 3 already
provide built in support for open video and audio created with Vorbis
and Theora (ie. .ogv, oga).

 

I was curious to know if DSpace developers have given any discussion to
DSpace and these new developments in HTML5. Will near-future versions of
DSpace and DSpace themes support these new element tags? With open video
and audio formats be added to the default metadata registry at any time
in the near future?

 

 

Jason Fowler, CA, MSLS

Archives and Special Collections Librarian

The Southern Baptist Theological Seminary

Vice President, ALABI

502-897-4573

jfow...@sbts.edu

 

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 done in command line on the server?

Cheers,
Fan

On 2011-5-5, at 下午5:53, Mark H. Wood wrote:

 On Thu, May 05, 2011 at 03:13:08PM +0100, Fan Zhu wrote:
 Is anyone know how to generate thumbnail for .mpeg, .avi, etc? It looks like 
 the default dspace package  only provide us a way to generate the thumbnail 
 for images and document files.
 Is there any specified package 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.
 
 The best I can come up with is to load the video into an editor, pick
 a frame that would make a good thumbnail, export it as a still image
 (JPEG, PNG), resample to an appropriate size, and add that to the Item
 as the thumbnail.  Or the people who made the video may have prepared
 still images for promotional purposes -- ask them.
 
 There are probably a lot of tools that can export frames from videos.
 I just tried VLC (a player) and Cinelerra (an editor) and both worked well.
 
 -- 
 Mark H. Wood, Lead System Programmer   mw...@iupui.edu
 Asking whether markets are efficient is like asking whether people are smart.
 --
 WhatsUp Gold - Download Free Network Management Software
 The most intuitive, comprehensive, and cost-effective network 
 management toolset available today.  Delivers lowest initial 
 acquisition cost and overall TCO of any competing solution.
 http://p.sf.net/sfu/whatsupgold-sd___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-14 Thread Peter Dietz
Hi Abdul,

Take a look at Batch Import, as mentioned.

There is a Java tool available, that might be of interest to you, to help
with building a package suitable for importing. You just need a spreadsheet
with metadata, and a directory full of files.
Wiki:
https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager
Code: https://github.com/peterdietz/SAFBuilder


Peter Dietz



On Thu, Jul 14, 2011 at 7:29 AM, Verdonck Christof 
verdonck.chris...@eurodyn.com wrote:

 **
 Dear


 I think you can use the Batch import.
 You have to put and describe you files in a certain 'DSpace Batch Import '
 directory structure
 as explained in the Dspace Batch Import document;
 http://www.scottphillips.com/files/2009/06/dspacebatchimport.pdf

 You can also find more information regarding this in the DSpace Manual:
 http://www.dspace.org/1_7_1Documentation/DSpace-Manual.pdf


 Yours Sincerely



 Christof Verdonck



 Abdul Vali wrote:

 dear all

  i m running dspace at ubuntu 10.04 server.  i have a large number of
 articles and books in digital form.  can 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


  --

 --
 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/sfu/appsumosfdev2dev

 --

 ___
 Dspace-general mailing 
 listDspace-general@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listinfo/dspace-general



 --
 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/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Mark Diggory
Jose,

Yes, this the challenge, cocoon is caching in tomcats work directory,
that needs to get cleaned, there was some recent talk in teh DSpace
lists about an admin option that will clear the cocoon pipeline cache,
this looks promising, but the current approach is to delete your work
dir for the webapp and restart the webapplication.

Best,
Mark

On Thu, Jul 14, 2011 at 11:29 AM, Blanco, Jose blan...@umich.edu wrote:
 I just restarted tomcat and that fixed it, but there must be an easier way.  
 I was deploying the app with tomcat.

 -Jose

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Thursday, July 14, 2011 2:28 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] sitemap.xmap error

 I created an error in the sitemap.xmap error.  I went back to a version that 
 worked, and I'm still getting 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, 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/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 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/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Esperantolaan 4 - Heverlee 3001 - Belgium

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 an impression of the 
excitement and interest the conference generated...

http://tinyurl.com/3j8cmw (soton.ac.uk)


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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.php//DSpace_1.5_XMLUI_FLV_Video_Progressive_Download/

Thanks in advance.


Regards,
Yureshwar Ravuri.
--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 moment, 
it is starting to make progress, and oga is definitely a mature and well 
established audio format even if it is not as widespread as the 
proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box 
support for these open standards, and there is a good chance these 
formats, especially oga, will gain some traction in the mainstream 
Internet community.

Cheers


Hayden

Michael Guthrie wrote:
 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

 *Bio**Med** Central* 

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the 
 future of HTML, especially as it concerns HTML5. Several new elements 
 are being added to the HTML standard that seem advantageous to many 
 developers. Some new elements like nav, header, footer, and figure, 
 are semantically 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 embedded video 
 and audio without relying on third party plugins. For example, both 
 Firefox 3.5 and Chrome 3 already provide built in support for open 
 video and audio created with Vorbis and Theora (ie. .ogv, oga).

  

 I was curious to know if DSpace developers have given any discussion 
 to DSpace and these new developments in HTML5. Will near-future 
 versions of DSpace and DSpace themes support these new element tags? 
 With open video and audio formats be added to the default metadata 
 registry at any time in the near future?

  

  

 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu

  

 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay 
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
   


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] customize individual communities

2011-07-12 Thread Webshet, Sisay (ILRI)
Hello everybody,

 

We are running  dspace 1.7.2 using xmlui interface. I want  to customize
individual communities so they only show their navigation (not the home
page options),

 

Can anybody assist me,

 

Thanks

sisay

--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-13 Thread helix84
On Wed, Jul 13, 2011 at 14:12, Paul Mulinge mulinge.p...@gmail.com wrote:
 createdb: could not connect to database postgres: FATAL:  Ident
 authentication failed for user dspace
 where im i going wrong?

http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg01761.html

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 ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-13 Thread Mark H. Wood
I keep a monitoring gadget like LambdaProbe (or PsiProbe) running on
production Tomcat instances so I can watch what is happening to
memory.  It helps with tuning and sometimes diagnosis.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like 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 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-14 Thread Jason B .
Is it possible to disable stemming in the DSAnalyzer in 1.7.2 without
modifying the source?  We didn't use the source distribution initially
and would rather not just to make this one change...

Thanks!


--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I created an error in the sitemap.xmap error.  I went back to a version that 
worked, and I'm still getting 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, 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/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I do delete the work and then I undeploy the app and then I deploy the new one, 
but it seems I then need to restart tomcat also.  This is not real good because 
my dev and prod area are managed by the same tomcat, so this restart causes a 
hiccup in the prod area, but I'm glad I know about it.

Thanks!
Jose

-Original Message-
From: Mark Diggory [mailto:mdigg...@atmire.com] 
Sent: Thursday, July 14, 2011 2:38 PM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] sitemap.xmap error

Jose,

Yes, this the challenge, cocoon is caching in tomcats work directory,
that needs to get cleaned, there was some recent talk in teh DSpace
lists about an admin option that will clear the cocoon pipeline cache,
this looks promising, but the current approach is to delete your work
dir for the webapp and restart the webapplication.

Best,
Mark

On Thu, Jul 14, 2011 at 11:29 AM, Blanco, Jose blan...@umich.edu wrote:
 I just restarted tomcat and that fixed it, but there must be an easier way.  
 I was deploying the app with tomcat.

 -Jose

 -Original Message-
 From: Blanco, Jose [mailto:blan...@umich.edu]
 Sent: Thursday, July 14, 2011 2:28 PM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] sitemap.xmap error

 I created an error in the sitemap.xmap error.  I went back to a version that 
 worked, and I'm still getting 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, 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/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 --
 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/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
@mire - www.atmire.com
2888 Loker Avenue East - Suite 305 - Carlsbad - CA - 92010
Esperantolaan 4 - Heverlee 3001 - Belgium

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Modifications in DSpace

2011-07-14 Thread Guillermo Esteban Murillo Goussen
Simple question.  When I have to do a change, for example: change the
webui.supported.locales, I have to modify the dspace.cfg file in the dspace
installation directory or in the dspace-source directory?

-- 
La pureza del alma no se pierde sin consentimiento
--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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 indicate the best approach to create this structure of
items and related metadata?

Thanks and Regards,
Gabriel Dina


--
10 Tips for Better Server Consolidation
Server virtualization is being driven by many needs.  
But none more important than the need to reduce IT complexity 
while improving strategic productivity.  Learn More! 
http://www.accelacomm.com/jaw/sdnl/114/51507609/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 infrastructure might be unable to offer more than a certain number of
simultaneous downloads.

Using
a streaming server  video player is primarily a solution for the
first issue. To offer new video's through your streaming server 
player, the files first need to be converted to a streaming format,
for instance FLV (Flash Video).
Flash Video files can be delivered in several different ways:

   - Streamed via RTMP
   to the Flash Player using the Flash Media Server, VCS,
ElectroServer, Wowza Pro, WebORB for .NET or the open source Red5
server.
   - Progressive download via HTTP. This method uses ActionScript to
include an externally hosted Flash Video file client-side for
playback.
   However, unlike streaming using RTMP, HTTP streaming does not
support real-time broadcasting. Streaming via HTTP requires a custom
player and the injection of specific Flash Video metadata containing
the exact starting position in bytes and timecode of each keyframe.
Using this specific information, a custom Flash Video player can
request any part of the Flash Video file starting at a specified
keyframe.

You can determine a fixed bitrate for the converted movies. This will mean
that resolution and quality will be scaled down. An example bitrate is
600kb/sec (this is equal to 75kB/sec ... virtually any client broadband
connection is able to view the files fluently.

The biggest advantage for users, is that they are able to start viewing
immediately, and that they are not required to wait until the full movie is
downloaded. In addition to that, they are able to jump to a certain point
on the video's timeline, and streaming will continue from there.

To make the bridge to the second issue: multiple users viewing
simultaneously always has an impact on the bandwidth, available to your
server. But by using a streaming server  viewer, the bandwidth requirements
per client are fixed, while with normal downloading, one client could
drain the bandwidth with very high download speeds.

To make this clear through an example:
If your server has a 100mbit bandwidth connection, you are able to support
170 simultaneous viewers.  However, if you would offer the videos as
downloadable files, and if you have users with 8mbit connections, this would
mean that you would only be able to serve 12 clients, who are fully using
their own 8mbit connections.

If you are interested in implementing a streaming solution for your DSpace,
@mire offers a DSpace add-on module for streaming video (and audio), please
see http://atmire.com/audiovisual.php. Several streaming servers and players
are possible but the most common setup is using a flash video player and the
Adobe Streaming Server (for Flash video).

with best regards,

Bram Luyten  Lieven Droogmans


@mire NV
Romeinse Straat 18
3001 Heverlee
Belgium
+32 2 888 29 56

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get [EMAIL PROTECTED]


On Tue, Nov 25, 2008 at 7:37 AM, [EMAIL PROTECTED] wrote:


 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 government's internet traffic (eg cause an
 outage), especially if too many people attempt to access at the same time.
  We
 currently have one video file on DSpace which is in .wmv format.  The .wmv
 format is not seen as being compact enough to minimise the impact of video
 files
 (in DSpace) on the government Internet.

 A suggestion from our IT person has been streaming HTML as it has a small
 footprint which would make it ideal for this exercise. I don't know what
 streaming HTML is and if it is recommended to work with DSpace.

 Is there someone out there who can enlighten me as to what streaming HTML
 is and
 if it will work in archiving video files in DSpace?

 Thanks very much.

 Ruby Lindberg
 Electronic Services Librarian
 Northern Territory Department of Health  Community Services
 Northern Territory Government
 www.nt.gov.au/health
 PO Box 40596, Casuarina, NT

 0811

 Building 4, Royal Darwin Hospital, TIWI, NT 0810
 [EMAIL PROTECTED]
 Ph: +61 8 8922 7913
 Fax: +61 8 8922 

 Librarian on Call (DHCS staff)
 Library Catalogue
 eLibrary a new service replacing CROC for DHCS staff - login using your
 ePass
 username and password




 You can't direct the wind but you can adjust the sails.
 P Please consider our environment before printing this e-mail


 -
 This SF.Net email is sponsored

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

2013-06-19 Thread Sara Amato
I should have mentioned that I am trying this on a test server, behind a 
firewall so could not provide a direct example.   Here's what wget says:

dspace:~ wget --server-response 
http://libtest-1.willamette.edu/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
--2013-06-19 10:27:16--  
http://libtest-1.willamette.edu/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
Resolving libtest-1.willamette.edu... 158.104.100.29
Connecting to libtest-1.willamette.edu|158.104.100.29|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 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: JSESSIONID=75019D1168F83C09153BC0FCFF319E22; Path=/xmlui
  Connection: close
Length: 704016273 (671M) [video/mp4]
Saving to: “Knopf.mp4?sequence=1.1”

which looks, to my eye, similar to the vetch response.

Keith, thanks for the heads up about the xmlui.content_disposition_threshold   
.  I was unaware of that setting.  I tried setting it to 0 and when that didn't 
seem to have any effect to -1, but still no luck. I'll be interested to hear 
how the upgrade to 3.2 works out.   It would be lovely if the modifications to 
support video could become part of the code.


On Jun 19, 2013, at 1:17 AM, helix84 wrote:

 On Tue, Jun 18, 2013 at 7:31 PM, Sara Amato sam...@willamette.edu 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/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3;
 --2013-06-19 10:15:22--
 http://vtechworks.lib.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 Resolving vtechworks.lib.vt.edu (vtechworks.lib.vt.edu)... 128.173.127.96
 Connecting to vtechworks.lib.vt.edu
 (vtechworks.lib.vt.edu)|128.173.127.96|:80... connected.
 HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Wed, 19 Jun 2013 08:15:22 GMT
  Set-Cookie: JSESSIONID=62C0449028B6DB15AFCE71002D2F11A5; Path=/
  X-Cocoon-Version: 2.2.0
  Vary: User-Agent
  Last-Modified: Wed, 14 Nov 2012 20:46:11 GMT
  Expires: Wed, 19 Jun 2013 09:15:22 GMT
  Accept-Ranges: bytes
  Content-Type: video/mp4
  Content-Length: 14010976
  Connection: close
 Length: 14010976 (13M) [video/mp4]
 Saving to: `S11L1U0024h_qtp.mp4?sequence=3'
 
 
 Confirming Jonathan's observation, this returns Content-Type: video/mp4
 
 
 video src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /
 
 the video does not play.  If I go to the link directly, it downloads the
 video rather than playing.
 
 I couldn't verify this assumption on your repository, because it
 doesn't contain the mp4 bitstream (anymore?):
 
 http://libmedia.willamette.edu/xmlui/metadata/handle/10177/62/mets.xml
 
 
 Regards,
 ~~helix84
 
 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


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


 


 Message: 1
 Date: Sun, 25 Nov 2007 21:06:46 +
 From: NS Hashmi, Information Systems and Computing
   [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] streaming video?
 To: dspace-tech@lists.sourceforge.net 
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii; format=flowed
 
 Hi, do you have a demo in action? I assume 'actual stream' refers to
the 
 file prior to becoming a bitstream located in the asset store?
 
 For info :-
 http://wiki.dspace.org/index.php/SymlinkDSpace
 
 Naveed
 
 Date: Fri, 23 Nov 2007 10:08:34 -0500
 From: Mark H. Wood [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] streaming video?
 To: dspace-tech@lists.sourceforge.net 
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii
 
 I've tinkered a bit with storing an item consisting of a SMIL
document
 that points at the actual stream.  I got it to work but we haven't
 used this in production yet.
-- 

Jason Stirnaman
OME/Biomedical  Digital Projects Librarian
A.R. Dykes Library
The University of Kansas Medical Center
Kansas City, Kansas
Work: 913-588-7319
Email: [EMAIL PROTECTED]


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2007-11-29 Thread NS Hashmi, Information Systems and Computing
Hi,

Yes, this is the easiest way if you disregard preservation. Otherwise, you 
would need two copies of the file - one managed by dspace and the other 
delivered via the streaming server.

Naveed


Message: 4
Date: Thu, 29 Nov 2007 09:18:14 -0500
From: George Kozak [EMAIL PROTECTED]
Subject: 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 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 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 any body has better idea? Please guide me.

Sanjeev



Naveed Hashmi
Information Systems and Computing
University of Bristol
[EMAIL PROTECTED]



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2009-11-03 Thread Jason Fowler
In Mark Wood's last message, he stated that

 We need to examine the different codec bundles
 provided by the browsers that implement these elements at all.  (Do we
 provide multiple encodings, or point to add-on codec packages, or some
 of each, or...?)  This stuff will affect and be affected by our sites'
 acceptable-formats policies.

I think the point about multiple encodings is especially important to discuss. 
At this point that both Firefox 3.5 and Google Chrome support the Theora codec 
natively, but no one knows what Opera, Apple, and Microsoft will 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 using the patent-encumbered H.264 codec, and another created using 
the open video codec, theora. On a side note, use of the H.264 codec could 
become really pricey by 2011, when the MPEG LA begins enforcing licensing fees.

Personally, I hate the idea of having multiple encodings for accessibility 
purposes, primarily because video is already a space hog. But I also think we 
need to save the time of the reader (in this case, watcher), and if multiple 
encodings can help that cause, it's worth considering.

Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary3
jfow...@sbts.edu

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-05-05 Thread Mark H. Wood
On Thu, May 05, 2011 at 03:13:08PM +0100, Fan Zhu wrote:
 Is anyone know how to generate thumbnail for .mpeg, .avi, etc? It looks like 
 the default dspace package  only provide us a way to generate the thumbnail 
 for images and document files.
 Is there any specified package 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.

The best I can come up with is to load the video into an editor, pick
a frame that would make a good thumbnail, export it as a still image
(JPEG, PNG), resample to an appropriate size, and add that to the Item
as the thumbnail.  Or the people who made the video may have prepared
still images for promotional purposes -- ask them.

There are probably a lot of tools that can export frames from videos.
I just tried VLC (a player) and Cinelerra (an editor) and both worked well.

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Asking whether markets are efficient is like asking whether people are smart.


pgpErqrXcugPi.pgp
Description: PGP signature
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-13 Thread Claudia Jürgen
Hello,

check your database settings in the dspace.cfg see section

___
# Database settings #

# Database name (oracle, or postgres)
db.name = ${default.db.name}
#db.name = postgres
#db.name = oracle

# URL for connecting to database
db.url = ${default.db.url}
#db.url = jdbc:postgresql://localhost:5432/dspace

# JDBC Driver
db.driver = ${default.db.driver}
#db.driver = org.postgresql.Driver

# Database username and password
db.username = ${default.db.username}
db.password = ${default.db.password}
#db.username = dspace
#db.password = dspace


Make sure you got the right name and password for the databaseuser of 
your database, e.g. your database is called myDSpaceDatabase and the 
user is called dspaceTestUser with the password xyz your settings 
would be

db.url = jdbc:postgresql://localhost:5432/myDSpaceDatabase
db.username = dspaceTestUser
db.password = xyz

Hope that helps

Claudia Jürgen

Am 13.07.2011 14:12, schrieb 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 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/appsumosfdev2dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-14 Thread Verdonck Christof




Dear


I tried what you said, and it works fine for me!

In /repos/dspace.cfg, I changed
#xmlui.user.loginredirect=/profile

one time with

xmlui.user.loginredirect=/submissions == works fine!


and another time

xmlui.user.loginredirect=/submit   == works fine!


I want to stress out that I didn't change anything else.
Did you change the right dspace.cfg?


Yours Sincerely



Christof Verdonck



Shaw Yu wrote:

  Hi,

We want to change the login hyperlink so after users login, they can be 
directed to "/submissions" (or better, to /mydspace. But /mydspace does 
not seem to be available in version 1.7 anymore) . After much struggle, 
I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it 
does not seem to be working. After I made the change and re-start tomcat 
after that, nothing actually happened.

Why 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 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 "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/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  





--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Claudia Juergen
Hello Susan,

the place for feature requests, bugs etc. is the DSpace Jira
https://jira.duraspace.org/browse/DS

Hope that helps

Claudia Jürgen

 Hi,

  Is there an appropriate place to submit suggestions for future
 releases of DSpace software?  I really would like to see a “Next”
 button on the Item pages so that when browsing for records, when the
 user clicks on a record, it would not be necessary to scroll back to
 the browse screen to select the next record and instead this could be
 done from the Item pages?

 Thanks,

 Sue







 Sue Walker-Thornton

 Software Developer/Database Administrator

 NASA Langley Research Center|LITES Contract

 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



 --
 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/sfu/appsumosfdev2dev___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/
Tel.: 0049-231-755-4043




--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I just restarted tomcat and that fixed it, but there must be an easier way.  I 
was deploying the app with tomcat.

-Jose

-Original Message-
From: Blanco, Jose [mailto:blan...@umich.edu] 
Sent: Thursday, July 14, 2011 2:28 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] sitemap.xmap error

I created an error in the sitemap.xmap error.  I went back to a version that 
worked, and I'm still getting 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, 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/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifications in DSpace

2011-07-15 Thread Verdonck Christof




Dear


It depends...

- If you will only restart the server after the changes, you
change best the dspace.cfg in the /dspace/config directory.
! Be aware of that fact that this file will be overwritten (with the
/dspace-source/config/dspace.cfg) after a next deploy !


- If you plan to deploy and then restart the server, you change
the dspace.cfg in the /dspace-source/config directory.
This file will, as also mentioned above, overwrite the
/dspace/config/dspace.cfg after deploy.


Yours Sincerely



Christof Verdonck



Guillermo Esteban Murillo Goussen wrote:
Simple question. When I have to do a change, for example:
change the webui.supported.locales, I have to modify the dspace.cfg
file in the dspace installation directory or in the dspace-source
directory?
  
-- 
La pureza del alma no se pierde sin consentimiento
  
  

--
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/sfu/appsumosfdev2dev
  

___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
  





--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Users and groups

2014-08-20 Thread Magnus Norberg
Hi!
What is the difference between setting policys here?
  

comparing to here?
  
thanks!/Magnus


  --
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] harvester.handleMetadataField on oai.cfg

2014-09-02 Thread Matthew Sherman
dc.identifier typically is the field DSpace automatically stored the URL
for the records in.

dc.identifier.uri:
http://dspacetest.bridgeport.edu/xmlui/handle/123456789/978
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problems with create-administrator command

2014-09-19 Thread ʚïɞ . . . liss . . . εïз
Ed, 

thank you very much!!!

  --
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2013-02-08 Thread Miguel Ángel 0rtiz Camilo
Hello there,
 We've modified the our DSpace installation, because we're using it for 
University Repositoriums. So I hope this become handy for all of you. We're 
using jquery for DOM, and Jwplayer indeed with the feature for the JS, Flash 
and HTML5.
 On months you're going to see our final version more accuraly, because we need 
the playlist working. Feel free to ask our solution, here's our card:

http://www.ru.tic.unam.mx:8080/handle/DGTIC/81764

Do you hear the OpenAccess sing!?Miguel Ángel
Date: Fri, 8 Feb 2013 10:41:58 -0600
From: s...@d.umn.edu
To: softey...@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 box there with an embedded html code 
for a
 video clip. It will look nicer and be more convenient for users to 
click the video box to play a video clip. 

Shixing

On Thu, Feb 7, 2013 at 11:21 PM, thimmappa naik softey...@gmail.com wrote:

Hi All,,

We have installed and customized DSpace windows version successfully. But am 
unable to open the video in the DSpace itself, because while click to open/view 
file gets downloaded. Can we play videos inside the DSpace using any plugin? 
Kindly help us.



ಪ್ರೀತಿ ಒಂದು ಉಡುಗೊರೆ. ಅದು ಎಲ್ಲಿ೦ದಲೂ, ಯಾರಿ೦ದಲೂ ಬೆಲೆ ಕೊಟ್ಟು ಖರೀದಿಸಲಾಗದು.
Thimmappa N 


softey...@gmail.com/thimmapp...@yahoo.com

--

Free Next-Gen Firewall Hardware Offer

Buy your Sophos next-gen firewall before the end March 2013

and get the hardware for free! Learn more.

http://p.sf.net/sfu/sophos-d2d-feb
___

DSpace-tech mailing list

DSpace-tech@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/dspace-tech

List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



-- 
---
Shixing Wen
Head of Technical Services
University of Minnesota Duluth Library
416 Library Drive
Duluth, MN 55812

218-726-8498
s...@d.umn.edu




--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
  --
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2013-06-19 Thread Keith Gilbertson
Sara,

We're still running DSpace 1.8.2 here. We're going to the DSpace 3 update
sometime this year. We'll need to update and fix our code, and I think that
the intern we have here now will take more meticulous notes about how this
customization works. He's good about that.


I do remember that there is a dspace.cfg parameter:

xmlui.content_disposition_threshold = 8388608


Keeping this set to zero (not -1) was part of getting things to work. We
have a custom BitstreamReader from 1.7 that fixes some bugs in that partial
download code, but it hasn't been properly integrated with the newer
versions of DSpace yet.f

I can pass along notes from our upgrade to DSpace 3.2 later this summer.

--keith



On Tue, Jun 18, 2013 at 1:31 PM, Sara Amato sam...@willamette.edu wrote:

 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.

 video 
 src=/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1http://localhost:8080/xmlui/bitstream/handle/10177/62/Knopf.mp4?sequence=1
 width=320 height=240 controls= autobuffer= /

 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.vt.edu/bitstream/handle/10919/18426/S11L1U0024h_qtp.mp4?sequence=3
 actually plays the video.

 I'm guessing that I missed a step somewhere.  All I've done is edit the
 item-view.xsl  and uncommented the partial download code in the
 BitstreamReader.

 Any advice appreciated.




 On May 31, 2013, at 1:24 AM, Jonathan Freesbay wrote:

 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 change this?

 Thanks,

 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite
 It's a free troubleshooting tool designed for production
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://p.sf.net/sfu/appdyn_d2d_ap2___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Video files in DSpace

2008-11-25 Thread Jason Stirnaman
Ruby,
I'm guessing what your IT person meant to say was streaming over HTTP, also 
known as progressive download.  This is generally not as good as streaming 
from a dedicated media server like Helix or Flash server, but it may suit your 
purpose.  And you should be 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 explanation of the differences: 
http://www.adobe.com/devnet/flash/articles/video_guide_02.html .  Since, it 
looks like you're a Windows shop this may be helpful:  
http://www.microsoft.com/windows/windowsmedia/compare/webservvstreamserv.aspx 
Using a streaming media server offers better performance, but then your content 
delivery is typically separated from your archiving.  You'll want to consider 
how or if you'll archive your video in DSpace if you're hosting it on streaming 
media server.
Serving video is a frequent topic of conversation (see 
http://www.mail-archive.com/search?q=videol=dspace-tech%40lists.sourceforge.net)
 on the DSpace lists and there's no silver bullet.  
Also, NITLE, a non-profit DSpace service provider, recently offered a workshop 
on streaming media in DSpace: 
http://www.nitle.org/www/events/841-dspace-virtual-user-community-meeting-3  
May be worth checking out.

Jason


-- 

Jason Stirnaman
Digital Projects Librarian/School of Medicine Support
A.R. Dykes Library, University of Kansas Medical Center
[EMAIL PROTECTED] 
913-588-7319


 On 11/25/2008 at 12:37 AM, in message
[EMAIL PROTECTED],
[EMAIL PROTECTED] wrote:

 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 government's internet traffic (eg cause an
 outage), especially if too many people attempt to access at the same time.  
 We
 currently have one video file on DSpace which is in .wmv format.  The .wmv
 format is not seen as being compact enough to minimise the impact of video 
 files
 (in DSpace) on the government Internet.
 
 A suggestion from our IT person has been streaming HTML as it has a small
 footprint which would make it ideal for this exercise. I don't know what
 streaming HTML is and if it is recommended to work with DSpace.
 
 Is there someone out there who can enlighten me as to what streaming HTML is 
 and
 if it will work in archiving video files in DSpace?
 
 Thanks very much.
 
 Ruby Lindberg
 Electronic Services Librarian
 Northern Territory Department of Health  Community Services
 Northern Territory Government
 www.nt.gov.au/health 
 PO Box 40596, Casuarina, NT
 0811 
   
 
 Building 4, Royal Darwin Hospital, TIWI, NT 0810
 [EMAIL PROTECTED] 
 Ph: +61 8 8922 7913
 Fax: +61 8 8922 
 
 Librarian on Call (DHCS staff)
 Library Catalogue
 eLibrary a new service replacing CROC for DHCS staff - login using your 
 ePass
 username and password
 
 
 
 
 You can't direct the wind but you can adjust the sails.”
 P Please consider our environment before printing this e-mail
 
 
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/ 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech 
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2009-12-15 Thread Jason Fowler
Mark,

I had a few minutes today, so I worked up a proof of concept based on what you 
suggested. It works pretty well. It would have to be adjusted to account for 
browser support and the like. Still, you were right. It works.

I posted directions for implementing it on the wiki.

http://wiki.dspace.org/index.php/Add_HTML5_pseudo_streaming_%28Manakin%29


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
jfow...@sbts.edu

From: Mark Diggory [mdigg...@atmire.com]
Sent: Friday, October 30, 2009 7:41 PM
To: Mr Havercamp
Cc: DSpace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] HTML5 and the future of DSpace

For DSpace XMLUI, this is simply a matter of creating an appropriate
theme that will support HTML5 as the output format for generated html
content.  This would be an excellent project for those in the
community who are working on DSpace Manakin XMLUI themes to provide as
a contribution and would be most exclusively an exercise in XSLT.

Cheer,
Mark


On Thu, Oct 29, 2009 at 6:32 PM, Mr Havercamp mrhaverc...@gmail.com 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 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, and oga is definitely a mature and well
 established audio format even if it is not as widespread as the
 proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box
 support for these open standards, and there is a good chance these
 formats, especially oga, will gain some traction in the mainstream
 Internet community.

 Cheers


 Hayden

 Michael Guthrie wrote:
 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

 *Bio**Med** Central*

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the
 future of HTML, especially as it concerns HTML5. Several new elements
 are being added to the HTML standard that seem advantageous to many
 developers. Some new elements like nav, header, footer, and figure,
 are semantically 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 embedded video
 and audio without relying on third party plugins. For example, both
 Firefox 3.5 and Chrome 3 already provide built in support for open
 video and audio created with Vorbis and Theora (ie. .ogv, oga).



 I was curious to know if DSpace developers have given any discussion
 to DSpace and these new developments in HTML5. Will near-future
 versions of DSpace and DSpace themes support these new element tags?
 With open video and audio formats be added to the default metadata
 registry at any time in the near future?





 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu



 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 ___
 DSpace

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

2015-01-29 Thread Evelthon Prodromou

Hi Bruno,


Not sure if this helps, I did an implementation a few years back that 
had the ability to move your player seek bar forward (pseudo-seek) for 
dspace 1.7.0/Mirage theme. Have a look at 
http://sourceforge.net/p/dspace/mailman/message/29547581/


You can see an example at 
http://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 the video buffer, and then start playback, but does not allow you 
to seek/jump beyond what has been buffered).


https://wiki.duraspace.org/pages/viewpage.action?pageId=45548591

An approach that I/others have thought of is to have a video streaming 
service that can encode/streaming-serve video files for you. Either 
have it encode/stream on the fly, or on submission to DSpace, or a 
cron media filter process, have the video be sent to a 
streaming/encoding service that can process the video in the 
background, and maybe give you a url for where a streamable version of 
the file might reside. I'm thinking, what if you built an integration 
with YouTube, that original video's submitted to DSpace, then get 
uploaded to youtube in the background. Once YouTube is ready, the 
curation task could add some metadata to your item, and your UI just 
plays a youtube video. Your repository would still have an archival 
copy of the video.




Peter Dietz
Longsight
www.longsight.com http://www.longsight.com
pe...@longsight.com mailto:pe...@longsight.com
p: 740-599-5005 x809 tel:740-599-5005%20x809

On Wed, Jan 28, 2015 at 12:27 PM, Bruno Zanette 
brunonzane...@gmail.com mailto:brunonzane...@gmail.com wrote:


Does someone have any experience on streaming videos that are stored
on Dspace in a way that is possible to seek a timestamp?

I've done some tests and i've managed to play the video, but i
couldn't seek a specific timestamp. I've did some research and found
out that it's because the methods which answers the requests don't
have support for byte-range headers. Is this right?

I've also found this article/library [1] that implements these kind of
responses, and i'm thinking about trying to append it to Dspace code,
but first i would like to know if someone have already done this (or
something like this), and also if there is an easier way to achieve
this.

[1] -
http://balusc.blogspot.co.uk/2009/02/fileservlet-supporting-resume-and.html

Any help is very welcome!!!

Thanks!

--
Bruno Nocera Zanette
+55 41 9992-2508 tel:%2B55%2041%209992-2508


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot
Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and
more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
mailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette:
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette




--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/


___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 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  
 archived and managed in a central location. By having something like 

 a .ram file which points to an external server, or an .html file that
 
 loads up the streaming media, this circumvents that management and
can  
 potentially lead to nearly useless records in the repository, even  
 with the best intentions of the current managers of the various  
 servers that store the media.
 
 It's essentially creating the same kinds of issues that the current 

 web URL standards do - broken links due to server name changes and  
 external reliances. In my view, a  well-managed DSpace repository  
 should avoid these issues by storing all the bitstreams within the  
 repository itself.
 
 Shane Beers
 Digital Repository Services Librarian
 George Mason University
 [EMAIL PROTECTED] 
 703-993-3742
 
 
 
 On Nov 26, 2007, at 9:52 AM, Jason Stirnaman wrote:
 
 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





 Message: 1
 Date: Sun, 25 Nov 2007 21:06:46 +
 From: NS Hashmi,   Information Systems and Computing
 [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] streaming video?
 To: dspace-tech@lists.sourceforge.net 
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii; format=flowed

 Hi, do you have a demo in action? I assume 'actual stream' refers
to
 the
 file prior to becoming a bitstream located in the asset store?

 For info :-
 http://wiki.dspace.org/index.php/SymlinkDSpace

 Naveed

 Date: Fri, 23 Nov 2007 10:08:34 -0500
 From: Mark H. Wood [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] streaming video?
 To: dspace-tech@lists.sourceforge.net 
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 I've tinkered a bit with storing an item consisting of a SMIL
 document
 that points at the actual stream.  I got it to work but we haven't
 used this in production yet.
 -- 

 Jason Stirnaman
 OME/Biomedical  Digital Projects Librarian
 A.R. Dykes Library
 The University of Kansas Medical Center
 Kansas City, Kansas
 Work: 913-588-7319
 Email: [EMAIL PROTECTED] 



-
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net 
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 it
on dspace and after upload edit the respective item in dspace and add
bitstream by uploading the actual video, but here remember to make html
file as primary bitstream. 

May be my way is not appropriate I am not sure. But I feel it would be
easy for us in future if we have some planning to take back and restore
any like that

Regards -- Ehtesham  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George
Kozak
Sent: Thursday, November 29, 2007 7:48 PM
To: [EMAIL PROTECTED]; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Streaming audio/video files through DSpace

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 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 any body has better idea? Please guide me.

Sanjeev


---
--
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

***
George Kozak
Coordinator
Web Development and Management
Digital Media Group
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED] 



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

DISCLAIMER:The information contained in this message and the attachments (if 
any) may be privileged and confidential and protected from disclosure. You are 
hereby notified that any unauthorized use, dissemination, distribution or 
copying of this communication, review, retransmission, or taking of any action 
based upon this information, by persons or entities other than the intended 
recipient, is strictly prohibited. If you are not the intended recipient or an 
employee or agent responsible for delivering this message, and have received 
this communication in error, please notify us immediately by replying to the 
message and kindly delete the original message, attachments, if any, and all 
its copies from your computer system. Thank you for your cooperation.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Content format MXF

2007-07-11 Thread Dorothea Salo
 Has anyone ever received content in the MXF format?

snip/

I haven't, but I'd recommend you ask your student to convert to AVI,
and then ingest both. A quick Google indicates that MXF has severe
interoperability problems, and I'd be very leery of having it as my
only copy of a video.

Rutgers did a very nice advice-sheet on digital-video preservation
recently: 
http://rucore.libraries.rutgers.edu/collab/ref/dos_avwg_video_obj_standard.pdf

Has anyone ever loaded a
 zip collection of files in dspace?

I have -- Apple's Keynote format is a composite. What I've done is
upload the original as a zip, but also shove it out to PPT and PDF and
ingest those as well. It's perhaps not the most thrilling or
innovative solution, but from a preservation perspective it's not
completely horrible.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2008-04-03 Thread Mark H. Wood
I agree wholeheartedly that a copy of the video should be in the
repository, regardless of other places to which one might refer.

One of the things I wish I had time to do (and might get around to if
no one else does) is to work out ways for external services (such as a
streaming service) to get read-only access directly to DSpace
bitstreams.  It makes a lot more sense to me than building a whole new
e.g. streaming subsystem for DSpace.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpF5jWumSM2b.pgp
Description: PGP signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[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.

Thanks in advance,
Jonathan.
-- 
+=+=+=+=+=+=+=+=+=+=
Jonathan Roby
Digital Collections Developer
Elizabeth Dafoe Library
University of Manitoba
Winnipeg, Manitoba
R3T 2N2
VM:  (204) 474-7053
Fax: (204) 474-7597
+=+=+=+=+=+=+=+=+=+=


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2008-11-10 Thread Dorothea Salo
On Mon, Nov 10, 2008 at 12:43 PM, Jonathan Roby [EMAIL PROTECTED] wrote:

 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.

In a word, no. You'll have to interpose a streaming server in there
somewhere. Search the dspace-tech archives for details.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2009-10-30 Thread Mark Diggory
For DSpace XMLUI, this is simply a matter of creating an appropriate
theme that will support HTML5 as the output format for generated html
content.  This would be an excellent project for those in the
community who are working on DSpace Manakin XMLUI themes to provide as
a contribution and would be most exclusively an exercise in XSLT.

Cheer,
Mark


On Thu, Oct 29, 2009 at 6:32 PM, Mr Havercamp mrhaverc...@gmail.com 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 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, and oga is definitely a mature and well
 established audio format even if it is not as widespread as the
 proprietary MP3 format. Add to this Wikipedia's ongoing out-of-the-box
 support for these open standards, and there is a good chance these
 formats, especially oga, will gain some traction in the mainstream
 Internet community.

 Cheers


 Hayden

 Michael Guthrie wrote:
 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

 *Bio**Med** Central*

 *www.openrepository.com http://www.openrepository.com/*

 
 *From:* Jason Fowler [mailto:jfow...@sbts.edu]
 *Sent:* Wednesday, October 28, 2009 6:16 PM
 *To:* DSpace-tech@lists.sourceforge.net
 *Subject:* [Dspace-tech] HTML5 and the future of DSpace

 There has been a good deal of talk in development circles about the
 future of HTML, especially as it concerns HTML5. Several new elements
 are being added to the HTML standard that seem advantageous to many
 developers. Some new elements like nav, header, footer, and figure,
 are semantically 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 embedded video
 and audio without relying on third party plugins. For example, both
 Firefox 3.5 and Chrome 3 already provide built in support for open
 video and audio created with Vorbis and Theora (ie. .ogv, oga).



 I was curious to know if DSpace developers have given any discussion
 to DSpace and these new developments in HTML5. Will near-future
 versions of DSpace and DSpace themes support these new element tags?
 With open video and audio formats be added to the default metadata
 registry at any time in the near future?





 Jason Fowler, CA, MSLS

 Archives and Special Collections Librarian

 The Southern Baptist Theological Seminary

 Vice President, ALABI

 502-897-4573

 jfow...@sbts.edu



 

 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



 --
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend this year. Jumpstart your
 developing skills, take BlackBerry mobile applications to market and stay
 ahead of the curve. Join us from November 9 - 12, 2009. Register now!
 http://p.sf.net/sfu/devconference
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] large video files in dspace

2011-06-20 Thread Tint Hla Hla Htoo
Hello
We are thinking of storing big video files (1G or 2G) in dspace and have a few 
questions.
1) Since submission can be done using batch importer at backend, I think 
submission is not likely an issue. But anybody ever experience any issue 
uploading large files?
2) Can downloading of such big files be a real problem? any recommended server 
specs? (user population is not big... only about 100)
3) These videos are for long term preservation. Considering that, is it 
advisable to split them?
I'd appreciate if anyone can share the experience of such big files with dspace.

Best regards
Tint
Systems Librarian
NTU Libraries

CONFIDENTIALITY: This email is intended solely for the person(s) named and may 
be confidential and/or privileged. If you are not the intended recipient, 
please delete it, notify us and do not copy, use, or disclose its content. 
Thank you.

Towards A Sustainable Earth: Print Only When Necessary

--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-06-21 Thread Stuart Lewis
Hi Tint,

 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 additional bitstreams to an existing record from front 
 end. But how can I do it from backend? Export item and then import again? Or 
 is there any other way?

The 'itemupdate' command introduced in DSpace 1.6 should allow you to do this.  
See:

 - 
https://wiki.duraspace.org/display/DSDOC/System+Administration#SystemAdministration-ItemUpdate

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Tomcat not publishing webpages

2011-07-13 Thread helix84
INFO: Port busy 8009 java.net.BindException: Address already in use
Jul 12, 2011 3:15:39 PM org.apache.jk.common.ChannelSocket init
SEVERE: Can't find free port 8009 8009

This error indicates that tomcat already runs on port 8009 (possibly
one of the other instances). Therefore this tomcat can't start
listening on that port.

You have 2 options: either clear that up with your IT dept
(recommended) or make sure each of those tomcats uses different ports.

There are several more errors there but they may be just consequences
of this, so let's clear that up first.

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] SWORD deposit issue

2011-07-13 Thread Diwakar Timilsina
I am trying to do a SWORD deposit from one DSpace instance to another. However, 
I am getting two different Handle URI after the SWORD deposit.

Is there any way to have just one Handle URI? Preferably the handle URL issued 
by the target DSpace instance. I could not find any setting at all in 
dspace.cfg for this.

The source DSpace instance is an ETD application called Vireo, developed by the 
Texas Digital Library. It's built on top of DSpace (ver 1.5.x) and it only 
supports SWORD protocol to deposit into target DSpace instance. It does not 
support harvesting.


Any feedback would be highly appreciated.



Thanks.


Diwakar Timilsina
Systems Analyst, UITS
University of Arkansas, Fayetteville
Email: diwa...@uark.edumailto:diwa...@uark.edu
Phone: 479.575.6160

--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-14 Thread Shaw Yu
Hi,

We want to change the login hyperlink so after users login, they can be 
directed to /submissions (or better, to /mydspace. But /mydspace does 
not seem to be available in version 1.7 anymore) . After much struggle, 
I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it 
does not seem to be working. After I made the change and re-start tomcat 
after that, nothing actually happened.

Why 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 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 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/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace suggestions?

2011-07-14 Thread Andrea Schweer
Hi,

On 15/07/11 05:13, Peter Dietz wrote:
 However, there could be a way for people to pool effort to work on 
 common needs.

I like what you describe in terms of sharing information / pooling
efforts to work on common needs. Though I have no idea for a good
platform for that, other than the mailing list or IRC.

As to one of the specific points you mentioned:

 Another group has figured out how to search in SOLR for having a
 wildcard at the start of a query.

I have a working but hackish solution for this that is probably not
efficient enough for production use (I needed it for a one-off query
only). I'm happy to share this if anyone is interested.

cheers,
Andrea

-- 
Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Modifications in Dspace

2011-07-15 Thread Hardik Mishra
Hi Guillermo


If you modify the dspace.cfg in the dspace installation directory, you just 
need to restart Tomcat.


But, If  you change the dspace-src director you need to bring it to the 
installation directory.




Regards
Hardik Mishra
Ahmedabad - Gujarat


Message: 7
Date: Thu, 14 Jul 2011 16:09:19 -0600
From: Guillermo Esteban Murillo Goussen mem...@gmail.com
Subject: [Dspace-tech] Modifications in DSpace
To: dspace-tech@lists.sourceforge.net
Message-ID:
CAMf=-HWpnOiS6aFMF-+oKUku2quF+KaPX5M4_B69HisbSju=w...@mail.gmail.com
Content-Type: text/plain; charset=iso-8859-1

Simple question.  When I have to do a change, for example: change the
webui.supported.locales, I have to modify the dspace.cfg file in the dspace
installation directory or in the dspace-source directory?

-- 
La pureza del alma no se pierde sin consentimiento

--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using ItemImport class

2011-07-15 Thread Heitor Barbieri


Hello, 

I want to import many documents located at different (DSpace's simple archive 
format) directories. 
To do that would use the ItemImport class from my java program but I think it 
is not possible because: 
a) the addItems() method is private 
b) the main() function calls System.exit() 

Is there another way to do that task without using that class? 

Why don't I put all files in the same directory? It's because the number of 
documents to import is too large, so I 
have to divide then into many directories. 

Thanks for your attention. 

Heitor Barbieri 
BIREME/PAHO/WHO 





--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Changing Thumbnails

2011-08-10 Thread Owen Williams
Hello,
  I'm developing code to produce sliders or carousels of thumbnails.
We're hoping to include video in our repository www.dora.dmu.ac.uk.  I
thought I could add a thumbnail upload at the point where a bitstream is
uploaded.  But I found that the preferred method is to use:


dspace filter-media 

I think, though and people on this list agree, that the user should be
able to choose the thumbnail for a video, or any media, because the
automated process is too indiscriminate.

I'm hoping that I can produce something where the automated process is
backed up by the chance to change the thumbnail with one the user
chooses.

Has anyone done something like it?  Is this a good approach?

Best regards,

Owen.


signature.asc
Description: This is a digitally signed message part
--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace / Kaltura integration

2011-08-19 Thread George S Kozak
This is posted on behalf of David Ruddy, who coordinates activities related to 
our institutional repository at Cornell.

-
Cornell's central campus IT has recently begun working with Kaltura to provide 
video services across campus. In the Library, we'd like to see some degree of 
integration between our DSpace IR and Kaltura, such as streaming capabilities 
for video content in our IR.

We're just beginning to explore such integration and wondering if others in the 
DSpace community have already done so, or are interested in collaborating.

If you operate both DSpace and Kaltura and have attempted integration, or are 
interested in integration, please let me know.

Thanks,

David Ruddy
d...@cornell.edu
607.255.6803



George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CULIT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924
--
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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 sam...@willamette.edu 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 problem.

[1] http://httpd.apache.org/docs/current/mod/mod_headers.html


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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.bhaveshpatel.info
   - www.onlinequizportal.com
   - www.hindisuvichar.com

Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Users and groups

2014-08-20 Thread Hilton Gibson
Hi Magnus

Maybe this will help:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Item_and_Collection_Permissions

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://scholar.sun.ac.za
http://bit.ly/goodir
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 20 August 2014 20:36, Magnus Norberg mango_pa...@hotmail.com wrote:

 Hi!

 What is the difference between setting policys here?





 comparing to here?




 thanks!
 /Magnus




 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage2 Error

2014-09-05 Thread Bram Luyten
Hi Bill,

thanks for the report. On which page are you getting this? All pages?

thanks,

Bram

-- 
[image: logo]
*Bram Luyten* +1 202 684 6365
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com
http://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml



On 3 September 2014 17:32, Bill Tantzen wile...@gmail.com wrote:

 Hi all!

 Using DSpace 4.2 with the new Mirage2 theme, I am seeing a javascript
 error:

   Unknown template object: function

 at

   handlebars.js line 455  and line 644

 seemingly with no ill effects, but I'd like to track down the source
 of the problem and get rid of it!

 Any ideas?
 Thanks,
 Bill


 --
 Slashdot TV.
 Video for Nerds.  Stuff that matters.
 http://tv.slashdot.org/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Problems with create-administrator command during install‏

2014-09-19 Thread Tim Donohue
Try running:

./dspace create-administrator

It's possible that the ../dspace/bin/ directory is just not in your 
PATH, so it may not be seeing the dspace script in that directory.

- Tim

On 9/19/2014 9:25 AM, ʚïɞ...liss ...εïз wrote:
 I just installed dspace 4.2 and I can see good in the explorer
 (...:8080/jspui  it's ok) but with the dspace create-administrator  I
 get this error


 .../dspace/bin# dspace create-administrator
 -bash: dspace: no se encontró la orden


 Could somebody helpme?

 thanks.


 --
 Slashdot TV.  Video for Nerds.  Stuff that Matters.
 http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Slashdot TV.  Video for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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 de Santa Fe
San Martín 2466 (S3000FSB) Santa Fe




smime.p7s
Description: Firma criptográfica S/MIME
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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

2015-02-12 Thread Fernando Pereira Filgueiras
Hi everybody!

Something is wrong with my environment! (its a  new install and
configuration)
At first, when I try to reproduce some video through website, only download
is occuring.
Take a look at this single file, and try to open it directly:

http://tv.eeferp.usp.br:8080/xmlui/handle/123456789/18

Can someone help me?

Thanks in advance.


Fernando P. Filgueiras
http://fpfdesigntech.com.br http://fpfdesigntech.hdfree.com.br
fernando.filguei...@usp.br
+55 16 9 9231-4794 (Cel Phone)
+55 16 2138-4284 (office)
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 flow optimalization etc. (it is usual that the 
servers providing video files are overloaded from time to time, especially 
when students download captured lessons at the end of the term before 
exams :-)). That's why we have used the symbolic linking - all the things 
for optimizing doesn't depend on anything in DSpace.

   However I can't say there's no better way how to solve it. The 
symlinking seemed to be the most elegant way at that time.

   That's all I would like to add :-)

   Vlastik


On Sun, 25 Nov 2007, NS Hashmi,  Information Systems and Computing wrote:

 Hi, do you have a demo in action? I assume 'actual stream' refers to the
 file prior to becoming a bitstream located in the asset store?

 For info :-
 http://wiki.dspace.org/index.php/SymlinkDSpace

 Naveed

 Date: Fri, 23 Nov 2007 10:08:34 -0500
 From: Mark H. Wood [EMAIL PROTECTED]
 Subject: Re: [Dspace-tech] streaming video?
 To: dspace-tech@lists.sourceforge.net
 Message-ID: [EMAIL PROTECTED]
 Content-Type: text/plain; charset=us-ascii

 I've tinkered a bit with storing an item consisting of a SMIL document
 that points at the actual stream.  I got it to work but we haven't
 used this in production yet.

 -- 
 Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
 Typically when a software vendor says that a product is intuitive he
 means the exact opposite.


 
 Naveed Hashmi
 Information Systems and Computing
 University of Bristol
 [EMAIL PROTECTED]



 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Fwd: Video Submission

2010-09-20 Thread César Sabater
 Hello, I'm a DSpace 1.5.2 administrator and I need to know how good is
DSpace support for large videos in general, alternative solutions, sites
related to this topic, etc.
Thanks.
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace -xmlui collections

2010-11-08 Thread simharaju meher
Hi all!

Iam new to dspace, just would like to know , is it possible to have
different input-forms based on collections in the xmlui.


Regards
Meher.
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] xml bitstreams

2010-11-08 Thread simharaju meher
Hi all!

Iam new to Dspace, if a bitstream to an item is an xml file, is it possible
to translate into xhtml.


Regards
Meher
--
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Hi,friend

2010-11-10 Thread Amrit Pal
http://bit.ly/c3TlML


  --
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book Blueprint to a 
Billion shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-14 Thread Shaw Yu
Thanks Peter and Christof.

Yes, I think that's the right dspace.cfg file that I edited.

The only thing that I can think of is that we use LDAP login instead of 
the basic password login. I now guess that's the problem. Does anybody 
know how to make it work using LDAP login?

Thanks.

Peter Dietz wrote:

 Hello Shaw,

 The login redirect works fine for our system, and for many that I'm 
 aware of.
 Are you sure you're changing the right dspace.cfg?

 The right file to edit is [dspace]/config/dspace.cfg, where [dspace] 
 is typically /dspace, or C:/dspace


 Be sure to try various values for loginredirect too just to test that 
 it is working, and make sure its not commented out by having a # 
 before the line.
 xmlui.user.loginredirect=/submissions
 xmlui.user.loginredirect=/profile
 xmlui.user.loginredirect=/
 xmlui.user.loginredirect=/submit


 I don't know if this will help solve anything, but are you logging in 
 using the basic password login, or through shibboleth?




 Peter Dietz



 On Thu, Jul 14, 2011 at 10:18 AM, Shaw Yu x...@vcu.edu 
 mailto:x...@vcu.edu wrote:

 Hi,

 We want to change the login hyperlink so after users login, they
 can be
 directed to /submissions (or better, to /mydspace. But /mydspace
 does
 not seem to be available in version 1.7 anymore) . After much
 struggle,
 I finally found 'xmlui.user.loginredirect=' in dspace.cfg. However, it
 does not seem to be working. After I made the change and re-start
 tomcat
 after that, nothing actually happened.

 Why 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 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 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/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 mailto:DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-15 Thread Tim Donohue
Hello,

I'm not sure I fully understand what you mean by client access is not 
possible?  Do you mean that DSpace is not accessible via the web?

Is it possible that a firewall could be blocking the port you are using 
to access DSpace?  For example, if you are running Tomcat on port 8080, 
you should make sure that port is not being blocked by a system firewall.

You also may want to check your dspace log files to see if any error 
messages are appearing there (it looks like you only attached your 
Tomcat logs, which don't give enough information about what may be going 
on).

Here's a How-To guide which should help you locate those logs and 
troubleshoot any error messages:
https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error

If you notice errors in your DSpace logs that don't make sense, feel 
free to forward the error messages to this mailing list, and we'll try 
to help you resolve the problem.

- Tim

On 7/15/2011 1:08 AM, shiva kumara wrote:


 Hi All,

 This is from Shivakumara RM, working as librarian in Bangalore. I have
 installed Dspace 1.7.0 on Windows Platform.It was working fine and it
 was access by LAN also. Since last week Dspace is working well with the
 stand alone system only not in LAN. It is not access by the Clients in
 the sense other systems.

 I do not know what problem is associated with Dspace. Kindly help me in
 this regard.

 Do find an log file of Dspace and Tomcat




 --

 Thanking you,
 Shivakumara RM
 http://sites.google.com/site/aigslibrary



 --
 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/sfu/appsumosfdev2dev



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
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/sfu/appsumosfdev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2011-07-15 Thread Vinit
Dear Shiva,

I guess your router allots IP address using DHCP, sometimes this causes
reallocation of IP with different number (Due to shutting down the machine
for a long time or a router restart). So kindly check the IP you have given
in dspace.cfg is same as the current IP of your server.

Best solution would be to put the hostname in dspace.cfg than writing IP
number. So that you could access DSpace using
http://your_machines_hostname.local:8080/jspui (In LAN only)

Hope it solves your issue.


On 14 July 2011 10:37, shiva kumara shivu...@gmail.com wrote:

 Hi All,

 This is from Shivakumara RM, working as librarian in Bangalore. I have
 installed Dspace 1.7.0 on Windows Platform.It was working fine and it was
 access by LAN also. Since last week Dspace is working well with the stand
 alone system only not in LAN. It is not access by the Clients in the sense
 other systems.

 I do not know what problem is associated with Dspace. Kindly help me in
 this regard.

 Do find an log file of Dspace and Tomcat



 --
 Thanking you,
 Shivakumara RM
 http://sites.google.com/site/aigslibrary



 --
 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/sfu/appsumosfdev2dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Regards
Vinit Kumar
Assistant Professor,
Dr. Ranganathan Institute of Library and Information Science
Bundelkhand University
Jhansi, U.P. 284128
Alt email: vi...@drtc.isibang.ac.in
Home page: http://drtc.isibang.ac.in/~vinit
===
Join DLRG : http://drtc.isibang.ac.in/dlrg
Submit your articles to LDL : https://drtc.isibang.ac.in/
--
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/sfu/appsumosfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Hit Hightlighting

2013-01-10 Thread helix84
You first have to run filter-media, then index-update and
update-discovery-index.
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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://wiki.lib.sun.ac.za/index.php/SUNScholar/Customisation

Cheers

hg

*Hilton Gibson*
Ubuntu Linux Systems Administrator
JS Gericke Library
Room 1025D
Stellenbosch University
Private Bag X5036
Stellenbosch
7599
South Africa

Tel: +27 21 808 4100 | Cell: +27 84 646 4758
http://library.sun.ac.za
http://za.linkedin.com/in/hiltongibson


On 2 January 2014 14:34, Rahul Samaria rahul.sama...@akshayapatra.orgwrote:

  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 video (with steps) would be very helpful.



 Thanks and Regards,

 Rahul Samaria


 --
 Rapidly troubleshoot problems before they affect your business. Most IT
 organizations don't have a clear picture of how application performance
 affects their revenue. With AppDynamics, you get 100% visibility into your
 Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics
 Pro!
 http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] vocabularies onside inputfroms.xml

2014-08-22 Thread Webshet, Sisay (ILRI)
Hi All,

we are using dspace3.2 xmlui  version. Can anybody has a knowledge to set up a 
dropdown list outside the submission form(inputforms.xml)
this targets to minimize the  list of vocabularies inside inputfroms.xml
Thanks
Sisay

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] View DRI for item submission?

2014-08-27 Thread Bill Tantzen
In DSpace 4.2, xmlui.

I have been tasked with customization of the item submission pages,
and I don't seem to be able to view the underlying DRI as I normally
would.  Interposing DRI in the url and appending ?XML both result in
a Page cannot be found error.

Is there a way to accomplish this?

Thanks!
Bill

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] Mirage2 Error

2014-09-03 Thread Bill Tantzen
Hi all!

Using DSpace 4.2 with the new Mirage2 theme, I am seeing a javascript error:

  Unknown template object: function

at

  handlebars.js line 455  and line 644

seemingly with no ill effects, but I'd like to track down the source
of the problem and get rid of it!

Any ideas?
Thanks,
Bill

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


  1   2   3   4   5   6   7   8   9   10   >