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

{
    "count": 3366,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=150&ordering=-proper_import&page=4",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=50&ordering=-proper_import&page=4",
    "results": [
        {
            "id": 626251,
            "name": "EuroBSDCon 2019, Lillehammer: NUMA Optimizations in the FreeBSD Network Stack - Drew Gallatin",
            "header": "will discuss optimizations to keep network connections and their resources local to NUMA domains. These changes include:\r\n\r\nAllocating NUMA local memory to back files sent via sendfile(9).\r\nAllocating NUMA local memory for Kernel TLS crypto buffers.\r\nDirecting connections to TCP Pacers and kTLS workers bound to the local domain.\r\nDirecting incoming connections to Nginx workers bound to the local domain via modifications to SO_REUSEPORT_LB listen sockets.\r\nI will present data from real Netflix servers showing an improvement of almost 2x on AMD EPYC (85Gbs - 165Gbs), and 1.3x on Intel Xeon (140Gb/s - 180Gbs). I will present data from the Xeon system showing a 50% reduction in cross-domain traffic.\r\n\r\nDrew Gallatin\r\n\r\nDrew started working on FreeBSD at Duke in the 90s, and was one of the people behind the FreeBSD/alpha port. He worked on zero-copy TCP optimizations for FreeBSD and was sending data at over 1Gb/s before gigabit Ethernet was generally available. He spent a decade at Myricom, optimizing their drivers. After a brief hiatus at Google, he landed at Netflix, where he works on optimizing the FreeBSD kernel and network stack for content delivery. He worked on the optimizations to serve unencrypted Netflix traffic at 100Gb/s, and then on more optimizations to send encrypted traffic at 100Gb/s.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626251/theora/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626251/broadcast/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626251/large_thumb/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.jpg",
                "original": "https://upload.frikanalen.no/media/626251/original/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.mp4"
            },
            "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:40:29.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=8NSzkYSX5nY",
            "createdTime": "2019-12-25T14:57:49.526976Z",
            "updatedTime": "2019-12-26T19:27:23.236559Z",
            "uploadedTime": "2019-12-25T15:34:31.156723Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626251/theora/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626251/large_thumb/20190922T1030-22_valemon_DrewGallatin-NUMAFreeBSD.jpg"
        },
        {
            "id": 626252,
            "name": "EuroBSDCon 2019, Lillehammer: Advanced ports toolkit: near-perfect packing-list generation - Marc Espie",
            "header": "The OpenBSD ports tree uses an unique approach.\r\n\r\nInstead of ad-hoc scripts that manipulate textual information, we do have a semantic parser that creates objects for each element in the plist.\r\n\r\nThe last year saw a complete rewrite of the most complicated piece of machinery, namely update-plist.\r\n\r\nThere are lots of interesting challenges, specifically how to write a generic tool that will handle all the semantic annotations that currently figure in packing-lists with minimal special-casing:\r\n\r\nvariables that expand to nothing for some flavors,\r\nambiguous variable expansions,\r\ndirectories that may not exist for python2 ports,\r\nautomatic dispatching to the right subpackage and fragment,\r\nshared libraries,\r\nsmart file type handling for libraries, icon themes, etc\r\nBefore and after comparison shows a new tool that requires minimal human intervention (perfect packing-list re-generation in over 95% of the cases), where the old update-plist required hand-holding over half the time.\r\n\r\nMarc Espie\r\n\r\nResearcher/Teacher in development security at Epita.\r\n\r\nArchitect of the OpenBSD packages and ports system.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626252/theora/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626252/broadcast/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626252/large_thumb/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.jpg",
                "original": "https://upload.frikanalen.no/media/626252/original/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.mp4"
            },
            "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:40:41.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=aw2Gezj-Nkw",
            "createdTime": "2019-12-26T19:29:07.510903Z",
            "updatedTime": "2019-12-26T20:40:03.017099Z",
            "uploadedTime": "2019-12-26T20:03:08.913036Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626252/theora/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626252/large_thumb/20190922T1130-23_plenary_MarcEspie-AdvancedPortsToolkit.jpg"
        },
        {
            "id": 624367,
            "name": "NTNU app",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624367/theora/5458_e19b08498c064a45b376d38180c39787.ogv",
                "original": "https://upload.frikanalen.no/media/624367/original/orig_daa7c6d3037548a9b6e3f84c5eabc841.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624367/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624367/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624367/broadcast/5458_2b9b51e6340049e2b2b2ad0af7b83cfb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624367/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:01:56.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-18T18:50:50.910000Z",
            "updatedTime": "2018-11-10T18:29:28.611013Z",
            "uploadedTime": "2011-03-18T18:50:50.910000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624367/theora/5458_e19b08498c064a45b376d38180c39787.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624367/large_thumb/large.jpg"
        },
        {
            "id": 626351,
            "name": "EuroBSDCon 2019, Lillehammer: The Future of OpenZFS - Allan Jude",
            "header": "Looking at the recent changes to the OpenZFS Project, and how FreeBSD will interact with the OpenZFS Project going forward.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626351/theora/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626351/broadcast/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626351/large_thumb/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.jpg",
                "original": "https://upload.frikanalen.no/media/626351/original/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.mp4"
            },
            "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:41:47.020000",
            "categories": [],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-09T15:52:14.904125Z",
            "updatedTime": "2020-04-09T17:02:44.391383Z",
            "uploadedTime": "2020-04-09T16:35:07.877052Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626351/theora/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626351/large_thumb/20190922T1130-24_soriamoria_AllanJude-OpenZFSFuture.jpg"
        },
        {
            "id": 625404,
            "name": "Empo TV - 14.10.16",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625404/small_thumb/Empo-141016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625404/broadcast/Empo-141016.avi"
            },
            "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:30.080000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:16Z",
            "updatedTime": "2020-08-30T20:18:55.587624Z",
            "uploadedTime": "2015-06-15T08:40:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625404/theora/Empo-141016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625404/large_thumb/Empo-141016.jpg"
        },
        {
            "id": 625403,
            "name": "Empo TV - 15.02.12",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625403/small_thumb/Empo-150212.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625403/broadcast/Empo-150212.avi"
            },
            "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:10",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:40:02Z",
            "updatedTime": "2020-08-30T20:19:03.459808Z",
            "uploadedTime": "2015-06-15T08:40:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625403/theora/Empo-150212.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625403/large_thumb/Empo-150212.jpg"
        },
        {
            "id": 626345,
            "name": "2020 1.Påskedag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626345/theora/2020,1.Påskedag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626345/broadcast/2020,1.Påskedag.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626345/large_thumb/2020,1.Påskedag.jpg",
                "original": "https://upload.frikanalen.no/media/626345/original/2020,1.Påskedag.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:33:49.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T16:05:49.971193Z",
            "updatedTime": "2020-08-31T20:21:50.836532Z",
            "uploadedTime": "2020-04-06T16:18:03.612954Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626345/theora/2020,1.Påskedag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626345/large_thumb/2020,1.Påskedag.jpg"
        },
        {
            "id": 626342,
            "name": "2020 Påskeaftan",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626342/theora/2020 Påskeaftan.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626342/broadcast/2020 Påskeaftan.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626342/large_thumb/2020 Påskeaftan.jpg",
                "original": "https://upload.frikanalen.no/media/626342/original/2020 Påskeaftan.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:32:30.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T15:45:50.616810Z",
            "updatedTime": "2020-08-31T20:22:01.233784Z",
            "uploadedTime": "2020-04-06T15:57:58.128377Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626342/theora/2020 Påskeaftan.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626342/large_thumb/2020 Påskeaftan.jpg"
        },
        {
            "id": 626341,
            "name": "2020 Påskemøte Langfredag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626341/theora/2020 Påskemøte Langfredag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626341/broadcast/2020 Påskemøte Langfredag.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626341/large_thumb/2020 Påskemøte Langfredag.jpg",
                "original": "https://upload.frikanalen.no/media/626341/original/2020 Påskemøte Langfredag.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:33:39.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T15:30:09.878500Z",
            "updatedTime": "2020-08-31T20:22:13.572077Z",
            "uploadedTime": "2020-04-06T15:42:17.425674Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626341/theora/2020 Påskemøte Langfredag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626341/large_thumb/2020 Påskemøte Langfredag.jpg"
        },
        {
            "id": 626339,
            "name": "2020 Påskemøte skjærtorsdag",
            "header": "Bladet Evangelisten\r\nPåskemøter fra Hålandsdalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626339/theora/2020 Påskemøte skjærtorsdag.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626339/broadcast/2020 Påskemøte skjærtorsdag.dv",
                "original": "https://upload.frikanalen.no/media/626339/original/2020 Påskemøte skjærtorsdag.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626339/large_thumb/2020 Påskemøte skjærtorsdag.jpg"
            },
            "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:33:15.240000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-06T14:29:46.399999Z",
            "updatedTime": "2020-08-31T20:22:24.550437Z",
            "uploadedTime": "2020-04-06T14:46:46.880825Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626339/theora/2020 Påskemøte skjærtorsdag.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626339/large_thumb/2020 Påskemøte skjærtorsdag.jpg"
        },
        {
            "id": 625109,
            "name": "New Life - Program 09 2012",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625109/theora/6618_3124cb9a60fb4bf9850c6d1698a77d4c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625109/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625109/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625109/broadcast/6618_3124cb9a60fb4bf9850c6d1698a77d4c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625109/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:26:48.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2012-12-21T07:42:19.283000Z",
            "updatedTime": "2018-11-10T18:29:27.646400Z",
            "uploadedTime": "2012-12-21T07:42:19.283000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625109/theora/6618_3124cb9a60fb4bf9850c6d1698a77d4c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625109/large_thumb/large.jpg"
        },
        {
            "id": 625968,
            "name": "Glass",
            "header": "To amatørkunstkritikere treffes i et kunstgalleri og argumenterer heftig om maleriene de får se, inntil de endelig finner et kunstverk de kan enes om...",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625968/theora/Glass.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625968/broadcast/Glass.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625968/large_thumb/Glass.jpg",
                "original": "https://upload.frikanalen.no/media/625968/original/Glass.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:03:13.208333",
            "categories": [
                "Barn og ungdom",
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/Glass_201703",
            "createdTime": "2018-01-03T14:13:58.425181Z",
            "updatedTime": "2018-11-18T17:16:11.739365Z",
            "uploadedTime": "2018-11-18T17:14:48.586329Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625968/theora/Glass.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625968/large_thumb/Glass.jpg"
        },
        {
            "id": 625246,
            "name": "Empo TV - del 171",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625246/small_thumb/Empo-140306.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625246/broadcast/Empo-140306.avi"
            },
            "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:28:33.720000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-03-05T21:30:20Z",
            "updatedTime": "2020-08-30T19:30:03.464999Z",
            "uploadedTime": "2014-03-05T21:30:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625246/theora/Empo-140306.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625246/large_thumb/Empo-140306.jpg"
        },
        {
            "id": 625972,
            "name": "Snapchat-59153712.mp4 yep",
            "header": "Test",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625972/broadcast/Snapchat-59153712.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg",
                "original": "https://upload.frikanalen.no/media/625972/original/Snapchat-59153712.mp4"
            },
            "creator": "odin.omdal@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:03",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2018-02-02T23:27:20.854766Z",
            "updatedTime": "2018-11-18T14:11:40.435420Z",
            "uploadedTime": "2018-02-02T22:33:02.536532Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625972/theora/Snapchat-59153712.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625972/large_thumb/Snapchat-59153712.jpg"
        },
        {
            "id": 625408,
            "name": "Empo TV - 14.08.14",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625408/small_thumb/Empo-140814.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625408/broadcast/Empo-140814.avi"
            },
            "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:36.640000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:42:35Z",
            "updatedTime": "2020-08-30T20:18:08.277228Z",
            "uploadedTime": "2015-06-15T08:42:36Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625408/theora/Empo-140814.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625408/large_thumb/Empo-140814.jpg"
        },
        {
            "id": 625402,
            "name": "Empo TV - 14.05.08",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625402/small_thumb/Empo-140508.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625402/broadcast/Empo-140508.avi"
            },
            "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:43.840000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:39:16Z",
            "updatedTime": "2020-08-30T20:19:12.766859Z",
            "uploadedTime": "2015-06-15T08:39:18Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625402/theora/Empo-140508.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625402/large_thumb/Empo-140508.jpg"
        },
        {
            "id": 626375,
            "name": "Shofar San Remo traktaten",
            "header": "Bladet Evangelisten\r\nProgram 17",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626375/theora/Shofar San Remo traktaten.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626375/broadcast/Shofar San Remo traktaten.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626375/large_thumb/Shofar San Remo traktaten.jpg",
                "original": "https://upload.frikanalen.no/media/626375/original/Shofar San Remo traktaten.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:22:55.160000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2020-04-24T15:38:59.941415Z",
            "updatedTime": "2020-08-31T20:21:41.549624Z",
            "uploadedTime": "2020-04-24T15:54:32.848515Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626375/theora/Shofar San Remo traktaten.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626375/large_thumb/Shofar San Remo traktaten.jpg"
        },
        {
            "id": 626034,
            "name": "Caminandes 3: Llamigos",
            "header": "I denne episoden av tegnefilmserien Caminandes blir vi enda bedre kjent med vår helt Koro.  Det er vinter i Patagonia, og det er lite mat.  Llamaen Koro møter den plagsomme pingvinen Oti i en episk kamp om siste saftige bær.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626034/theora/Caminandes_ Llamigos-1080p.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626034/broadcast/Caminandes_ Llamigos-1080p.dv",
                "original": "https://upload.frikanalen.no/media/626034/original/Caminandes_ Llamigos-1080p.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626034/large_thumb/Caminandes_ Llamigos-1080p.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:02:30.125000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CaminandesLlamigos",
            "createdTime": "2018-07-15T10:14:21.647997Z",
            "updatedTime": "2018-11-18T16:51:01.276702Z",
            "uploadedTime": "2018-11-18T16:49:48.657449Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626034/theora/Caminandes_ Llamigos-1080p.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626034/large_thumb/Caminandes_ Llamigos-1080p.jpg"
        },
        {
            "id": 626045,
            "name": "Decentralized Open Source Mesh Networks - Benedict Lau",
            "header": "Benedict Lau, en bidragsyter og arrangør på (Toronto Mesh), besøker oss for å snakke om å bygge nettverk for mesh-nettverk som er selvadresserende, desentralisert og fungerer uten internettforbindelse.\r\n\r\nVi vil diskutere peer-to-peer-applikasjoner som det interplanetariske filsystemet (IPFS) og Secure Scuttlebutt (SSB), både teknisk og å utforske sosial dynamikk som oppstår når brukerne har eierskap og kontroll over webapplikasjonene de bruker. \r\n\r\nForedraget vil gå på engelsk.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626045/theora/20181009-benedictlau.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626045/broadcast/20181009-benedictlau.dv",
                "original": "https://upload.frikanalen.no/media/626045/original/20181009-benedictlau.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626045/large_thumb/20181009-benedictlau.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": "01:12:22.480000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20181009-mesh/",
            "createdTime": "2018-10-11T16:14:05.339208Z",
            "updatedTime": "2018-12-10T11:24:28.471997Z",
            "uploadedTime": "2018-10-11T14:55:24.941142Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626045/theora/20181009-benedictlau.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626045/large_thumb/20181009-benedictlau.jpg"
        },
        {
            "id": 626032,
            "name": "Trustworthy computers",
            "header": "Jonas Smedegaard, Debian developer and PureOS developer, talks about backdoors in computers, and explains how some laptops, servers, and phones minimize such risks. He brings a Purism Librem13 laptop and a few other gadgets.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626032/theora/20180109-trustworthy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626032/broadcast/20180109-trustworthy.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626032/large_thumb/20180109-trustworthy.jpg",
                "original": "https://upload.frikanalen.no/media/626032/original/20180109-trustworthy.webm"
            },
            "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:58:17.080000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180109-trustworthy/",
            "createdTime": "2018-06-24T12:01:46.903106Z",
            "updatedTime": "2018-11-26T16:24:08.378149Z",
            "uploadedTime": "2018-06-24T11:06:32.984183Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626032/theora/20180109-trustworthy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626032/large_thumb/20180109-trustworthy.jpg"
        },
        {
            "id": 626030,
            "name": "VLC 3.0 and beyond: what's new in VLC? - Jean Baptiste Kempf",
            "header": "A presentation by Jean-Baptiste Kempf about VLC, the VideoLAN project, and the new features and direction of both VLC and the complete VideoLAN project.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626030/theora/20180612-vlc.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626030/broadcast/20180612-vlc.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626030/large_thumb/20180612-vlc.jpg",
                "original": "https://upload.frikanalen.no/media/626030/original/20180612-vlc.mp4"
            },
            "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:52:59.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180612-vlc/",
            "createdTime": "2018-06-12T20:50:04.357057Z",
            "updatedTime": "2018-12-10T11:25:16.837184Z",
            "uploadedTime": "2018-06-12T19:52:36.777215Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626030/theora/20180612-vlc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626030/large_thumb/20180612-vlc.jpg"
        },
        {
            "id": 626027,
            "name": "Vincent Ambo - Where does YOUR compiler come from",
            "header": "Many people are familiar with the problems around the lack of trust in proprietary hardware components and their firmware.\r\n\r\nSimilar issues do however exist on the software side of things, especially when it comes to how we bootstrap compilers for the ubiquitous C-language.\r\n\r\nThis talk will present an overview of how these processes work in modern Linux distributions, which issues we have and what the implications are.\r\n\r\nWe'll also do a brief dive into related topics, such as repeatable build environments and reproducibility.\r\n\r\nIf you're not already aware of these issues, hopefully this talk will leave you with a newfound sense of paranoia and some pointers towards things that YOU can do to improve the situation.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626027/theora/20180313-reproducible-compiler.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626027/broadcast/20180313-reproducible-compiler.dv",
                "original": "https://upload.frikanalen.no/media/626027/original/20180313-reproducible-compiler.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626027/large_thumb/20180313-reproducible-compiler.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:49:53.980000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-05-25T13:26:37.942685Z",
            "updatedTime": "2018-12-10T11:25:32.928434Z",
            "uploadedTime": "2018-05-25T12:27:16.430192Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626027/theora/20180313-reproducible-compiler.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626027/large_thumb/20180313-reproducible-compiler.jpg"
        },
        {
            "id": 625393,
            "name": "Empo TV - 14.08.07",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625393/theora/Empo-140807.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625393/large_thumb/Empo-140807.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625393/small_thumb/Empo-140807.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625393/broadcast/Empo-140807.avi"
            },
            "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:30.360000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2015-06-15T08:36:50Z",
            "updatedTime": "2020-08-30T20:19:57.868665Z",
            "uploadedTime": "2015-06-15T08:36:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625393/theora/Empo-140807.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625393/large_thumb/Empo-140807.jpg"
        },
        {
            "id": 626055,
            "name": "Frikanalen Informasjonsfilm",
            "header": "Info!",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626055/theora/Frikanalen_1_4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626055/broadcast/Frikanalen_1_4.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626055/large_thumb/Frikanalen_1_4.jpg",
                "original": "https://upload.frikanalen.no/media/626055/original/Frikanalen_1_4.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:48.090000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2018-11-10T12:33:26.247865Z",
            "updatedTime": "2019-06-19T11:06:31.897749Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/626055/theora/Frikanalen_1_4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626055/large_thumb/Frikanalen_1_4.jpg"
        },
        {
            "id": 625925,
            "name": "ZtuntZ-High-quality.XviD.avi",
            "header": "oki",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625925/theora/ZtuntZ-High-quality.XviD.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625925/broadcast/ZtuntZ-High-quality.XviD.dv",
                "original": "https://upload.frikanalen.no/media/625925/original/ZtuntZ-High-quality.XviD.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625925/large_thumb/ZtuntZ-High-quality.XviD.jpg"
            },
            "creator": "odin.omdal@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:17:46.280000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-09-21T10:20:31.461180Z",
            "updatedTime": "2018-11-10T18:29:26.564871Z",
            "uploadedTime": "2017-09-21T08:29:37.605269Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625925/theora/ZtuntZ-High-quality.XviD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625925/large_thumb/ZtuntZ-High-quality.XviD.jpg"
        },
        {
            "id": 625846,
            "name": "Daily Tech News Show 17. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625846/broadcast/DTNS20161117.dv",
                "theora": "https://upload.frikanalen.no/media/625846/theora/DTNS20161117.ogv",
                "original": "https://upload.frikanalen.no/media/625846/original/DTNS20161117.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625846/large_thumb/DTNS20161117.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625846/small_thumb/DTNS20161117.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:35.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8036vid",
            "createdTime": "2016-12-19T11:50:21.326748Z",
            "updatedTime": "2018-11-10T18:29:26.631730Z",
            "uploadedTime": "2016-12-19T11:50:26.760578Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625846/theora/DTNS20161117.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625846/large_thumb/DTNS20161117.jpg"
        },
        {
            "id": 625845,
            "name": "Daily Tech News Show 16. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625845/theora/DTNS20161116.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625845/broadcast/DTNS20161116.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625845/small_thumb/DTNS20161116.jpg",
                "original": "https://upload.frikanalen.no/media/625845/original/DTNS20161116.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625845/large_thumb/DTNS20161116.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:08:51.090000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8027vid",
            "createdTime": "2016-12-16T13:46:52.866002Z",
            "updatedTime": "2018-11-10T18:29:26.633147Z",
            "uploadedTime": "2016-12-16T13:46:58.411406Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625845/theora/DTNS20161116.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625845/large_thumb/DTNS20161116.jpg"
        },
        {
            "id": 625844,
            "name": "Daily Tech News Show 15. November 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625844/theora/DTNS20161115.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625844/broadcast/DTNS20161115.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625844/large_thumb/DTNS20161115.jpg",
                "original": "https://upload.frikanalen.no/media/625844/original/DTNS20161115.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625844/small_thumb/DTNS20161115.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:25.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8015vid",
            "createdTime": "2016-12-15T11:30:52.547303Z",
            "updatedTime": "2018-11-10T18:29:26.634608Z",
            "uploadedTime": "2016-12-15T11:31:05.091123Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625844/theora/DTNS20161115.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625844/large_thumb/DTNS20161115.jpg"
        },
        {
            "id": 625843,
            "name": "Daily Tech News Show 14. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625843/broadcast/DTNS20161114.dv",
                "theora": "https://upload.frikanalen.no/media/625843/theora/DTNS20161114.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625843/large_thumb/DTNS20161114.jpg",
                "original": "https://upload.frikanalen.no/media/625843/original/DTNS20161114.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625843/small_thumb/DTNS20161114.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8007vid",
            "createdTime": "2016-12-15T05:55:04.980324Z",
            "updatedTime": "2018-11-10T18:29:26.636074Z",
            "uploadedTime": "2016-12-15T05:55:18.171538Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625843/theora/DTNS20161114.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625843/large_thumb/DTNS20161114.jpg"
        },
        {
            "id": 625970,
            "name": "Trustworthy computers",
            "header": "Jonas Smedegaard presents Trustworthy computers.  Buying a new laptop, phone or other computer is not easy. Many computers can run Linux nowadays, but depending on your needs fewer of them work well, if security is one of your concerns then options available to you surprisingly shrink to almost zero.\r\n\r\nThe talk will highlight some security issues and advice on what to look for in computers - laptops, phones and small home servers - for those of us concerned about privacy and want full control over our computing environments.\r\n\r\nJonas Smedegaard is a freelance systems administrator and developer with a special interest in ethically designed computers and software. Jonas is a long time Debian developer involved with several Blends including FreedomBox and DebianParl where ethical aspects of hardware and software is crucial. Since mid 2017 Jonas has been hired by Purism to help develop the Debian-based PureOS shipped with their line of Librem laptops and a future Librem phone.\r\n\r\nNUUG talk from 2018-01-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625970/theora/20180109-trustworthy-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625970/small_thumb/20180109-trustworthy-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625970/broadcast/20180109-trustworthy-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625970/large_thumb/20180109-trustworthy-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:58:22.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180109-trustworthy/",
            "createdTime": "2018-01-13T11:53:31.549830Z",
            "updatedTime": "2018-11-10T18:29:26.529023Z",
            "uploadedTime": "2018-01-13T11:55:27.396632Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625970/theora/20180109-trustworthy-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625970/large_thumb/20180109-trustworthy-frikanalen.jpg"
        },
        {
            "id": 625969,
            "name": "Nivlheim, et verktøy for datainnsamling fra datamaskiner",
            "header": "Øyvind Hagberg presenterer Nivlheim. \r\n USIT drifter maskinparken til UIO, som består av 2800+ servere (fysiske og virtuelle). Vi har utviklet et verktøy som kontinuerlig samler inn informasjon om disse, bl.a. hvordan de er konfigurert og hva slags hardware de har. Det hjelper oss å holde oversikt.\r\n\r\nPresentasjonen handler om hvordan dette verktøyet virker, og hvilke muligheter det gir oss. Vi går inn på noen tekniske detaljer, og snakker om historikken bak designvalg. Til slutt snakker vi om hva vi gjør for å gjøre dette verktøyet om til åpen kildekode, og hva vi planlegger videre.\r\n\r\nØyvind Hagberg jobber i driftsavdelingen på USIT. Han holder på med utvikling av støttesystemer for drift av maskinparken. Han har bakgrunn som utvikler, og har jobbet på USIT siden 2014.\r\n\r\nNUUG talk from 2017-12-12.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625969/theora/20171212-nivlheim-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625969/broadcast/20171212-nivlheim-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625969/small_thumb/20171212-nivlheim-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625969/large_thumb/20171212-nivlheim-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:31:57.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20171212-nivlheim/",
            "createdTime": "2018-01-13T11:10:32.818088Z",
            "updatedTime": "2018-11-10T18:29:26.530604Z",
            "uploadedTime": "2018-01-13T11:11:39.479925Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625969/theora/20171212-nivlheim-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625969/large_thumb/20171212-nivlheim-frikanalen.jpg"
        },
        {
            "id": 625967,
            "name": "Caminandes 1:  Llama Drama",
            "header": "Llamaen Koro møter en uventet hindring, og finner en overraskende løsning.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625967/theora/01_llama_drama_4096p.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625967/small_thumb/01_llama_drama_4096p.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625967/large_thumb/01_llama_drama_4096p.jpg",
                "original": "https://upload.frikanalen.no/media/625967/original/01_llama_drama_4096p.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:01:30",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.imdb.com/title/tt6059374/",
            "createdTime": "2017-12-25T11:32:18.871232Z",
            "updatedTime": "2018-11-10T18:29:26.533511Z",
            "uploadedTime": "2017-12-25T11:36:42.661097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625967/theora/01_llama_drama_4096p.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625967/large_thumb/01_llama_drama_4096p.jpg"
        },
        {
            "id": 625966,
            "name": "TED - Rutger Bregman: Poverty isn't a lack of character; it's a lack of cash",
            "header": "\"Ideas can and do change the world,\" says historian Rutger Bregman, sharing his case for a provocative one: guaranteed basic income. Learn more about the idea's 500-year history and a forgotten modern experiment where it actually worked — and imagine how much energy and talent we would unleash if we got rid of poverty once and for all.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625966/theora/RutgerBregman_2017.ogv",
                "original": "https://upload.frikanalen.no/media/625966/original/RutgerBregman_2017.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625966/broadcast/RutgerBregman_2017.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625966/small_thumb/RutgerBregman_2017.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625966/large_thumb/RutgerBregman_2017.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RutgerBregman_2017",
            "createdTime": "2017-12-21T07:58:28.543159Z",
            "updatedTime": "2018-11-10T18:29:26.534907Z",
            "uploadedTime": "2017-12-21T08:14:59.510277Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625966/theora/RutgerBregman_2017.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625966/large_thumb/RutgerBregman_2017.jpg"
        },
        {
            "id": 625877,
            "name": "Trond-Viggo.avi",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625877/broadcast/Trond-Viggo.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625877/small_thumb/Trond-Viggo.jpg"
            },
            "creator": "rune.hagerup@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:24:52.840000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-04-18T17:09:24.597922Z",
            "updatedTime": "2018-11-10T18:29:26.590380Z",
            "uploadedTime": "2017-04-18T17:10:17.920847Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625877/theora/Trond-Viggo.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625877/large_thumb/Trond-Viggo.jpg"
        },
        {
            "id": 625249,
            "name": "Empo TV - del 172",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625249/theora/Empo-140313.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625249/small_thumb/Empo-140313.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625249/large_thumb/Empo-140313.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625249/broadcast/Empo-140313.avi"
            },
            "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:18:28.160000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2014-03-16T10:45:45Z",
            "updatedTime": "2020-08-30T19:30:12.374634Z",
            "uploadedTime": "2014-03-16T10:45:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625249/theora/Empo-140313.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625249/large_thumb/Empo-140313.jpg"
        },
        {
            "id": 625928,
            "name": "Opne offentlege data",
            "header": "Kva skjer med opne data i Norge? I fleire år har offentleg sektor gjort sine data tilgjengelege så dei kan brukast av andre. Brukarane kan vere både frå privat sektor/sivilsamfunnet - såkalla vidarebruk - eller at offentleg sektor sjølve gjenbruker data.\r\n\r\nI foredraget gir Livar Bergheim ein kort introduksjon om du ikkje er kjent med opne data, du får høyre eksempel på bruk av opne data, kort historikk, kva er status, kva skjer (nye retningslinjer, felles datakatalog m.m.) og vegen vidare.\r\n\r\nNUUG talk from 2017-10-10.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625928/theora/20171010-opne-data-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625928/small_thumb/20171010-opne-data-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625928/large_thumb/20171010-opne-data-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625928/broadcast/20171010-opne-data-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:22:04.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20171010-opne-data/",
            "createdTime": "2017-10-12T08:36:36.240346Z",
            "updatedTime": "2018-11-10T18:29:26.561869Z",
            "uploadedTime": "2017-10-12T08:38:48.380607Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625928/theora/20171010-opne-data-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625928/large_thumb/20171010-opne-data-frikanalen.jpg"
        },
        {
            "id": 625927,
            "name": "An introduction to Freifunk",
            "header": "Starting with the history of Freifunk, Andreas will give an overview on Freifunk's goals and vision. It is also a history about their devices and the software they use for that. Another topic will be their social and political impact in Germany and the EU. He will also talk about how Freifunk organizes with more than 400 local communities. There will be enough time and room for questions, as well.\r\n\r\nAndreas Bräu studied computer science in the early 2000s and now works as a software developer in Berlin. Freifunk came to his life in 2006. Since then he did a lot, i.e. some firmware development, creating web sites, organizing community meetings.\r\n\r\nNUUG talk from 2017-09-12.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625927/theora/20170912-freifunk-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625927/small_thumb/20170912-freifunk-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625927/broadcast/20170912-freifunk-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625927/large_thumb/20170912-freifunk-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:37:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170912-freifunk/",
            "createdTime": "2017-10-09T11:16:08.356387Z",
            "updatedTime": "2018-11-10T18:29:26.563427Z",
            "uploadedTime": "2017-10-09T11:18:53.978862Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625927/theora/20170912-freifunk-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625927/large_thumb/20170912-freifunk-frikanalen.jpg"
        },
        {
            "id": 625855,
            "name": "Daily Tech News Show 02. December 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625855/theora/DTNS20161202.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625855/broadcast/DTNS20161202.dv",
                "original": "https://upload.frikanalen.no/media/625855/original/DTNS20161202.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625855/large_thumb/DTNS20161202.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625855/small_thumb/DTNS20161202.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:35.850000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8139vid",
            "createdTime": "2016-12-20T10:23:01.911161Z",
            "updatedTime": "2018-11-10T18:29:26.618614Z",
            "uploadedTime": "2016-12-20T10:23:06.583215Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625855/theora/DTNS20161202.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625855/large_thumb/DTNS20161202.jpg"
        },
        {
            "id": 625854,
            "name": "Daily Tech News Show 01. December 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625854/theora/DTNS20161201.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625854/broadcast/DTNS20161201.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625854/large_thumb/DTNS20161201.jpg",
                "original": "https://upload.frikanalen.no/media/625854/original/DTNS20161201.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625854/small_thumb/DTNS20161201.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:03:29.910000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8132vid",
            "createdTime": "2016-12-20T09:30:37.525533Z",
            "updatedTime": "2018-11-10T18:29:26.620122Z",
            "uploadedTime": "2016-12-20T09:30:42.262825Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625854/theora/DTNS20161201.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625854/large_thumb/DTNS20161201.jpg"
        },
        {
            "id": 625853,
            "name": "Daily Tech News Show 01. December 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625853/theora/DTNS20161130.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625853/broadcast/DTNS20161130.dv",
                "original": "https://upload.frikanalen.no/media/625853/original/DTNS20161130.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625853/large_thumb/DTNS20161130.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625853/small_thumb/DTNS20161130.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:53:28.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8125vid",
            "createdTime": "2016-12-20T08:29:07.303512Z",
            "updatedTime": "2018-11-10T18:29:26.621494Z",
            "uploadedTime": "2016-12-20T08:29:28.477836Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625853/theora/DTNS20161130.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625853/large_thumb/DTNS20161130.jpg"
        },
        {
            "id": 625905,
            "name": "Teckids: The Free Software Youth Organisation",
            "header": "Teckids is a youth organisation from Germany, aiming at establishing a free software community among children and adolescents (basically pupils). Regularly running youth programmes at FOSS conferences where children take part in workshops about many aspects of technology and computer science, Teckids provides the necessary entry level to the free software community.\r\n\r\n    Being a community organisation for young people, Teckids entirely relies on engaging those young people in all aspects of the organisation, starting from tutoring in workshops up to participating as board members. This concept brings a whole bunch of quite complicated and hard processes with it, but is entirely worth while.\r\n\r\n    We would like to introduce our work to interested participants in Norway, to present the idea behind the organisation, and maybe find people who would like to engage in the project in Norway.\r\n\r\nEike and Nik are two members of Teckids e.V. in Germany. Nik is chairperson and founding member of the organisation, and Eike, now 16 years old, is the tutor who got everything rolling back when he was 11 years old and held his first PyGame workshops at FrOSCon. The two are now lead developers of the Veripeditus project, a new tool to get young people interested in gaming involved in programming using free software tools.\r\n\r\nNUUG talk from 2017-08-08.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625905/small_thumb/20170808-teckids-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625905/broadcast/20170808-teckids-frikanalen.dv"
            },
            "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:56:00.120000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170808-teckids/",
            "createdTime": "2017-08-10T11:38:20.126965Z",
            "updatedTime": "2018-11-10T18:29:26.567706Z",
            "uploadedTime": "2017-08-10T11:40:08.983970Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625905/theora/20170808-teckids-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625905/large_thumb/20170808-teckids-frikanalen.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": 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": 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": 625874,
            "name": "TED - Katie Bouman: How to take a picture of a black hole",
            "header": "At the heart of the Milky Way, there's a supermassive black hole that feeds off a spinning disk of hot gas, sucking up anything that ventures too close — even light. We can't see it, but its event horizon casts a shadow, and an image of that shadow could help answer some important questions about the universe. Scientists used to think that making such an image would require a telescope the size of Earth — until Katie Bouman and a team of astronomers came up with a clever alternative. Learn more about how we can see in the ultimate dark.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625874/large_thumb/KatieBouman_2016X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625874/small_thumb/KatieBouman_2016X.jpg",
                "theora": "https://upload.frikanalen.no/media/625874/theora/KatieBouman_2016X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625874/broadcast/KatieBouman_2016X.dv",
                "original": "https://upload.frikanalen.no/media/625874/original/KatieBouman_2016X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:55.150000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/KatieBouman_2016X",
            "createdTime": "2017-04-07T12:12:45.224779Z",
            "updatedTime": "2018-11-10T18:29:26.594468Z",
            "uploadedTime": "2017-04-07T12:27:19.437475Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625874/theora/KatieBouman_2016X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625874/large_thumb/KatieBouman_2016X.jpg"
        },
        {
            "id": 625852,
            "name": "Daily Tech News Show 29. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625852/broadcast/DTNS20161129.dv",
                "theora": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
                "original": "https://upload.frikanalen.no/media/625852/original/DTNS20161129.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625852/small_thumb/DTNS20161129.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.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:57:38.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8105vid",
            "createdTime": "2016-12-20T07:34:15.995674Z",
            "updatedTime": "2018-11-10T18:29:26.622894Z",
            "uploadedTime": "2016-12-20T07:34:33.295839Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625852/theora/DTNS20161129.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625852/large_thumb/DTNS20161129.jpg"
        },
        {
            "id": 627803,
            "name": "Opplasting og prosessering!",
            "header": "Automatisk",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627803/theora/2023-05-12 00-03-23.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627803/broadcast/2023-05-12 00-03-23.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627803/large_thumb/2023-05-12 00-03-23.jpg",
                "original": "https://upload.frikanalen.no/media/627803/original/2023-05-12 00-03-23.mp4"
            },
            "creator": "odin.omdal@gmail.com",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:00:13.300000",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-10-22T13:51:42.519631Z",
            "updatedTime": "2023-10-22T13:51:51.811168Z",
            "uploadedTime": "2023-10-22T13:51:43.326344Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627803/theora/2023-05-12 00-03-23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627803/large_thumb/2023-05-12 00-03-23.jpg"
        },
        {
            "id": 625898,
            "name": "Melk av Ordet - Finn-Arne Lauvaas - Sion, Kautokeino",
            "header": "Melk av Ordet er et mobilt studio som besøker menigheter rundt omkring i Norge. Vi gjør opptak og har sendinger både på «Melk av Ordet»-siden på Facebook og på Frikanalen på Riks TV. Vi er for øyeblikket i frimenigheten, Sion i Kautokeino. Finn-Arne-Lauvaas er på visitt og forkynner i dagens sending.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625898/small_thumb/MyStream_19.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625898/large_thumb/MyStream_19.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625898/broadcast/MyStream_19.dv.new.dv",
                "original": "https://upload.frikanalen.no/media/625898/original/MyStream_19.mp4"
            },
            "creator": "fktest@example.com",
            "organization": {
                "id": 134,
                "name": "Isak Eira",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 2161,
                "editorName": "Isak Anders EIra",
                "editorEmail": "iaeira@hotmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:32:04",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2017-06-23T21:41:17.544839Z",
            "updatedTime": "2020-09-24T13:22:43.815156Z",
            "uploadedTime": "2017-06-23T20:54:55Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625898/large_thumb/MyStream_19.jpg"
        },
        {
            "id": 625851,
            "name": "Daily Tech News Show 28. November 2016",
            "header": "",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625851/broadcast/DTNS20161128.dv",
                "theora": "https://upload.frikanalen.no/media/625851/theora/DTNS20161128.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625851/small_thumb/DTNS20161128.jpg",
                "original": "https://upload.frikanalen.no/media/625851/original/DTNS20161128.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625851/large_thumb/DTNS20161128.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:54:09.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=8096vid",
            "createdTime": "2016-12-19T16:04:53.273764Z",
            "updatedTime": "2018-11-10T18:29:26.624302Z",
            "uploadedTime": "2016-12-19T16:04:57.746589Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625851/theora/DTNS20161128.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625851/large_thumb/DTNS20161128.jpg"
        },
        {
            "id": 626028,
            "name": "Virtual Machines and Where to Find Them",
            "header": "Viua VM is a greenfield virtual machine designed for parallel execution. Its instruction set aims to facilitate writing reliable, correct, concurrent software.\r\n\r\nSuch an undertaking is not completed in a day or two - work on Viua started in December 2014, and is still ongoing. Viua positions itself as a contender to the throne currently occupied by Erlang's VM - BEAM.\r\n\r\nApart from a technical overview, this talk will give a tour of the \"softer\" problems one may encounter while working on a piece of non-trivial Free Software. It will also discuss how work on such software may affect one's position in the academia and in the business world. This will be described from an undergraduate student's point of view, early in their carreer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626028/theora/20180410-virt-viua.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626028/broadcast/20180410-virt-viua.dv",
                "original": "https://upload.frikanalen.no/media/626028/original/20180410-virt-viua.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626028/large_thumb/20180410-virt-viua.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:44:23.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20180410-virt-viua/",
            "createdTime": "2018-05-25T13:27:46.646980Z",
            "updatedTime": "2018-11-26T16:23:24.439255Z",
            "uploadedTime": "2018-05-25T11:49:19.676966Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626028/theora/20180410-virt-viua.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626028/large_thumb/20180410-virt-viua.jpg"
        }
    ]
}