vanlummelhuizen / ASL-ELAN

2 stars 0 forks source link

Display Signbank video when hovering over a gloss in the timeline #8

Closed ocrasborn closed 7 years ago

ocrasborn commented 8 years ago
vanlummelhuizen commented 8 years ago

@ocrasborn For now I implemented this so that if you hold the Ctrl button while hovering over a annotation, it will show the video. You could test this with the latest jar, but you will have the CV videos in order.

ocrasborn commented 8 years ago

Note: the videos on a mac have to be in ~/Library/Preferences/ELAN/videos/cvvideos// @vanlummelhuizen:

vanlummelhuizen commented 8 years ago

@ocrasborn Linux: ~/.elan_data/videos/cvvideos Windows: C:\Users\<username>\.elan_data\videos\cvvideos

I will remove the two-character subfolder.

The reference to the folder containing CV videos could be based on the CV name, so <..>/.elan_data/videos/cvvideos/<CV_name>/gloss0001.mpg etc. The videos should be named using the entry ID plus extension. This could mean users needs to do some renaming before being able to use the videos.

ocrasborn commented 8 years ago
henrinie commented 6 years ago

@vanlummelhuizen Didn't know where I should ask this, sorry for picking an old issue. I have a couple of questions:

vanlummelhuizen commented 6 years ago

No problem.

I am afraid showing videos directly from a URL is not something that I will be able to implement anytime soon.

The HTTPS issue is not solved because ELAN on Mac still uses Java6. I am not sure whether Han Sloetjes (main developer of ELAN) is in the process of rewriting things for higher versions of Java. The work around we used involved a downgrade of the server's SSL/TLS certificate. Not ideal but necessary to keep people working with ELAN+Signbank.

ocrasborn commented 6 years ago

Han tells me he is working on that bit by bit, yes. Should still take quite some time (min. few months, if not more).

henrinie commented 6 years ago

@ocrasborn Thanks for the update on that, great to hear that it is being worked on!