List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&offset=2850&ordering=description
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2900&ordering=description",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=2800&ordering=description",
    "results": [
        {
            "id": 625573,
            "name": "Daily Tech News Show 04. May 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625573/large_thumb/DTNS20160504.jpg",
                "original": "https://upload.frikanalen.no/media/625573/original/DTNS20160504.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625573/small_thumb/DTNS20160504.jpg",
                "theora": "https://upload.frikanalen.no/media/625573/theora/DTNS20160504.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625573/broadcast/DTNS20160504.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:35.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6338vid",
            "createdTime": "2016-05-23T15:17:03.617216Z",
            "updatedTime": "2018-11-10T18:29:27.066695Z",
            "uploadedTime": "2016-05-23T16:05:27.744596Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625573/theora/DTNS20160504.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625573/large_thumb/DTNS20160504.jpg"
        },
        {
            "id": 625772,
            "name": "Coreboot - fast, free and secure computer firmware",
            "header": "Coreboot is an extended firmware platform that delivers a lightning fast and secure boot experience on modern computers and embedded systems.\r\n\r\nIntroduction to coreboot ecosystem and the obstacles industry puts on our wishes of a true computer ownership that starts from open firmware. We will have a quick view of the various projects under the coreboot umbrella and how these have evolved in last 15 or so years. We shall cover topics around securing firmware, review and validation process of coreboot source and the goal of leaving minimal attack surfaces behind (keep-it-simple stupid).\r\n\r\nKyösti is a coreboot enthusiast and has been a developer since 2010, with main interests on low-level debugging tools and reverse-engineering on x86.\r\n\r\nNUUG talk from 2016-09-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625772/small_thumb/20160913-coreboot-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625772/broadcast/20160913-coreboot-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:55.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-09-14T16:34:54.833568Z",
            "updatedTime": "2018-11-10T18:29:26.741614Z",
            "uploadedTime": "2016-09-14T16:36:38.550496Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625772/theora/20160913-coreboot-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625772/large_thumb/20160913-coreboot-frikanalen.jpg"
        },
        {
            "id": 625771,
            "name": "Daily Tech News Show 06. September 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625771/theora/dtns20160906.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625771/broadcast/dtns20160906.dv",
                "original": "https://upload.frikanalen.no/media/625771/original/dtns20160906.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625771/large_thumb/dtns20160906.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625771/small_thumb/dtns20160906.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:09:16.300000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7409vid",
            "createdTime": "2016-09-07T09:54:45.083155Z",
            "updatedTime": "2018-11-10T18:29:26.743015Z",
            "uploadedTime": "2016-09-07T09:54:50.138562Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625771/theora/dtns20160906.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625771/large_thumb/dtns20160906.jpg"
        },
        {
            "id": 625770,
            "name": "Daily Tech News Show 02. September 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625770/large_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625770/small_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625770/broadcast/DTNS-2848-Time-Is-Of-The-Obsolescence.dv",
                "theora": "https://upload.frikanalen.no/media/625770/theora/DTNS-2848-Time-Is-Of-The-Obsolescence.ogv",
                "original": "https://upload.frikanalen.no/media/625770/original/DTNS-2848-Time-Is-Of-The-Obsolescence.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:51.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7389vid",
            "createdTime": "2016-09-07T09:05:59.157531Z",
            "updatedTime": "2018-11-10T18:29:26.744395Z",
            "uploadedTime": "2016-09-07T09:06:05.832798Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625770/theora/DTNS-2848-Time-Is-Of-The-Obsolescence.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625770/large_thumb/DTNS-2848-Time-Is-Of-The-Obsolescence.jpg"
        },
        {
            "id": 625769,
            "name": "Daily Tech News Show 01. September 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625769/theora/DTNS-2847-%E2%80%93-Advertitlement.ogv",
                "original": "https://upload.frikanalen.no/media/625769/original/DTNS-2847-%E2%80%93-Advertitlement.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625769/broadcast/DTNS-2847-%E2%80%93-Advertitlement.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7375vid",
            "createdTime": "2016-09-02T10:40:47.938629Z",
            "updatedTime": "2018-11-10T18:29:26.745754Z",
            "uploadedTime": "2016-09-02T10:40:52.986755Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625769/theora/DTNS-2847-%E2%80%93-Advertitlement.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 625768,
            "name": "Daily Tech News Show 31. August 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625768/large_thumb/DTNS-2846-",
                "smallThumb": "https://upload.frikanalen.no/media/625768/small_thumb/DTNS-2846-",
                "theora": "https://upload.frikanalen.no/media/625768/theora/DTNS-2846-%E2%80%93-Scott-Johnson-%26-Evan-Koblentz.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625768/broadcast/DTNS-2846-%E2%80%93-Scott-Johnson-%26-Evan-Koblentz.dv",
                "original": "https://upload.frikanalen.no/media/625768/original/DTNS-2846-%E2%80%93-Scott-Johnson-%26-Evan-Koblentz.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:15.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7360vid",
            "createdTime": "2016-09-01T09:20:24.717320Z",
            "updatedTime": "2018-11-10T18:29:26.747105Z",
            "uploadedTime": "2016-09-01T09:20:30.587022Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625768/theora/DTNS-2846-%E2%80%93-Scott-Johnson-%26-Evan-Koblentz.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625768/large_thumb/DTNS-2846-"
        },
        {
            "id": 625767,
            "name": "Daily Tech News Show 30. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625767/broadcast/DTNS-2845---All-Fun-And-Games_Medium_480p.dv",
                "theora": "https://upload.frikanalen.no/media/625767/theora/DTNS-2845---All-Fun-And-Games_Medium_480p.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625767/small_thumb/DTNS-2845---All-Fun-And-Games_Medium_480p.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625767/large_thumb/DTNS-2845---All-Fun-And-Games_Medium_480p.jpg",
                "original": "https://upload.frikanalen.no/media/625767/original/DTNS-2845---All-Fun-And-Games_Medium_480p.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:40.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7338vid",
            "createdTime": "2016-08-31T12:28:32.704858Z",
            "updatedTime": "2018-11-10T18:29:26.748468Z",
            "uploadedTime": "2016-08-31T12:28:38.545555Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625767/theora/DTNS-2845---All-Fun-And-Games_Medium_480p.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625767/large_thumb/DTNS-2845---All-Fun-And-Games_Medium_480p.jpg"
        },
        {
            "id": 625766,
            "name": "Daily Tech News Show 29. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625766/theora/DTNS-2844-%E2%80%93-Snowden-Approved.ogv",
                "original": "https://upload.frikanalen.no/media/625766/original/DTNS-2844-%E2%80%93-Snowden-Approved.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625766/broadcast/DTNS-2844-%E2%80%93-Snowden-Approved.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:34.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7322vid",
            "createdTime": "2016-08-30T10:41:29.073826Z",
            "updatedTime": "2018-11-10T18:29:26.749983Z",
            "uploadedTime": "2016-08-30T10:41:35.330738Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625766/theora/DTNS-2844-%E2%80%93-Snowden-Approved.ogv",
            "largeThumbnailUrl": "/static/default_large_thumbnail.png"
        },
        {
            "id": 625765,
            "name": "Daily Tech News Show 26. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625765/broadcast/DTNS20160826.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625765/small_thumb/DTNS20160826.jpg",
                "original": "https://upload.frikanalen.no/media/625765/original/DTNS20160826.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:01.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7296vid",
            "createdTime": "2016-08-29T06:22:59.671520Z",
            "updatedTime": "2018-11-10T18:29:26.751339Z",
            "uploadedTime": "2016-08-29T06:23:06.772974Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625765/theora/DTNS20160826.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625765/large_thumb/DTNS20160826.jpg"
        },
        {
            "id": 625764,
            "name": "Daily Tech News Show 25. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625764/broadcast/DTNS20160825.dv",
                "theora": "https://upload.frikanalen.no/media/625764/theora/DTNS20160825.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625764/small_thumb/DTNS20160825.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625764/large_thumb/DTNS20160825.jpg",
                "original": "https://upload.frikanalen.no/media/625764/original/DTNS20160825.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:40.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7289vid",
            "createdTime": "2016-08-26T13:20:34.282100Z",
            "updatedTime": "2018-11-10T18:29:26.752740Z",
            "uploadedTime": "2016-08-26T13:20:48.746933Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625764/theora/DTNS20160825.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625764/large_thumb/DTNS20160825.jpg"
        },
        {
            "id": 625763,
            "name": "Daily Tech News Show 24. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625763/theora/DTNS20160824.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625763/broadcast/DTNS20160824.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625763/small_thumb/DTNS20160824.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625763/large_thumb/DTNS20160824.jpg",
                "original": "https://upload.frikanalen.no/media/625763/original/DTNS20160824.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:50.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7277vid",
            "createdTime": "2016-08-25T11:23:04.156786Z",
            "updatedTime": "2018-11-10T18:29:26.754148Z",
            "uploadedTime": "2016-08-25T11:23:48.608939Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625763/theora/DTNS20160824.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625763/large_thumb/DTNS20160824.jpg"
        },
        {
            "id": 625762,
            "name": "Daily Tech News Show 23. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625762/broadcast/DTNS20160823.dv",
                "theora": "https://upload.frikanalen.no/media/625762/theora/DTNS20160823.ogv",
                "original": "https://upload.frikanalen.no/media/625762/original/DTNS20160823.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625762/small_thumb/DTNS20160823.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625762/large_thumb/DTNS20160823.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:25.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7269vid",
            "createdTime": "2016-08-25T10:34:51.312994Z",
            "updatedTime": "2018-11-10T18:29:26.755556Z",
            "uploadedTime": "2016-08-25T10:34:57.992574Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625762/theora/DTNS20160823.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625762/large_thumb/DTNS20160823.jpg"
        },
        {
            "id": 625761,
            "name": "Daily Tech News Show 22. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625761/theora/DTNS20160822.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625761/broadcast/DTNS20160822.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625761/small_thumb/DTNS20160822.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625761/large_thumb/DTNS20160822.jpg",
                "original": "https://upload.frikanalen.no/media/625761/original/DTNS20160822.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:41:45.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7259vid",
            "createdTime": "2016-08-23T09:01:24.551249Z",
            "updatedTime": "2018-11-10T18:29:26.756907Z",
            "uploadedTime": "2016-08-23T09:01:28.847734Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625761/theora/DTNS20160822.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625761/large_thumb/DTNS20160822.jpg"
        },
        {
            "id": 625760,
            "name": "Daily Tech News Show 19. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625760/theora/DTNS20160819.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625760/broadcast/DTNS20160819.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625760/small_thumb/DTNS20160819.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625760/large_thumb/DTNS20160819.jpg",
                "original": "https://upload.frikanalen.no/media/625760/original/DTNS20160819.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:50.110000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7242vid",
            "createdTime": "2016-08-23T08:15:29.717540Z",
            "updatedTime": "2018-11-10T18:29:26.758362Z",
            "uploadedTime": "2016-08-23T08:15:34.995088Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625760/theora/DTNS20160819.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625760/large_thumb/DTNS20160819.jpg"
        },
        {
            "id": 625759,
            "name": "Daily Tech News Show 18. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625759/broadcast/DTNS20160818.dv",
                "theora": "https://upload.frikanalen.no/media/625759/theora/DTNS20160818.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625759/small_thumb/DTNS20160818.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625759/large_thumb/DTNS20160818.jpg",
                "original": "https://upload.frikanalen.no/media/625759/original/DTNS20160818.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:14.580000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7233vid",
            "createdTime": "2016-08-23T07:25:17.729829Z",
            "updatedTime": "2018-11-10T18:29:26.759841Z",
            "uploadedTime": "2016-08-23T07:25:32.799898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625759/theora/DTNS20160818.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625759/large_thumb/DTNS20160818.jpg"
        },
        {
            "id": 625758,
            "name": "Daily Tech News Show 17. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625758/broadcast/DTNS20160817.dv",
                "theora": "https://upload.frikanalen.no/media/625758/theora/DTNS20160817.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625758/small_thumb/DTNS20160817.jpg",
                "original": "https://upload.frikanalen.no/media/625758/original/DTNS20160817.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625758/large_thumb/DTNS20160817.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:08:30.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7224vid",
            "createdTime": "2016-08-18T11:37:48.140464Z",
            "updatedTime": "2018-11-10T18:29:26.761199Z",
            "uploadedTime": "2016-08-18T11:38:02.252411Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625758/theora/DTNS20160817.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625758/large_thumb/DTNS20160817.jpg"
        },
        {
            "id": 625757,
            "name": "Daily Tech News Show 16. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625757/theora/DTNS20160816.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625757/broadcast/DTNS20160816.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625757/small_thumb/DTNS20160816.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625757/large_thumb/DTNS20160816.jpg",
                "original": "https://upload.frikanalen.no/media/625757/original/DTNS20160816.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:10.770000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7217vid",
            "createdTime": "2016-08-17T14:00:01.584008Z",
            "updatedTime": "2018-11-10T18:29:26.762551Z",
            "uploadedTime": "2016-08-17T14:00:07.332687Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625757/theora/DTNS20160816.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625757/large_thumb/DTNS20160816.jpg"
        },
        {
            "id": 625756,
            "name": "Daily Tech News Show 15. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625756/theora/DTNS20160815.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625756/broadcast/DTNS20160815.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625756/small_thumb/DTNS20160815.jpg",
                "original": "https://upload.frikanalen.no/media/625756/original/DTNS20160815.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625756/large_thumb/DTNS20160815.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:53:39.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7208vid",
            "createdTime": "2016-08-16T08:07:27.701824Z",
            "updatedTime": "2018-11-10T18:29:26.763924Z",
            "uploadedTime": "2016-08-16T08:07:33.858772Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625756/theora/DTNS20160815.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625756/large_thumb/DTNS20160815.jpg"
        },
        {
            "id": 625755,
            "name": "Daily Tech News Show 12. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625755/theora/DTNS20160812.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625755/broadcast/DTNS20160812.dv",
                "original": "https://upload.frikanalen.no/media/625755/original/DTNS20160812.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625755/large_thumb/DTNS20160812.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625755/small_thumb/DTNS20160812.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:30.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7188vid",
            "createdTime": "2016-08-15T15:46:18.883687Z",
            "updatedTime": "2018-11-10T18:29:26.765455Z",
            "uploadedTime": "2016-08-15T15:46:23.291130Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625755/theora/DTNS20160812.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625755/large_thumb/DTNS20160812.jpg"
        },
        {
            "id": 625754,
            "name": "Daily Tech News Show 11. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625754/theora/DTNS20160811.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625754/broadcast/DTNS20160811.dv",
                "original": "https://upload.frikanalen.no/media/625754/original/DTNS20160811.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625754/small_thumb/DTNS20160811.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625754/large_thumb/DTNS20160811.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:59:25.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7177vid",
            "createdTime": "2016-08-15T14:56:36.600349Z",
            "updatedTime": "2018-11-10T18:29:26.766850Z",
            "uploadedTime": "2016-08-15T14:56:41.150452Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625754/theora/DTNS20160811.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625754/large_thumb/DTNS20160811.jpg"
        },
        {
            "id": 625753,
            "name": "Daily Tech News Show 10. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625753/broadcast/DTNS20160810.dv",
                "theora": "https://upload.frikanalen.no/media/625753/theora/DTNS20160810.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625753/large_thumb/DTNS20160810.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625753/small_thumb/DTNS20160810.jpg",
                "original": "https://upload.frikanalen.no/media/625753/original/DTNS20160810.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:55.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7169vid",
            "createdTime": "2016-08-15T14:07:44.471987Z",
            "updatedTime": "2018-11-10T18:29:26.768475Z",
            "uploadedTime": "2016-08-15T14:07:48.916342Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625753/theora/DTNS20160810.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625753/large_thumb/DTNS20160810.jpg"
        },
        {
            "id": 625752,
            "name": "Daily Tech News Show 09. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625752/broadcast/DTNS20160809.dv",
                "theora": "https://upload.frikanalen.no/media/625752/theora/DTNS20160809.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625752/large_thumb/DTNS20160809.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625752/small_thumb/DTNS20160809.jpg",
                "original": "https://upload.frikanalen.no/media/625752/original/DTNS20160809.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:47:09.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7162vid",
            "createdTime": "2016-08-15T13:28:39.357087Z",
            "updatedTime": "2018-11-10T18:29:26.769936Z",
            "uploadedTime": "2016-08-15T13:28:43.742198Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625752/theora/DTNS20160809.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625752/large_thumb/DTNS20160809.jpg"
        },
        {
            "id": 625751,
            "name": "Daily Tech News Show 08. August 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625751/theora/DTNS20160808.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625751/broadcast/DTNS20160808.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625751/large_thumb/DTNS20160808.jpg",
                "original": "https://upload.frikanalen.no/media/625751/original/DTNS20160808.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625751/small_thumb/DTNS20160808.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:19.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7148vid",
            "createdTime": "2016-08-15T12:46:36.852454Z",
            "updatedTime": "2018-11-10T18:29:26.771315Z",
            "uploadedTime": "2016-08-15T12:46:41.461308Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625751/theora/DTNS20160808.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625751/large_thumb/DTNS20160808.jpg"
        },
        {
            "id": 625750,
            "name": "Daily Tech News Show 05. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625750/broadcast/DTNS20160805.dv",
                "theora": "https://upload.frikanalen.no/media/625750/theora/DTNS20160805.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625750/large_thumb/DTNS20160805.jpg",
                "original": "https://upload.frikanalen.no/media/625750/original/DTNS20160805.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625750/small_thumb/DTNS20160805.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:30.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7134vid",
            "createdTime": "2016-08-15T12:05:32.683412Z",
            "updatedTime": "2018-11-10T18:29:26.772678Z",
            "uploadedTime": "2016-08-15T12:05:39.678087Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625750/theora/DTNS20160805.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625750/large_thumb/DTNS20160805.jpg"
        },
        {
            "id": 625749,
            "name": "Daily Tech News Show 04. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625749/broadcast/DTNS20160804.dv",
                "theora": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625749/small_thumb/DTNS20160804.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg",
                "original": "https://upload.frikanalen.no/media/625749/original/DTNS20160804.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:00.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7121vid",
            "createdTime": "2016-08-15T11:20:41.665166Z",
            "updatedTime": "2018-11-10T18:29:26.774012Z",
            "uploadedTime": "2016-08-15T11:20:45.999916Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625749/theora/DTNS20160804.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625749/large_thumb/DTNS20160804.jpg"
        },
        {
            "id": 625748,
            "name": "Daily Tech News Show 03. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625748/broadcast/DTNS20160803.dv",
                "theora": "https://upload.frikanalen.no/media/625748/theora/DTNS20160803.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625748/large_thumb/DTNS20160803.jpg",
                "original": "https://upload.frikanalen.no/media/625748/original/DTNS20160803.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625748/small_thumb/DTNS20160803.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:05.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7113vid",
            "createdTime": "2016-08-15T10:31:53.795070Z",
            "updatedTime": "2018-11-10T18:29:26.775382Z",
            "uploadedTime": "2016-08-15T10:31:58.987376Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625748/theora/DTNS20160803.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625748/large_thumb/DTNS20160803.jpg"
        },
        {
            "id": 625747,
            "name": "Daily Tech News Show 02. August 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625747/broadcast/DTNS20160802.dv",
                "theora": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625747/small_thumb/DTNS20160802.jpg",
                "original": "https://upload.frikanalen.no/media/625747/original/DTNS20160802.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:50.450000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7101vid",
            "createdTime": "2016-08-03T21:39:37.491164Z",
            "updatedTime": "2018-11-10T18:29:26.776942Z",
            "uploadedTime": "2016-08-03T21:39:42.428405Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625747/theora/DTNS20160802.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625747/large_thumb/DTNS20160802.jpg"
        },
        {
            "id": 625745,
            "name": "Daily Tech News Show 29. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625745/theora/DTNS20160729.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625745/broadcast/DTNS20160729.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625745/large_thumb/DTNS20160729.jpg",
                "original": "https://upload.frikanalen.no/media/625745/original/DTNS20160729.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625745/small_thumb/DTNS20160729.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:59.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7069vid",
            "createdTime": "2016-08-01T17:53:17.228420Z",
            "updatedTime": "2018-11-10T18:29:26.779778Z",
            "uploadedTime": "2016-08-01T17:53:22.343239Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625745/theora/DTNS20160729.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625745/large_thumb/DTNS20160729.jpg"
        },
        {
            "id": 625744,
            "name": "Daily Tech News Show 28. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625744/broadcast/DTNS20160728.dv",
                "theora": "https://upload.frikanalen.no/media/625744/theora/DTNS20160728.ogv",
                "original": "https://upload.frikanalen.no/media/625744/original/DTNS20160728.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625744/large_thumb/DTNS20160728.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625744/small_thumb/DTNS20160728.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:56:39.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7062vid",
            "createdTime": "2016-08-01T17:07:01.822852Z",
            "updatedTime": "2018-11-10T18:29:26.781239Z",
            "uploadedTime": "2016-08-01T17:07:07.735405Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625744/theora/DTNS20160728.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625744/large_thumb/DTNS20160728.jpg"
        },
        {
            "id": 625743,
            "name": "Daily Tech News Show 27. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625743/broadcast/DTNS20160727.dv",
                "theora": "https://upload.frikanalen.no/media/625743/theora/DTNS20160727.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625743/large_thumb/DTNS20160727.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625743/small_thumb/DTNS20160727.jpg",
                "original": "https://upload.frikanalen.no/media/625743/original/DTNS20160727.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:29.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7056vid",
            "createdTime": "2016-08-01T11:14:08.726798Z",
            "updatedTime": "2018-11-10T18:29:26.782590Z",
            "uploadedTime": "2016-08-01T11:14:13.584958Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625743/theora/DTNS20160727.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625743/large_thumb/DTNS20160727.jpg"
        },
        {
            "id": 625742,
            "name": "Daily Tech News Show 26. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625742/broadcast/DTNS20160726.dv",
                "theora": "https://upload.frikanalen.no/media/625742/theora/DTNS20160726.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625742/small_thumb/DTNS20160726.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625742/large_thumb/DTNS20160726.jpg",
                "original": "https://upload.frikanalen.no/media/625742/original/DTNS20160726.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:53:25.310000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7044vid",
            "createdTime": "2016-08-01T10:30:20.573660Z",
            "updatedTime": "2018-11-10T18:29:26.784018Z",
            "uploadedTime": "2016-08-01T10:30:59.373709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625742/theora/DTNS20160726.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625742/large_thumb/DTNS20160726.jpg"
        },
        {
            "id": 625741,
            "name": "Daily Tech News Show 25. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625741/theora/DTNS20160725.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625741/broadcast/DTNS20160725.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625741/large_thumb/DTNS20160725.jpg",
                "original": "https://upload.frikanalen.no/media/625741/original/DTNS20160725.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625741/small_thumb/DTNS20160725.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:52:50.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7029vid",
            "createdTime": "2016-08-01T09:52:39.932897Z",
            "updatedTime": "2018-11-10T18:29:26.785379Z",
            "uploadedTime": "2016-08-01T09:53:05.036400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625741/theora/DTNS20160725.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625741/large_thumb/DTNS20160725.jpg"
        },
        {
            "id": 625740,
            "name": "Daily Tech News Show 22. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625740/broadcast/DTNS20160722.dv",
                "theora": "https://upload.frikanalen.no/media/625740/theora/DTNS20160722.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625740/large_thumb/DTNS20160722.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625740/small_thumb/DTNS20160722.jpg",
                "original": "https://upload.frikanalen.no/media/625740/original/DTNS20160722.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:15.510000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7020vid",
            "createdTime": "2016-08-01T09:02:20.875608Z",
            "updatedTime": "2018-11-10T18:29:26.786733Z",
            "uploadedTime": "2016-08-01T09:02:57.510822Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625740/theora/DTNS20160722.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625740/large_thumb/DTNS20160722.jpg"
        },
        {
            "id": 625739,
            "name": "TED - Lisa Dyson: A forgotten Space Age technology could change how we grow food",
            "header": "We're heading for a world population of 10 billion people — but what will we all eat? Lisa Dyson rediscovered an idea developed by NASA in the 1960s for deep-space travel, and it could be a key to reinventing how we grow food.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625739/large_thumb/LisaDyson_2016S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625739/small_thumb/LisaDyson_2016S.jpg",
                "theora": "https://upload.frikanalen.no/media/625739/theora/LisaDyson_2016S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625739/broadcast/LisaDyson_2016S.dv",
                "original": "https://upload.frikanalen.no/media/625739/original/LisaDyson_2016S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:59.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LisaDyson_2016S",
            "createdTime": "2016-07-30T19:07:22.137425Z",
            "updatedTime": "2018-11-10T18:29:26.788115Z",
            "uploadedTime": "2016-07-30T20:56:57.538671Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625739/theora/LisaDyson_2016S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625739/large_thumb/LisaDyson_2016S.jpg"
        },
        {
            "id": 625736,
            "name": "DUCK - The Debian Url ChecKer - Debconf 16",
            "header": "In this talk i will give a short overview about DUCK. I will introduce/present the website as well as the tool, talk about how/why i started working on it, show some graphs and ask for suggestions on how to make the topic \"broken URLs\" more public.\n\nAudience is: QA in Debian\n\nTalk (20 mins) session with Simon Kainz during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625736/theora/DUCK_The_Debian_Url_ChecKer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625736/broadcast/DUCK_The_Debian_Url_ChecKer.dv",
                "original": "https://upload.frikanalen.no/media/625736/original/DUCK_The_Debian_Url_ChecKer.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625736/small_thumb/DUCK_The_Debian_Url_ChecKer.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625736/large_thumb/DUCK_The_Debian_Url_ChecKer.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:13.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/48/",
            "createdTime": "2016-07-23T00:14:16.303806Z",
            "updatedTime": "2018-11-10T18:29:26.792338Z",
            "uploadedTime": "2016-07-23T00:14:20.950331Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625736/theora/DUCK_The_Debian_Url_ChecKer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625736/large_thumb/DUCK_The_Debian_Url_ChecKer.jpg"
        },
        {
            "id": 625735,
            "name": "Chaoskey - A Hardware Random Number Generator for Everyone - Debconf 16",
            "header": "Bdale and Keith have been working on the design of an inexpensive yet robust, completely open design, hardware random number generator.  At Debconf in Portland two years ago, Tom Marble gave a talk about the earliest prototypes and then state of the project.  Happily, we now have a design we consider worthy of taking to production.  This talk will describe the hardware design, kernel device driver, and current production status of Chaoskey.\n\nTalk (20 mins) session with Bdale Garbee and Keith Packard during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625735/broadcast/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.dv",
                "original": "https://upload.frikanalen.no/media/625735/original/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625735/small_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:44.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/94/",
            "createdTime": "2016-07-22T23:49:29.193801Z",
            "updatedTime": "2018-11-10T18:29:26.793935Z",
            "uploadedTime": "2016-07-22T23:49:35.481847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625735/theora/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625735/large_thumb/Chaoskey_A_Hardware_Random_Number_Generator_for_Everyone.jpg"
        },
        {
            "id": 625725,
            "name": "2 Years of Work of Paid Contributors in the Debian LTS Project - Debconf 16",
            "header": "July 2014 was the first month where Freexian used the money collected from many sponsors to pay Debian contributors to provide security updates for Debian 6. The Debian LTS project is now 2 years old: this talk is a restrospective of how we got started, a presentation of how we work today and of our plans for the future.\n\nThis talk will also serve as an introduction to a BoF discussing the usage of (Debian) money to fund Debian projects. The Debian LTS project, despite its public reliance on sponsorship, and the fact that it is paying Debian contributors, has been well accepted in the Debian community. The talk will thus cover extensively the precautions taken when it comes to the handling of the money.\n\nTalk (45 mins) session with Raphaël Hertzog during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625725/broadcast/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.dv",
                "theora": "https://upload.frikanalen.no/media/625725/theora/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625725/small_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.jpg",
                "original": "https://upload.frikanalen.no/media/625725/original/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625725/large_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:45:28.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/40/",
            "createdTime": "2016-07-22T19:00:57.729641Z",
            "updatedTime": "2018-11-10T18:29:26.808098Z",
            "uploadedTime": "2016-07-22T19:01:03.410242Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625725/theora/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625725/large_thumb/2_Years_of_Work_of_Paid_Contributors_in_the_Debian_LTS_Project.jpg"
        },
        {
            "id": 625734,
            "name": "Food for thought: Is free software vegan and open source vegetarian? - Debconf 16",
            "header": "\"Open source\" split from \"free software\" to be more pragmatic, to gain\nentry to the business world, partly by being more accepting of\nproprietary software. This led to descriptions of free software as\n\"vegan\" and open source as \"vegetarian.\" Let's question this analogy,\nand in the process explore how the Tofurky is made, looking at\nunderlying motivations, ethics, communication, and collaboration.\n\nIn Debian, we don't just want to write and package free software or\nopen source code. We want others to understand *why* we do it. We want\nto get along with each other. We want other people to join us in\nenvisioning a world where our kind of collaborative production is the\nnorm. At the very least, we want them to think we're not crazy.\n\nThe challenges for those committed to our cause can be similar to\nthose choosing to be vegetarians or vegans -- having to explain why we\nwon't eat what seems to others to be perfectly good software/food, why\nwe can only frequent certain restaurants/websites, why we refuse to\nserve meat/proprietary software to others. We can be similarly accused\nof being judgmental, impractical, idealistic, or \"in a phase.\" Because\nmany more people are familiar with the concept of dietary restrictions\nmotivated by concern for animal rights, environmental ethics,\nsustainability, and health, this can be fertile ground for analogies\nto explain our choices in software and technology.\n\nAs we chew the fat, we'll learn more about the diverse motivations\nwithin our movement, leading to both better collaborative potential\namong current practitioners and improved recipes for communicating\nabout what we do to brand new audiences.\n\nTalk (45 mins) session with John Sullivan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625734/theora/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625734/broadcast/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625734/large_thumb/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625734/small_thumb/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.jpg",
                "original": "https://upload.frikanalen.no/media/625734/original/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:38.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/92/",
            "createdTime": "2016-07-22T23:11:08.730530Z",
            "updatedTime": "2018-11-10T18:29:26.795313Z",
            "uploadedTime": "2016-07-22T23:11:14.299208Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625734/theora/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625734/large_thumb/Food_for_thought_Is_free_software_vegan_and_open_source_vegetarian.jpg"
        },
        {
            "id": 625659,
            "name": "Daily Tech News Show 01. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625659/broadcast/DTNS20160701.dv",
                "theora": "https://upload.frikanalen.no/media/625659/theora/DTNS20160701.ogv",
                "original": "https://upload.frikanalen.no/media/625659/original/DTNS20160701.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625659/large_thumb/DTNS20160701.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625659/small_thumb/DTNS20160701.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:30.250000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6809vid",
            "createdTime": "2016-07-04T10:41:51.216040Z",
            "updatedTime": "2018-11-10T18:29:26.909272Z",
            "uploadedTime": "2016-07-04T10:41:55.496006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625659/theora/DTNS20160701.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625659/large_thumb/DTNS20160701.jpg"
        },
        {
            "id": 625733,
            "name": "OpenStack, update in Debian, Gerrit, Jenkins, and CI/CD for packages - Debconf 16",
            "header": "In this talk, we will review what happened in the OpenStack world over the last year: new projects that appeared in Debian (Congress, Aodh, Gnocchi, Magnum, Mistral, Senlin and Zaqar), and improvements in the existing projects (walk through important bits of the release notes), and how Debian became the base for the packaging of commercial products: Mirantis OpenStack is now fully based on the Debian packaging of OpenStack, and puppet-openstack is now fully compatible with Debian.\n\nThen, in a 2nd part of this talk, we'll cover a broader topic: we'll see how a CI/CD and automation for writing packages (and more specifically Python modules) could help Debian developers at large, using either Jenkins, or Gerrit, Nodepool and Zuul, running an OpenStack deployment to build packages. We'll see how Mirantis implemented its CI (and what it can do), and how this is currently done in upstream OpenStack CI/CD infrastructure, and how we could deploy it for Debian, inside our own infrastructure.\n\nTalk (45 mins) session with Thomas Goirand during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625733/theora/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625733/broadcast/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625733/large_thumb/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625733/small_thumb/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.jpg",
                "original": "https://upload.frikanalen.no/media/625733/original/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:34:22.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/99/",
            "createdTime": "2016-07-22T22:41:58.173602Z",
            "updatedTime": "2018-11-10T18:29:26.796856Z",
            "uploadedTime": "2016-07-22T22:42:03.668159Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625733/theora/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625733/large_thumb/OpenStack_update_in_Debian_Gerrit_Jenkins_and_CICD_for_packages.jpg"
        },
        {
            "id": 625732,
            "name": "DebConf18 Proposals - Debconf 16",
            "header": "Interested in having DebConf18 in your city? Come and show us your early plans!\r\n\r\nSee: https://wiki.debconf.org/wiki/DebConf18/\r\n\r\nTalk (20 mins) session with Didier Raboud during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625732/theora/DebConf18_Proposals.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625732/broadcast/DebConf18_Proposals.dv",
                "original": "https://upload.frikanalen.no/media/625732/original/DebConf18_Proposals.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625732/large_thumb/DebConf18_Proposals.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625732/small_thumb/DebConf18_Proposals.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:24.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://debconf16.debconf.org/talks/102/",
            "createdTime": "2016-07-22T22:31:34.367649Z",
            "updatedTime": "2018-11-10T18:29:26.798283Z",
            "uploadedTime": "2016-07-22T22:31:39.108403Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625732/theora/DebConf18_Proposals.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625732/large_thumb/DebConf18_Proposals.jpg"
        },
        {
            "id": 625731,
            "name": "DebConf17 - Debconf 16",
            "header": "Overview of DebConf17 in Montreal.\n\nTalk (20 mins) session with Jerome Charaoui, Alexandre Viau, Gabriel Filion and Louis-Philippe Véronneau during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625731/broadcast/DebConf17_2.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625731/small_thumb/DebConf17_2.jpg",
                "original": "https://upload.frikanalen.no/media/625731/original/DebConf17_2.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:37.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/12/",
            "createdTime": "2016-07-22T22:14:47.261100Z",
            "updatedTime": "2018-11-10T18:29:26.799778Z",
            "uploadedTime": "2016-07-22T22:14:52.652992Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625731/theora/DebConf17_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625731/large_thumb/DebConf17_2.jpg"
        },
        {
            "id": 625730,
            "name": "Testing Debian-Installer using jenkins.debian.{net,org} - Debconf 16",
            "header": "... or how to stop worrying and have fun hacking on d-i without needing to be scared about breaking everything\n\nThe objective here is to let people push to feature branches and find out later how much damage they would have done had they put that into d-i.  The hope being that the answer will often be \"None\"\n\nThis should encourage people to do more work on d-i.  The talk will also serve to demonstrate the use of Cucumber and Jenkins that we have for running the tests.\n\nTalk (45 mins) session with Philip Hands during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625730/broadcast/Testing_DebianInstaller_using_jenkinsdebiannetorg.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625730/small_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg",
                "original": "https://upload.frikanalen.no/media/625730/original/Testing_DebianInstaller_using_jenkinsdebiannetorg.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:46:17.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/55/",
            "createdTime": "2016-07-22T21:34:54.003229Z",
            "updatedTime": "2018-11-10T18:29:26.801188Z",
            "uploadedTime": "2016-07-22T21:35:34.578357Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625730/theora/Testing_DebianInstaller_using_jenkinsdebiannetorg.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625730/large_thumb/Testing_DebianInstaller_using_jenkinsdebiannetorg.jpg"
        },
        {
            "id": 625729,
            "name": "Live demos - Debconf 16",
            "header": "Show off your project! NB: It will be mandatory to set up your laptop before the session, in order to assure a smooth transition between speakers.\n\nTalk (45 mins) session with Nattie Mayer-Hutchings during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625729/broadcast/Live_demos_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625729/small_thumb/Live_demos_4.jpg",
                "original": "https://upload.frikanalen.no/media/625729/original/Live_demos_4.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:17.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/104/",
            "createdTime": "2016-07-22T20:57:26.088864Z",
            "updatedTime": "2018-11-10T18:29:26.802555Z",
            "uploadedTime": "2016-07-22T20:57:44.981947Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625729/theora/Live_demos_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625729/large_thumb/Live_demos_4.jpg"
        },
        {
            "id": 625674,
            "name": "My Experience with Debian - Debconf 16",
            "header": "The talk would cover my first brush with computing itself, the need and move to GNU/Linux, distro hopping and the need for that.  the change to Debian and how it became my home. It would also be about the various choices and mistakes I made when I started and things to look out for. \n\nThe audience would be people who are still unaware about the benefits of FOSS, community engagement and fence-sitters.\n\nTalk (45 mins) session with shirish agarwal during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625674/broadcast/My_Experience_with_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625674/theora/My_Experience_with_Debian.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625674/small_thumb/My_Experience_with_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625674/original/My_Experience_with_Debian.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625674/large_thumb/My_Experience_with_Debian.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:04.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/60/",
            "createdTime": "2016-07-19T19:40:10.397134Z",
            "updatedTime": "2018-11-10T18:29:26.888015Z",
            "uploadedTime": "2016-07-19T19:40:15.256611Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625674/theora/My_Experience_with_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625674/large_thumb/My_Experience_with_Debian.jpg"
        },
        {
            "id": 625728,
            "name": "Software bundling sucks: Why we should embrace it anyway - Debconf 16",
            "header": "I will talk about software bundling solutions, mainly Flatpak (XdgApp) and Limba, which problems they actually solve and why solving these issues is important for the Linux ecosystem as a whole. I will explain how bundling is implemented in the shiny new solutions available on Linux, and what we as distributor could do to make software bundles suck less and keep the distribution relevant.\nAdditionally, I'll explain which roles sandboxing (Flatpak, Bubblewrap) plays in the big picture.\n\nTalk (45 mins) session with Matthias Klumpp during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625728/theora/Software_bundling_sucks_Why_we_should_embrace_it_anyway.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625728/broadcast/Software_bundling_sucks_Why_we_should_embrace_it_anyway.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625728/small_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg",
                "original": "https://upload.frikanalen.no/media/625728/original/Software_bundling_sucks_Why_we_should_embrace_it_anyway.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625728/large_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/78/",
            "createdTime": "2016-07-22T20:22:14.260309Z",
            "updatedTime": "2018-11-10T18:29:26.803947Z",
            "uploadedTime": "2016-07-22T20:22:38.149810Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625728/theora/Software_bundling_sucks_Why_we_should_embrace_it_anyway.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625728/large_thumb/Software_bundling_sucks_Why_we_should_embrace_it_anyway.jpg"
        },
        {
            "id": 625727,
            "name": "Decentralized communications with Ring - Debconf 16",
            "header": "This talk will be an introduction to Ring and the technology behind it. \n\nWe will explore how OpenDHT and ICE are used to initiate communications and transmit messages in an decentralized and secure manner.\n\nThe talk also includes a presentation of the different Ring clients, notably the new `ring` package that has made it to Debian testing this week.\n\nFinally, we will have a look at an up and comming new Ring freature: username registration using ethereum and a block chain.\n\nTalk (45 mins) session with Alexandre Viau and Simon Désaulniers during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625727/broadcast/Decentralized_communications_with_Ring.dv",
                "original": "https://upload.frikanalen.no/media/625727/original/Decentralized_communications_with_Ring.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625727/small_thumb/Decentralized_communications_with_Ring.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:08.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/139/",
            "createdTime": "2016-07-22T20:02:44.788796Z",
            "updatedTime": "2018-11-10T18:29:26.805299Z",
            "uploadedTime": "2016-07-22T20:02:51.890032Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625727/theora/Decentralized_communications_with_Ring.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625727/large_thumb/Decentralized_communications_with_Ring.jpg"
        },
        {
            "id": 625726,
            "name": "GNU/screen comes to Debian Installer - Debconf 16",
            "header": "It's based on my recent work to support GNU/screen for Debian Installer.\n\nFor d-i on normal PC, we can simply press Alt-F2 to get a console almost anytime during install, but it's not easy for some device such as headless server or ARM based board, which usually accessed via serial console or network-console (SSH).\nSo I spent some time to make GNU/screen ported to Debian Installer [0].\n\nNow it's almost done, and only wait for 2 packages to be uploaded [1][2]\nI also made a few local build for a few devices, and asked users to test, the feedback is quite positive [3].\n\nI'll introduce this work during the short talk and ask for feedback.\nAnd if possible, I can also do some demo after the talk. Thank you!\n\n[0] https://lists.debian.org/debian-boot/2016/04/msg00308.html\n[1] https://bugs.debian.org/819397\n[2] https://bugs.debian.org/819988\n[3] https://lists.debian.org/debian-boot/2016/05/msg00121.html\n\nTalk (20 mins) session with Roger Shimizu during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625726/theora/GNUscreen_comes_to_Debian_Installer.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625726/broadcast/GNUscreen_comes_to_Debian_Installer.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625726/small_thumb/GNUscreen_comes_to_Debian_Installer.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625726/large_thumb/GNUscreen_comes_to_Debian_Installer.jpg",
                "original": "https://upload.frikanalen.no/media/625726/original/GNUscreen_comes_to_Debian_Installer.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:24:00.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/86/",
            "createdTime": "2016-07-22T19:40:56.007829Z",
            "updatedTime": "2018-11-10T18:29:26.806687Z",
            "uploadedTime": "2016-07-22T19:41:03.832662Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625726/theora/GNUscreen_comes_to_Debian_Installer.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625726/large_thumb/GNUscreen_comes_to_Debian_Installer.jpg"
        },
        {
            "id": 625719,
            "name": "AppStream: Machine-readable metadata for all the things! - Debconf 16",
            "header": "Since last year, Debian supports the AppStream specification for providing machine readable metadata for any software component available in the Linux distribution.\nAt time, the data is primarily used by GNOME Software and KDE Discover to display an user-friendly catalogue of installable applications. But this is not all we can do with the new metadata: It can be used to automatically detect and install missing firmware and drivers, match applications between distributions and allow upstream projects to track them across different distribution releases and other interesting tasks like automatically checking installed applications for vulnerabilities or installing missing libraries and Python modules automatically in a distro-agnostic way.\n\nThe talk will explain what AppStream is today and how it is implemented in Debian, as well as giving some statistics on the availability and evolution of metadata. It will also go into detail on usecases for the metadata, challenges in writing it and future plans, like support for fonts and more automatization in data generation.\n\nTalk (20 mins) session with Matthias Klumpp during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625719/theora/AppStream_Machinereadable_metadata_for_all_the_things.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625719/broadcast/AppStream_Machinereadable_metadata_for_all_the_things.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625719/large_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625719/small_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg",
                "original": "https://upload.frikanalen.no/media/625719/original/AppStream_Machinereadable_metadata_for_all_the_things.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:12.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/64/",
            "createdTime": "2016-07-22T15:47:39.357070Z",
            "updatedTime": "2018-11-10T18:29:26.816621Z",
            "uploadedTime": "2016-07-22T15:47:44.809616Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625719/theora/AppStream_Machinereadable_metadata_for_all_the_things.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625719/large_thumb/AppStream_Machinereadable_metadata_for_all_the_things.jpg"
        },
        {
            "id": 625724,
            "name": "Towards the formal verification of maintainer scripts - Debconf 16",
            "header": "This talk describes a recently started research project named\n[http://colis.irif.univ-paris-diderot.fr/ Colis] with the goal of\ndeveloping techniques and tools for the formal verification of\nmaintainer scripts (preinst, postinst, prerm, postrm).\n\n*Program verification* aims at obtaining a formal assurance that a\nprogram is correct with respect to a given specification. This is\nachieved by constructing a formal proof of correctness of the program.\nIn contrast to *program testing*, the existence of a proof assures\nthat the program behaves correctly in *any* situation described by the\nspecification. Failure of an attempt to verify a program, on the other\nhand, can often be used to generate useful test cases.\n\nA possible example of a program specification is absence of execution\nerror under certain initial conditions. Automatic program verification\neven for this kind of specification is an extremely challenging task.\nIn case of Debian maintainer scripts we are faced with even more\nchallenging properties like idempotency of scripts (required by\npolicy), or commutation of scripts.\n\nThe project is still in the beginning, so there are no results yet to\npresent. However, I will explain why I think that the case of Debian\nmaintainer scripts is very interesting for program verification : some\naspects of scripts (POSIX shell, manipulation of a complex data\nstructure) make the problem very difficult, while other aspects of the\nDebian case are likely to make the problem easier. I am also very\ninterested in the inputs from the audience about possible use cases of\nscript verification in the context of Debian.\n\nTalk (45 mins) session with Ralf Treinen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625724/theora/Towards_the_formal_verification_of_maintainer_scripts.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625724/broadcast/Towards_the_formal_verification_of_maintainer_scripts.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625724/large_thumb/Towards_the_formal_verification_of_maintainer_scripts.jpg",
                "original": "https://upload.frikanalen.no/media/625724/original/Towards_the_formal_verification_of_maintainer_scripts.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625724/small_thumb/Towards_the_formal_verification_of_maintainer_scripts.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:44:24.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/63/",
            "createdTime": "2016-07-22T18:23:01.482749Z",
            "updatedTime": "2018-11-10T18:29:26.809460Z",
            "uploadedTime": "2016-07-22T18:23:10.165109Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625724/theora/Towards_the_formal_verification_of_maintainer_scripts.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625724/large_thumb/Towards_the_formal_verification_of_maintainer_scripts.jpg"
        }
    ]
}