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=1250&ordering=has_tono_records
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3408,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1300&ordering=has_tono_records",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1200&ordering=has_tono_records",
    "results": [
        {
            "id": 624329,
            "name": "De Levende Ord",
            "header": "De levende Ord med Hans O.Hansson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624329/theora/5391_9980dde5e9df4bc38e2d01ce664a495f.ogv",
                "original": "https://upload.frikanalen.no/media/624329/original/orig_e3012de1f5924832aa4ef3e362c0d625.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624329/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624329/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624329/broadcast/5391_1be44b24270e49a1b5a38b0b139d1757.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624329/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-03-01T09:48:29.570000Z",
            "updatedTime": "2018-11-10T18:29:28.658699Z",
            "uploadedTime": "2011-03-01T09:48:29.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624329/theora/5391_9980dde5e9df4bc38e2d01ce664a495f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624329/large_thumb/large.jpg"
        },
        {
            "id": 624328,
            "name": "Inside Israel Mars 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
                "original": "https://upload.frikanalen.no/media/624328/original/orig_4daf993b47a5449791ce0ab0f4888f43.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624328/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624328/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624328/broadcast/5380_fad7056e185340c0bb5bfd91bd72c0c3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T10:12:56.610000Z",
            "updatedTime": "2018-11-10T18:29:28.660128Z",
            "uploadedTime": "2011-02-28T10:12:56.610000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624328/theora/orig_4daf993b47a5449791ce0ab0f4888f43.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624328/large_thumb/large.jpg"
        },
        {
            "id": 624326,
            "name": "Ti Minutter & De Levende Ord",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg & De Levende Ord med Tommy M. Josefsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624326/theora/5381_d33fbbf9ea5a4cf78bec5bc83fb16387.ogv",
                "original": "https://upload.frikanalen.no/media/624326/original/orig_0161291c8532402ba2f271d9b19b42d0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624326/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624326/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624326/broadcast/5381_a08d01646a3b4ba287620a993a5978a7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624326/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T12:22:38.787000Z",
            "updatedTime": "2018-11-10T18:29:28.662812Z",
            "uploadedTime": "2011-02-28T12:22:38.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624326/theora/5381_d33fbbf9ea5a4cf78bec5bc83fb16387.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624326/large_thumb/large.jpg"
        },
        {
            "id": 624325,
            "name": "Utrop TV - Studio2",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624325/theora/5281_c3f84fba1ec44edfa786a189f058024c.ogv",
                "original": "https://upload.frikanalen.no/media/624325/original/orig_9837f335794846e381f46cb911acec7c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624325/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624325/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624325/broadcast/5281_11f53d8be3a748e7ab2eab16b989ed11.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624325/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:55.320000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-08T09:56:33.493000Z",
            "updatedTime": "2018-11-10T18:29:28.664203Z",
            "uploadedTime": "2011-02-08T09:56:33.493000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624325/theora/5281_c3f84fba1ec44edfa786a189f058024c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624325/large_thumb/large.jpg"
        },
        {
            "id": 625666,
            "name": "Daily Tech News Show 11. July 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625666/broadcast/DTNS20160711.dv",
                "theora": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
                "original": "https://upload.frikanalen.no/media/625666/original/DTNS20160711.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625666/small_thumb/DTNS20160711.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:55:30.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6899vid",
            "createdTime": "2016-07-15T21:24:52.537484Z",
            "updatedTime": "2018-11-10T18:29:26.899473Z",
            "uploadedTime": "2016-07-15T21:25:03.792416Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625666/theora/DTNS20160711.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625666/large_thumb/DTNS20160711.jpg"
        },
        {
            "id": 624323,
            "name": "De Gode Nyheder",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624323/theora/5379_3fa581dc291e4a4f908f606a8a1ea558.ogv",
                "original": "https://upload.frikanalen.no/media/624323/original/orig_ebfce92be49e42758b75e7780d8807a8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624323/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624323/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624323/broadcast/5379_859391470d7846ff8c609ccfe047d258.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624323/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-28T08:21:37.280000Z",
            "updatedTime": "2018-11-10T18:29:28.666900Z",
            "uploadedTime": "2011-02-28T08:21:37.280000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624323/theora/5379_3fa581dc291e4a4f908f606a8a1ea558.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624323/large_thumb/large.jpg"
        },
        {
            "id": 625072,
            "name": "AR6332 Arena",
            "header": "Wenche Olsen - Stortings repr.\nTrond Eriksen - daglig leder i ES\nKnut Harald Hareide - Leder KrF\nRoald Strand - Ernæringspesialist",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625072/theora/orig_4fb453383f5a4892b4d53672a05bf83e.ogv",
                "original": "https://upload.frikanalen.no/media/625072/original/orig_4fb453383f5a4892b4d53672a05bf83e.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625072/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625072/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625072/broadcast/6575_09591f6fb9c944b68396cbf40ac0aa08.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625072/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:10",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-11-19T13:53:20.733000Z",
            "updatedTime": "2018-11-10T18:29:27.692558Z",
            "uploadedTime": "2012-11-19T13:53:20.733000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625072/theora/orig_4fb453383f5a4892b4d53672a05bf83e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625072/large_thumb/large.jpg"
        },
        {
            "id": 624064,
            "name": "Jule evangeliet",
            "header": "Jule evangelie, lest av Dan S. Nordstand - www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624064/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624064/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624064/broadcast/4966_6136d4173f634a7e8ac106bf49c13167.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:55.920000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T21:02:21.163000Z",
            "updatedTime": "2018-11-10T18:29:29.000817Z",
            "uploadedTime": "2010-11-30T21:02:21.163000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624064/theora/4966_b132533249fe4ed18221592b79c987ec.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624064/large_thumb/large.jpg"
        },
        {
            "id": 625071,
            "name": "New Life - Program 08 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625071/theora/6522_6ff3035d42da48ebb4b974ae39d7e44a.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625071/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625071/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625071/broadcast/6522_6ff3035d42da48ebb4b974ae39d7e44a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625071/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:23:30.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-10-26T14:28:34.763000Z",
            "updatedTime": "2018-11-10T18:29:27.693905Z",
            "uploadedTime": "2012-10-26T14:28:34.763000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625071/theora/6522_6ff3035d42da48ebb4b974ae39d7e44a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625071/large_thumb/large.jpg"
        },
        {
            "id": 624060,
            "name": "r intro til ckms.tv",
            "header": "CKMS.TV",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624060/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624060/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624060/broadcast/4965_c8f4eb675a90411ba5fb50b0746aa796.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624060/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:20.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-30T11:29:09.527000Z",
            "updatedTime": "2018-11-10T18:29:29.006372Z",
            "uploadedTime": "2010-11-30T11:29:09.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624060/theora/4965_4c295be964064a52bd2f7669ee438550.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624060/large_thumb/large.jpg"
        },
        {
            "id": 625665,
            "name": "Daily Tech News Show 08. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625665/broadcast/DTNS20160708.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625665/small_thumb/DTNS20160708.jpg",
                "original": "https://upload.frikanalen.no/media/625665/original/DTNS20160708.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.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:49:38.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6881vid",
            "createdTime": "2016-07-15T20:01:30.329227Z",
            "updatedTime": "2018-11-10T18:29:26.900845Z",
            "uploadedTime": "2016-07-15T20:01:39.826420Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625665/theora/DTNS20160708.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625665/large_thumb/DTNS20160708.jpg"
        },
        {
            "id": 624316,
            "name": "Helse & Källan",
            "header": "Helse med Eva Britt Fjeldberg og Källan med Carl Henrik Karlson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624316/theora/5376_fc71f6c580834d628e2fe95dea5a59eb.ogv",
                "original": "https://upload.frikanalen.no/media/624316/original/orig_d4d01b18373c4ad6ad06aa5503a7dd97.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624316/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624316/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624316/broadcast/5376_ab07b389780b4263bb1ae481da4e8014.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624316/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-24T06:21:57.127000Z",
            "updatedTime": "2018-11-10T18:29:28.675372Z",
            "uploadedTime": "2011-02-24T06:21:57.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624316/theora/5376_fc71f6c580834d628e2fe95dea5a59eb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624316/large_thumb/large.jpg"
        },
        {
            "id": 624009,
            "name": "Akkurat Nå! 31 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624009/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624009/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624009/broadcast/4675_817a721f71d243ae80269e6a96af9d83.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:53:35.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T05:01:54.600000Z",
            "updatedTime": "2018-11-10T18:29:29.072359Z",
            "uploadedTime": "2010-08-28T05:01:54.600000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624009/theora/4675_5b7e217dd4df42a9a043793bd3eadc67.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624009/large_thumb/large.jpg"
        },
        {
            "id": 625660,
            "name": "Daily Tech News Show 04. July 2016",
            "header": "",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625660/small_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg",
                "theora": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
                "original": "https://upload.frikanalen.no/media/625660/original/DTNS-2800---Announcing-New-Headlines-Show.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625660/broadcast/DTNS-2800---Announcing-New-Headlines-Show.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:14:15.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6828vid",
            "createdTime": "2016-07-05T21:55:13.479602Z",
            "updatedTime": "2018-11-10T18:29:26.907817Z",
            "uploadedTime": "2016-07-05T21:55:22.880558Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625660/theora/DTNS-2800---Announcing-New-Headlines-Show.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625660/large_thumb/DTNS-2800---Announcing-New-Headlines-Show.jpg"
        },
        {
            "id": 624314,
            "name": "Peder Påske",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624314/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624314/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624314/broadcast/5375_909a084e3d81480298d841a3b2a454cc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:47.970000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:41:55.613000Z",
            "updatedTime": "2018-11-10T18:29:28.678163Z",
            "uploadedTime": "2011-02-23T17:41:55.613000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624314/theora/5375_d919a21d71514ec5a9bc58ee5ef1c0bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624314/large_thumb/large.jpg"
        },
        {
            "id": 624313,
            "name": "Jarle Bernhoft",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624313/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624313/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624313/broadcast/5374_3a73c15a26d041a687e44992732c9b09.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:14.720000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-23T17:38:47.640000Z",
            "updatedTime": "2018-11-10T18:29:28.679709Z",
            "uploadedTime": "2011-02-23T17:38:47.640000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624313/theora/5374_0bd4b6ebdaab4e29918c48afe62e0ea5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624313/large_thumb/large.jpg"
        },
        {
            "id": 624312,
            "name": "? Hest er best",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624312/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624312/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624312/broadcast/5347_31550d7b91ac47c9b9468b54caaaccee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:03",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-17T12:18:30.473000Z",
            "updatedTime": "2018-11-10T18:29:28.681128Z",
            "uploadedTime": "2011-02-17T12:18:30.473000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624312/theora/5347_60457bdecc3840949c0595284e61599b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624312/large_thumb/large.jpg"
        },
        {
            "id": 624347,
            "name": "Empo tv - del 38",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624347/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624347/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624347/broadcast/5031_458f3678581845eb87c98c7a708fd9f6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:13:15.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:25:01.063000Z",
            "updatedTime": "2020-08-30T19:57:44.444949Z",
            "uploadedTime": "2010-12-02T13:25:01.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624347/theora/5031_ddf1379fb9924294be3da7657d1bed65.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624347/large_thumb/large.jpg"
        },
        {
            "id": 624309,
            "name": "Country Team",
            "header": "Country Team med Kåre og Lena Johnsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
                "original": "https://upload.frikanalen.no/media/624309/original/orig_16e27f6ea1954b0c8aa5141ce831872d.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624309/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624309/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624309/broadcast/5371_9438cb55b4dc4bb2b6a635b413c60c82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-23T06:11:20.657000Z",
            "updatedTime": "2018-11-10T18:29:28.685311Z",
            "uploadedTime": "2011-02-23T06:11:20.657000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624309/theora/5371_67338293b68c4db18066a3c6f511733a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624309/large_thumb/large.jpg"
        },
        {
            "id": 625075,
            "name": "Empo tv - del 113",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625075/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625075/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625075/broadcast/6536_ec64ef79c68b4c96947822e0963e1c50.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:15:00",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2012-11-07T11:17:31.253000Z",
            "updatedTime": "2020-08-30T19:41:40.560266Z",
            "uploadedTime": "2012-11-07T11:17:31.253000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625075/theora/6536_77469d7004cb4820883a978c51d786e6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625075/large_thumb/large.jpg"
        },
        {
            "id": 624306,
            "name": "08_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624306/theora/5277_6d90c797b89546f0af1080af5d1060cd.ogv",
                "original": "https://upload.frikanalen.no/media/624306/original/orig_e74bc8541d7044a0a5c7971c3b12cee1.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624306/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624306/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624306/broadcast/5277_8c17625adac9427f9e50925b2fb8f8b5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624306/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-02-04T13:37:34.167000Z",
            "updatedTime": "2018-11-10T18:29:28.689490Z",
            "uploadedTime": "2011-02-04T13:37:34.167000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624306/theora/5277_6d90c797b89546f0af1080af5d1060cd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624306/large_thumb/large.jpg"
        },
        {
            "id": 625683,
            "name": "Surviving the Next 23 Years of Free Software - Debconf 16",
            "header": "Let's face it, GNU/Linux is no youngster! Many developers are aging and as with any large group of people, we must plan for the sad but inevitable loss of contributors. We have already lost a number of extremely important people in our community. In this talk, Karen will discuss the legal and social implications of this transition and possible mechanisms we can put in place to address them.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625683/broadcast/Surviving_the_Next_23_Years_of_Free_Software.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625683/small_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "original": "https://upload.frikanalen.no/media/625683/original/Surviving_the_Next_23_Years_of_Free_Software.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:48:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/57/",
            "createdTime": "2016-07-20T21:10:57.849893Z",
            "updatedTime": "2018-11-10T18:29:26.874262Z",
            "uploadedTime": "2016-07-20T21:11:03.209613Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg"
        },
        {
            "id": 625904,
            "name": "TED - Monica Lewinsky: The price of shame",
            "header": "\"Public shaming as a blood sport has to stop,\" says Monica Lewinsky. In 1998, she says, “I was Patient Zero of losing a personal reputation on a global scale almost instantaneously.” Today, the kind of online public shaming she went through has become constant — and can turn deadly. In a brave talk, she takes a hard look at our online culture of humiliation, and asks for a different way.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625904/small_thumb/MonicaLewinsky_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625904/original/MonicaLewinsky_2015.mp4",
                "theora": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625904/broadcast/MonicaLewinsky_2015.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:22:30.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MonicaLewinsky_2015",
            "createdTime": "2017-07-02T03:50:16.069856Z",
            "updatedTime": "2018-11-10T18:29:26.569104Z",
            "uploadedTime": "2017-07-02T06:50:29.615901Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625904/theora/MonicaLewinsky_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625904/large_thumb/MonicaLewinsky_2015.jpg"
        },
        {
            "id": 624043,
            "name": "Sang program Bosse Grevinger",
            "header": "Bosse Grevinger synger kristne sanger, www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624043/theora/4948_fe91da87e18046109b7651ee61ac4a92.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624043/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624043/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624043/broadcast/4948_fe91da87e18046109b7651ee61ac4a92.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624043/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:20:20.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-11-24T17:51:03.170000Z",
            "updatedTime": "2018-11-10T18:29:29.029588Z",
            "uploadedTime": "2010-11-24T17:51:03.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624043/theora/4948_fe91da87e18046109b7651ee61ac4a92.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624043/large_thumb/large.jpg"
        },
        {
            "id": 625682,
            "name": "Professional Open-Source Radio Astronomy - Debconf 16",
            "header": "The Square Kilometer Array radio astronomy telescope will be one of the world's largest scientific instruments, spanning half the globe, with components distributed across Africa and Australia.\n\nThe MeerKAT telescope, one of its precursors, is currently under construction in South Africa and uses fully open-source software and hardware for primary signal processing operations. When completed next year, it will be the world's most sensitive L-band array.\n\nThis talk will discuss the telescopes and their unique challenges which drive the development of open-source hardware and software to process the deluge of data. I will introduce four generations of open-source FPGA hardware along with the collaboratively-developed ecosystem of software and DSP libraries.\n\nOpen Weekend session with Jason Manley during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625682/broadcast/Professional_OpenSource_Radio_Astronomy.dv",
                "original": "https://upload.frikanalen.no/media/625682/original/Professional_OpenSource_Radio_Astronomy.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625682/small_thumb/Professional_OpenSource_Radio_Astronomy.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.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:37:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/113/",
            "createdTime": "2016-07-20T15:01:07.299487Z",
            "updatedTime": "2018-11-10T18:29:26.875899Z",
            "uploadedTime": "2016-07-20T15:01:12.645352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
        },
        {
            "id": 624300,
            "name": "Kritisk til hemmeligholdelse",
            "header": "Men Arne Treholt står fast ved at han aldri har gitt bort opplysninger som har kunnet skade rikets sikkerhet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624300/theora/5331_ac7797738f0744688fe9c642eb2df4ca.ogv",
                "original": "https://upload.frikanalen.no/media/624300/original/orig_51d2500e1c384ba9a0e10963e199ece0.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624300/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624300/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624300/broadcast/5331_7c4b0619f7b74dfb822ff4a60d70d2ee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624300/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:43.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-14T14:48:43.620000Z",
            "updatedTime": "2018-11-10T18:29:28.697673Z",
            "uploadedTime": "2011-02-14T14:48:43.620000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624300/theora/5331_ac7797738f0744688fe9c642eb2df4ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624300/large_thumb/large.jpg"
        },
        {
            "id": 624036,
            "name": "Den norske kirke i eksil 71",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624036/theora/orig_27ff087e3f6d44eab1423613e086d264.ogv",
                "original": "https://upload.frikanalen.no/media/624036/original/orig_27ff087e3f6d44eab1423613e086d264.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624036/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624036/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624036/broadcast/4940_5b81a126a82044e8816bdf6e327eb737.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624036/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:58.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-11-15T20:45:25.117000Z",
            "updatedTime": "2018-11-10T18:29:29.039094Z",
            "uploadedTime": "2010-11-15T20:45:25.117000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624036/theora/orig_27ff087e3f6d44eab1423613e086d264.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624036/large_thumb/large.jpg"
        },
        {
            "id": 624035,
            "name": "47_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624035/theora/4933_b1f8daf9f6a441dcb5e40048fefb126e.ogv",
                "original": "https://upload.frikanalen.no/media/624035/original/orig_00063b1fb8c147b3b3b4a8590a481e46.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624035/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624035/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624035/broadcast/4933_0ab8a024aef24a318d015b8dc90ae998.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624035/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:33",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-11-11T09:27:25.227000Z",
            "updatedTime": "2018-11-10T18:29:29.040471Z",
            "uploadedTime": "2010-11-11T09:27:25.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624035/theora/4933_b1f8daf9f6a441dcb5e40048fefb126e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624035/large_thumb/large.jpg"
        },
        {
            "id": 624296,
            "name": "07_11 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624296/theora/5276_d22f4f36b0c842c28aba57258c024c88.ogv",
                "original": "https://upload.frikanalen.no/media/624296/original/orig_109090c28e5d4d81905fb995e9342e03.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/624296/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624296/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624296/broadcast/5276_1796a37096ab48fe9fffe0ef0513551f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624296/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:48",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2011-02-04T13:35:39.667000Z",
            "updatedTime": "2018-11-10T18:29:28.703150Z",
            "uploadedTime": "2011-02-04T13:35:39.667000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624296/theora/5276_d22f4f36b0c842c28aba57258c024c88.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624296/large_thumb/large.jpg"
        },
        {
            "id": 624295,
            "name": "Akkurat Nå! 20. februar",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624295/theora/5344_2885183853784b74817b4626e9b3eca7.ogv",
                "original": "https://upload.frikanalen.no/media/624295/original/orig_1bfca47d7163420ba6128714c1a38548.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624295/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624295/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624295/broadcast/5344_1b33e50222d54556a704fef044c98751.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624295/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:50:11.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-17T07:15:09.697000Z",
            "updatedTime": "2018-11-10T18:29:28.704524Z",
            "uploadedTime": "2011-02-17T07:15:09.697000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624295/theora/5344_2885183853784b74817b4626e9b3eca7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624295/large_thumb/large.jpg"
        },
        {
            "id": 625900,
            "name": "TED - Richard Browning: How I built a jet suit",
            "header": "We've all dreamed of flying — but for Richard Browning, flight is an obsession. He's built an Iron Man-like suit that leans on an elegant collaboration of mind, body and technology, bringing science fiction dreams a little closer to reality. Learn more about the trial and error process behind his invention and take flight with Browning in an unforgettable demo.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625900/large_thumb/RichardBrowning_2017.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625900/small_thumb/RichardBrowning_2017.jpg",
                "theora": "https://upload.frikanalen.no/media/625900/theora/RichardBrowning_2017.ogv",
                "original": "https://upload.frikanalen.no/media/625900/original/RichardBrowning_2017.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625900/broadcast/RichardBrowning_2017.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:07:13.030000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RichardBrowning_2017",
            "createdTime": "2017-06-25T10:38:43.607038Z",
            "updatedTime": "2018-11-10T18:29:26.571896Z",
            "uploadedTime": "2017-06-25T11:47:07.811194Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625900/theora/RichardBrowning_2017.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625900/large_thumb/RichardBrowning_2017.jpg"
        },
        {
            "id": 626303,
            "name": "Shofar Guds lover - Israels lover",
            "header": "Bladet Evangelisten\r\nprogram 25",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626303/broadcast/Shofar 30 Guds lover - Israels lover.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg",
                "original": "https://upload.frikanalen.no/media/626303/original/Shofar 30 Guds lover - Israels lover.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:20.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-02-03T14:37:48.415996Z",
            "updatedTime": "2020-08-31T20:24:17.507939Z",
            "uploadedTime": "2020-02-03T14:48:31.828017Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626303/theora/Shofar 30 Guds lover - Israels lover.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626303/large_thumb/Shofar 30 Guds lover - Israels lover.jpg"
        },
        {
            "id": 624291,
            "name": "Ti Minutter & Livshjelp",
            "header": "Ti Minutter med Svenn Thommy Fjeldberg og Livshjelp med Bill Stenberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624291/theora/5351_fec3106cd6d64519b525cdfb55640a04.ogv",
                "original": "https://upload.frikanalen.no/media/624291/original/orig_fda2e9b34e9a4b7cad2c73730e66aab7.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624291/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624291/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624291/broadcast/5351_e048902adc974bdba367347c52f5341d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624291/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T13:05:09.710000Z",
            "updatedTime": "2018-11-10T18:29:28.708690Z",
            "uploadedTime": "2011-02-17T13:05:09.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624291/theora/5351_fec3106cd6d64519b525cdfb55640a04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624291/large_thumb/large.jpg"
        },
        {
            "id": 624290,
            "name": "De Gode Nyheder",
            "header": "De Gode Nyheder med Erling Ilsøe Nielsen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624290/theora/5346_4cc00bc76bef44b1b29a19e8ed33e0f1.ogv",
                "original": "https://upload.frikanalen.no/media/624290/original/orig_55617f1ba2df43b4a5931e5fc62d8c05.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624290/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624290/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624290/broadcast/5346_514b26af980a4ad0986275d111cd644e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624290/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T11:47:37.010000Z",
            "updatedTime": "2018-11-10T18:29:28.710039Z",
            "uploadedTime": "2011-02-17T11:47:37.010000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624290/theora/5346_4cc00bc76bef44b1b29a19e8ed33e0f1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624290/large_thumb/large.jpg"
        },
        {
            "id": 624288,
            "name": "KickOff",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624288/theora/5350_136f24d44f58400bbbbb943542f13b74.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624288/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624288/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624288/broadcast/5350_d60879db23194830b08634d45c8f68e5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624288/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:52.440000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T12:58:25.777000Z",
            "updatedTime": "2018-11-10T18:29:28.716461Z",
            "uploadedTime": "2011-02-17T12:58:25.777000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624288/theora/5350_136f24d44f58400bbbbb943542f13b74.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624288/large_thumb/large.jpg"
        },
        {
            "id": 624287,
            "name": "Helse & Kællan",
            "header": "Helse med Eva Britt Fjeldberg og Kællan med Carl Henrik Karlsson",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624287/theora/orig_b2a3bc24548343749c20b67b1fbdc151.ogv",
                "original": "https://upload.frikanalen.no/media/624287/original/orig_b2a3bc24548343749c20b67b1fbdc151.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624287/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624287/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624287/broadcast/5345_96dc665004714315b4348999a74743c8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624287/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:06.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-17T08:07:10.393000Z",
            "updatedTime": "2018-11-10T18:29:28.718325Z",
            "uploadedTime": "2011-02-17T08:07:10.393000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624287/theora/orig_b2a3bc24548343749c20b67b1fbdc151.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624287/large_thumb/large.jpg"
        },
        {
            "id": 625680,
            "name": "What is Debian? - Debconf 16",
            "header": "A friendly introduction to free software, open source, and Debian, with an opportunity for the audience to ask questions.\n\nOpen Weekend session with Bdale Garbee, Allison Randal, Neil McGovern, Bernelle Verster, Steve McIntyre and John Sullivan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625680/broadcast/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625680/small_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg",
                "original": "https://upload.frikanalen.no/media/625680/original/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.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:43:01.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/120/",
            "createdTime": "2016-07-20T07:10:24.249022Z",
            "updatedTime": "2018-11-10T18:29:26.879342Z",
            "uploadedTime": "2016-07-20T07:10:29.322512Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg"
        },
        {
            "id": 624284,
            "name": "Den norske kirke i eksil 78",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624284/theora/orig_386c4cfc4c83455e815ac609e6845f78.ogv",
                "original": "https://upload.frikanalen.no/media/624284/original/orig_386c4cfc4c83455e815ac609e6845f78.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624284/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624284/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624284/broadcast/5343_0a9b38ebab0f4635ad0d5e085fecd3bd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624284/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:55.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-16T08:29:11.623000Z",
            "updatedTime": "2018-11-10T18:29:28.722707Z",
            "uploadedTime": "2011-02-16T08:29:11.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624284/theora/orig_386c4cfc4c83455e815ac609e6845f78.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624284/large_thumb/large.jpg"
        },
        {
            "id": 624281,
            "name": "Verden Gjenfødelse 20110228",
            "header": "Verdens Gjenfødelse\nmed Hans Bratterud",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624281/theora/5324_b0cb626b035740a89c5bcbd9671eb144.ogv",
                "original": "https://upload.frikanalen.no/media/624281/original/orig_7ef2b6bee4554ec49d8a7a848eef2d9c.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624281/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624281/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624281/broadcast/5324_2a3f3036372f4b1085ec48efd1b3d46d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624281/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-14T11:51:12.710000Z",
            "updatedTime": "2018-11-10T18:29:28.724156Z",
            "uploadedTime": "2011-02-14T11:51:12.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624281/theora/5324_b0cb626b035740a89c5bcbd9671eb144.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624281/large_thumb/large.jpg"
        },
        {
            "id": 625883,
            "name": "Internett-aktivisme med Holder de Ord",
            "header": "Holder de ord er en partipolitisk uavhengig dugnadsprosjekt som jobber for å gi folk større innflytelse over politikk, gjennom åpne data fra Stortinget og en rekke web-baserte tjenester. Tiina Ruohonen skal presentere HDOs data og infrastruktur, samt muligheter for techies til å bidra til en mer faktabasert politisk debatt i forkant av Stortingsvalget 2017.\r\n\r\nTiina Ruohonen er en av grunnleggerne av Holder de ord. Hun har lang erfaring fra internasjonale organisasjoner, forskning og frivillighet. Tiina jobber ved CICERO Senter for klimaforskning og er også Fellow ved Massachusetts Institute of Technology (MIT).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625883/broadcast/20170509-holderdeord-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625883/small_thumb/20170509-holderdeord-frikanalen.jpg"
            },
            "creator": "davidwnoble@gmail.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:38:07.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170509-holderdeord/",
            "createdTime": "2017-05-12T10:11:40.279637Z",
            "updatedTime": "2018-11-10T18:29:26.581918Z",
            "uploadedTime": "2017-05-12T10:23:13.845172Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg"
        },
        {
            "id": 624279,
            "name": "Studentersamfundets nye leder",
            "header": "Etter fem timer med utspørring og debatt mot Eivind Rindal, ble Erling Kjelstrup valgt til Samfundets nye leder.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624279/theora/5325_4dfa80fbdc2f4986bcdcb82129de049a.ogv",
                "original": "https://upload.frikanalen.no/media/624279/original/orig_6c1d1cb0f1b3498483c5030f74565b34.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624279/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624279/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624279/broadcast/5325_ee52c72ca1404a91b2be0bb866bbd18d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624279/large_thumb/large.jpg"
            },
            "creator": "ingrid.solem@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:07.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-02-14T14:17:05.923000Z",
            "updatedTime": "2018-11-10T18:29:28.728440Z",
            "uploadedTime": "2011-02-14T14:17:05.923000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624279/theora/5325_4dfa80fbdc2f4986bcdcb82129de049a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624279/large_thumb/large.jpg"
        },
        {
            "id": 624307,
            "name": "Empo tv - del 36",
            "header": "Empo tv er talerøret for mennesker med utviklingshemming. Vi lager tv for alle. Vi sender på Frikanalen, din lokal-tv og på nett: empotv.no",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624307/theora/5028_2dee65247d004402a847315183be5a26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624307/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624307/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624307/broadcast/5028_80cd709e51dd4e87af807c0cb505a123.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624307/large_thumb/large.jpg"
            },
            "creator": "prosjektmedarbeidere@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 978 41 612",
                "fkmember": true
            },
            "duration": "00:14:55.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.empotv.no",
            "createdTime": "2010-12-02T13:19:25.837000Z",
            "updatedTime": "2020-08-30T19:57:26.549467Z",
            "uploadedTime": "2010-12-02T13:19:25.837000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624307/theora/5028_2dee65247d004402a847315183be5a26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624307/large_thumb/large.jpg"
        },
        {
            "id": 625055,
            "name": "47_12 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
                "original": "https://upload.frikanalen.no/media/625055/original/orig_2c7db3214bc147caa47b74c2348df520.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/625055/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625055/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625055/broadcast/6565_ea63281be62040f3b7f76ab9c2b05393.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:55:12",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2012-11-13T12:57:35.383000Z",
            "updatedTime": "2018-11-10T18:29:27.716025Z",
            "uploadedTime": "2012-11-13T12:57:35.383000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625055/theora/6565_be388b3402a54424989bf4b01d3fc344.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625055/large_thumb/large.jpg"
        },
        {
            "id": 625679,
            "name": "Daily Tech News Show 19. July 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625679/theora/DTNS20160719.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625679/broadcast/DTNS20160719.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625679/small_thumb/DTNS20160719.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625679/large_thumb/DTNS20160719.jpg",
                "original": "https://upload.frikanalen.no/media/625679/original/DTNS20160719.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:06:44.650000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=6991vid",
            "createdTime": "2016-07-20T06:07:11.958335Z",
            "updatedTime": "2018-11-10T18:29:26.880848Z",
            "uploadedTime": "2016-07-20T06:07:16.351554Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625679/theora/DTNS20160719.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625679/large_thumb/DTNS20160719.jpg"
        },
        {
            "id": 624275,
            "name": "Haiku, et OS basert på BeOS",
            "header": "Haiku er et BeOS-kompatibelt operativsystem som er fullstendig fri programvare. Haiku stresser minimalisme i bruk og simplisitet i funksjonalitet, og sikter seg inn på hverdagsbrukere, og personer med behov for gode muligheter for multimedia.\n\nForedraget gir en kort innføring i Haiku. Det vil bli gått nærmere inn på hovedtrekkene som skiller Haiku fra andre operativsystemers funksjonalitet og oppbygning. Det vil også bli trukket inn prosjektets historie og fremtidsvisjoner. Det vil bli vist en demo av en relativt fersk revisjon med diverse applikasjoner Martin Hebnes Pedersen er fulltidsstudent ved Høgskolen i Bergen, der han tar en bachelorgrad i dataingeniør. Ved siden av studiet har han i det siste året jobbet en del med Haiku, og har blant annet utviklet en Twitterklient for operativsystemet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624275/theora/5323_f7ec4f44792d46b786b7e5af25e809fb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624275/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624275/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624275/broadcast/5323_f7ec4f44792d46b786b7e5af25e809fb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624275/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:16.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-12T21:27:00.263000Z",
            "updatedTime": "2018-11-10T18:29:28.734214Z",
            "uploadedTime": "2011-02-12T21:27:00.263000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624275/theora/5323_f7ec4f44792d46b786b7e5af25e809fb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624275/large_thumb/large.jpg"
        },
        {
            "id": 624274,
            "name": "Den norske kirke i eksil 77",
            "header": "Er programmet så lite interessant at folk gidder ikke å se på det. Hva er feil.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624274/theora/orig_f04d4fc8e7f44434b4f81611286b0ec9.ogv",
                "original": "https://upload.frikanalen.no/media/624274/original/orig_f04d4fc8e7f44434b4f81611286b0ec9.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624274/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624274/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624274/broadcast/5322_917fb2f3ffe54f4b8205171cf1ee0da9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624274/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:56.960000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2011-02-12T09:58:35.960000Z",
            "updatedTime": "2018-11-10T18:29:28.735670Z",
            "uploadedTime": "2011-02-12T09:58:35.960000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624274/theora/orig_f04d4fc8e7f44434b4f81611286b0ec9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624274/large_thumb/large.jpg"
        },
        {
            "id": 624273,
            "name": "Bør Maria Amelie bli?",
            "header": "Samfundsdebattant og AUF`ar Eivind Rindal og Sivert Bjørndal frå FPU tar debatten.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624273/theora/5215_995d47029a424f158a0a37857ac3229f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624273/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624273/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624273/broadcast/5215_376dccd40e4c4ddea0288d1bd32324d3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624273/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:03:21",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T15:37:34.770000Z",
            "updatedTime": "2018-11-10T18:29:28.737143Z",
            "uploadedTime": "2011-01-31T15:37:34.770000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624273/theora/5215_995d47029a424f158a0a37857ac3229f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624273/large_thumb/large.jpg"
        },
        {
            "id": 625678,
            "name": "What I learned from 365 days of contributing to Open Source projects - Debconf 16",
            "header": "Last year, I committed myself to contribute to Open Source projects, daily, for 365 days in a row. The talk will tell a story of this experience, the difficulties encountered, lessons learned and why (or not) you should consider doing this as well.\n\nNo technical background is required.\n\nTalk (20 mins) session with Dieter Adriaenssens during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625678/broadcast/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.dv",
                "theora": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625678/small_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "original": "https://upload.frikanalen.no/media/625678/original/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.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:23:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/81/",
            "createdTime": "2016-07-20T06:06:19.148192Z",
            "updatedTime": "2018-11-10T18:29:26.882330Z",
            "uploadedTime": "2016-07-20T06:06:24.281799Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg"
        },
        {
            "id": 624227,
            "name": "Inside Israel Februar 2011",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624227/theora/orig_9629ff4ffe3c4a28a654158d289e4775.ogv",
                "original": "https://upload.frikanalen.no/media/624227/original/orig_9629ff4ffe3c4a28a654158d289e4775.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624227/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624227/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624227/broadcast/5214_c802154a9670433aad429c1f0a8d81a7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624227/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-01-31T09:46:51.937000Z",
            "updatedTime": "2018-11-10T18:29:28.799647Z",
            "uploadedTime": "2011-01-31T09:46:51.937000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624227/theora/orig_9629ff4ffe3c4a28a654158d289e4775.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624227/large_thumb/large.jpg"
        },
        {
            "id": 623585,
            "name": "18_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623585/theora/4194_d45ca791589f4a248d56f4c650035b5d.ogv",
                "original": "https://upload.frikanalen.no/media/623585/original/orig_c23704f7376d401e9d12549f6815e693.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623585/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623585/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623585/broadcast/4194_8c1c4d8179b34c76a7de6709205552cd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623585/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:21",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-04-06T08:33:27.373000Z",
            "updatedTime": "2018-11-10T18:29:29.625334Z",
            "uploadedTime": "2010-04-06T08:33:27.373000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623585/theora/4194_d45ca791589f4a248d56f4c650035b5d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623585/large_thumb/large.jpg"
        }
    ]
}