teltek / PuMuKIT2-geant-bundle

0 stars 2 forks source link

ELTE videos were not imported (no valid playable resource found) #43

Closed Alfro closed 8 years ago

Alfro commented 8 years ago

@vogias Executing the last sync on the staging environment we saw no ELTE videos were imported. The reason is the strange url format in the feed. They have two items:

manifestations: {
    items: [
        {
            broken: false,
            url: "http://hdl.handle.net/10831/10968"
        },
        {
            broken: false,
            url: "LOMS: https://edit.elte.hu/xmlui/bitstream/10831/10968/1/T%C3%89GLATORNA.flv"
        }
    ],
    ...
}

The first is the url to a page, and the second the actual .flv video. A normal 'manifestations' file has the following structure:

manifestations: {
    items: {
        broken: false,
        url: "http://youtu.be/M1rKp51EUA0"
    },
    ...
}

Issues:

vogias commented 8 years ago

@Alfro Thanks for the info. I will try to fix it during harvesting.I will keep the flv only URL.

vogias commented 8 years ago

@Alfro Done!

Alfro commented 8 years ago

@vogias Great! We will execute the script again ASAP and check the videos are playing correctly.

Alfro commented 8 years ago

ELTE videos were correctly imported now. Closing issue.

silviabf commented 8 years ago

Steps:

Problem: When you click on a video instead of play it, a window to download the video is opens. And as you can see in the attached capture, the dates seem correct but a warning is shown. capture_elte

Alfro commented 8 years ago

Alright, I modified the script to mark as 'playable' the flv files. They won't be visible if the user is using a mobile phone though.

vogias commented 8 years ago

@Alfro This could be closed