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

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3150&ordering=is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3050&ordering=is_filler",
    "results": [
        {
            "id": 625694,
            "name": "Next Generation Config Mgmt - Debconf 16",
            "header": "A presentation about a design for a next generation config management tool, and the specific problems this design solves.\n\nThree of the main design features of the tool include:\n\n* Parallel execution\n\n* Event driven mechanism\n\n* Distributed architecture\n\nThis talk will demo a prototype I've built that implements these ideas. It is written in golang, and is completely free software.\n\nI will also cover the new functionality we've added to the tool such as the automatic edge and automatic grouping features and other fun stuff that happened between now and the conference.\n\nMgmt's design goes out of its way to ensure that it always has feature parity on both Fedora and Debian simultaneously.\n\nAn introductory blog post on the subject is available. https://ttboj.wordpress.com/2016/01/18/next-generation-configuration-mgmt/ Attendees are encouraged to read it before the talk if they are interested!\n\nTalk (45 mins) session with James Shubin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625694/broadcast/Next_Generation_Config_Mgmt.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg",
                "original": "https://upload.frikanalen.no/media/625694/original/Next_Generation_Config_Mgmt.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625694/small_thumb/Next_Generation_Config_Mgmt.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:48:45.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/15/",
            "createdTime": "2016-07-21T19:34:27.896421Z",
            "updatedTime": "2018-11-10T18:29:26.851825Z",
            "uploadedTime": "2016-07-21T19:34:33.894353Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625694/theora/Next_Generation_Config_Mgmt.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625694/large_thumb/Next_Generation_Config_Mgmt.jpg"
        },
        {
            "id": 625693,
            "name": "Ultimate Debian Database: current status and future plans - Debconf 16",
            "header": "This talk will provide an overview of the current status of Ultimate Debian Database, and some discussion about future plans.\n\nTalk (20 mins) session with Lucas Nussbaum during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625693/theora/Ultimate_Debian_Database_current_status_and_future_plans.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625693/broadcast/Ultimate_Debian_Database_current_status_and_future_plans.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625693/large_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625693/small_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg",
                "original": "https://upload.frikanalen.no/media/625693/original/Ultimate_Debian_Database_current_status_and_future_plans.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:15:32.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/66/",
            "createdTime": "2016-07-21T19:16:26.613974Z",
            "updatedTime": "2018-11-10T18:29:26.853211Z",
            "uploadedTime": "2016-07-21T19:16:31.459703Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625693/theora/Ultimate_Debian_Database_current_status_and_future_plans.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625693/large_thumb/Ultimate_Debian_Database_current_status_and_future_plans.jpg"
        },
        {
            "id": 625692,
            "name": "Lessons from 15 years of NBD - Debconf 16",
            "header": "In 2001, I uploaded the very first nbd-client and nbd-server packages into Debian. A few years later, I took over upstream maintenance. Much has changed in that time, both in Debian and in the wider open source community. Some of it had an impact on NBD, some of it did not.\n\nThis talk will reflect on 15 years of NBD history, contrast it against Debian's history over the same time period, and see what we can learn from it.\n\nTalk (20 mins) session with Wouter Verhelst during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625692/broadcast/Lessons_from_15_years_of_NBD.dv",
                "theora": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625692/small_thumb/Lessons_from_15_years_of_NBD.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg",
                "original": "https://upload.frikanalen.no/media/625692/original/Lessons_from_15_years_of_NBD.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:14:41.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/58/",
            "createdTime": "2016-07-21T16:19:14.054267Z",
            "updatedTime": "2018-11-10T18:29:26.854572Z",
            "uploadedTime": "2016-07-21T16:19:21.348898Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625692/theora/Lessons_from_15_years_of_NBD.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625692/large_thumb/Lessons_from_15_years_of_NBD.jpg"
        },
        {
            "id": 625691,
            "name": "Continuous Keysigning Introduction - Debconf 16",
            "header": "Introduction to good GnuPG and keysigning practices.\n\nRe-verify the continuous keysigning hash, plus a brief introduction to what a Key-Signing Party is and how (and why!) is it being held \"continuously\" at DebConf16.\n\nTalk (20 mins) session with Stefano Rivera and Gunnar Wolf during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625691/broadcast/Continuous_Keysigning_Introduction.dv",
                "theora": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625691/small_thumb/Continuous_Keysigning_Introduction.jpg",
                "original": "https://upload.frikanalen.no/media/625691/original/Continuous_Keysigning_Introduction.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.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:21:14.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/107/",
            "createdTime": "2016-07-21T15:56:56.707335Z",
            "updatedTime": "2018-11-10T18:29:26.855970Z",
            "uploadedTime": "2016-07-21T15:57:01.945959Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625691/theora/Continuous_Keysigning_Introduction.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625691/large_thumb/Continuous_Keysigning_Introduction.jpg"
        },
        {
            "id": 623566,
            "name": "Warriors of the net",
            "header": "Har du noensinne lurt på hvordan Internet fungerer ? Hvordan en ruter ser ut ? Hvilken farge en IP pakke har ? Hvordan den kommer seg igjennom en brannmur ? Svaret på alt dette, og mere til, finner du i denne filmen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623566/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623566/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623566/broadcast/4250_dc0d809d0b1842889ca8a298c01535eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623566/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:59.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-20T20:42:42.897000Z",
            "updatedTime": "2018-11-10T18:29:29.639012Z",
            "uploadedTime": "2010-04-20T20:42:42.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623566/large_thumb/large.jpg"
        },
        {
            "id": 623564,
            "name": "Utrop TV - Flerkulturelt magasin nr 08",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
                "original": "https://upload.frikanalen.no/media/623564/original/orig_1567e20c86c747938ba05c1af6d1c690.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623564/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623564/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623564/broadcast/4206_82f63c13186442ba99f9aa29eca05b91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623564/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00.080000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:50:39.247000Z",
            "updatedTime": "2018-11-10T18:29:29.640391Z",
            "uploadedTime": "2010-04-08T09:50:39.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623564/large_thumb/large.jpg"
        },
        {
            "id": 624563,
            "name": "ForgeRock",
            "header": "Månedens tema er: «ForgeRock - Et norsk selskap med global satsing basert på fri programvare» med Stein Myrseth. Foredraget vil foregå på norsk:\r\n\r\n\r\nForedraget vil kort gå igjennom forretningsmodellen til ForgeRock siden den er basert på videreføring av flere fri programvarebaserte produkter som Oracle ikke var interessert i når de overtok Sun. De utvikler i tillegg også sine egne produkter. Uten en fri programvaremodell for disse produktene ville ikke ForgeRock vært en realitet. Foredagsholderen vil beskrive hvordan tjener de penger på fri programvare.\r\n\r\nPresentasjonen vil også dekke generelle problemstillinger med Identity & Access Management rundt områder som autentisering, autorisasjon, føderering og provisioning. Tidligere OpenSSO, nå OpenAM som de viderefører vil bli kort beskrevet sammen med resten av deres I3-platformstrategi.\r\n\r\nStein Myrseth er Head of product Management hos ForgeRock. Hans rolle er å definere de videre strategiske retningslinjer for deres I3-strategi, samt",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624563/theora/5732_c0f0bbdc829940c5baba1b4ee27bfc95.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624563/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624563/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624563/broadcast/5732_f39d0bc73d384dc1b14912de54518284.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624563/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:44.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-08-29T12:45:45Z",
            "updatedTime": "2018-11-10T18:29:28.353050Z",
            "uploadedTime": "2011-08-29T12:45:45Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624563/theora/5732_c0f0bbdc829940c5baba1b4ee27bfc95.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624563/large_thumb/large.jpg"
        },
        {
            "id": 625690,
            "name": "Learning from our keyring: What do our PGP keys say about the project? - Debconf 16",
            "header": "Since the keyring-maint team started aggressively pushing for the retirement of short, obsoleted PGP keys two years ago, I started trying to get the keyring to \"spew\" some interesting data for us. Besides just showing the evolution on the number of keys conforming to our current best-practices, I started looking at the ugly entanglement of our keyring's graphical representation, and started hypothetizing what caused certain patterns to appear in its evolution. I am currently starting to do some aging and vitality analysis on the signatures and the keys themselves.\n\nThe work I will be presenting is not likely to be a gamechanger for Debian, but it can be an entertaining way to understand social relationships in our project, and can lead us to understand some important turning points — maybe even forsee and prevent issues from arising at all.\n\nTalk (20 mins) session with Gunnar Wolf during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625690/theora/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625690/broadcast/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625690/large_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.jpg",
                "original": "https://upload.frikanalen.no/media/625690/original/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625690/small_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:34:40.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/22/",
            "createdTime": "2016-07-21T15:03:54.432108Z",
            "updatedTime": "2018-11-10T18:29:26.857322Z",
            "uploadedTime": "2016-07-21T15:04:00.329791Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625690/theora/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625690/large_thumb/Learning_from_our_keyring_What_do_our_PGP_keys_say_about_the_project.jpg"
        },
        {
            "id": 623145,
            "name": "Field Band i Norge",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623145/theora/3561_e0e3933efa174c299cdbe6f14d63fa13.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623145/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623145/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623145/broadcast/3561_dc3d06d684e04b37a789b1a99dcfa9b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623145/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:30.960000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-07T14:01:21.340000Z",
            "updatedTime": "2018-11-10T18:29:30.166480Z",
            "uploadedTime": "2009-10-07T14:01:21.340000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623145/theora/3561_e0e3933efa174c299cdbe6f14d63fa13.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623145/large_thumb/large.jpg"
        },
        {
            "id": 625689,
            "name": "The Many ARMed Monster of Reproducibility - Debconf 16",
            "header": "Describing the adventures building a build network of armhf machines\nto run reproducibility tests, using a variety of readily available\nconsumer-grade boards to increase possible reproducibility problems\ndue to hardware differences.\n\nI will endeavor to explain how it grew from a few cute machines into a\n(still a bit slow) monster. Rumours will be spread of other monsters\nlurking on the horizon.\n\nComes complete with Colored Charts, Documented Side Effects, Power\nConsumption and Bandwidth figures, and 5-12 volt tentacle\n(mis)management, and perhaps most importantly, advice on avoiding (or\nfalling prone to) the same fate yourself.\n\nTalk (20 mins) session with Vagrant Cascadian during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625689/theora/The_Many_ARMed_Monster_of_Reproducibility.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625689/broadcast/The_Many_ARMed_Monster_of_Reproducibility.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625689/large_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625689/small_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg",
                "original": "https://upload.frikanalen.no/media/625689/original/The_Many_ARMed_Monster_of_Reproducibility.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:20:59.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/19/",
            "createdTime": "2016-07-21T14:18:31.778987Z",
            "updatedTime": "2018-11-10T18:29:26.858717Z",
            "uploadedTime": "2016-07-21T14:18:37.798241Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625689/theora/The_Many_ARMed_Monster_of_Reproducibility.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625689/large_thumb/The_Many_ARMed_Monster_of_Reproducibility.jpg"
        },
        {
            "id": 625688,
            "name": "Debian on ARM devices - Debconf 16",
            "header": "This talk will cover Debian on ARM devices, including NAS devices, development boards and other devices.  The talk will briefly explain how the installer works on ARM from the point of view of a user.  It will then cover in detail how Debian on ARM is different to Debian on x86 devices and what infrastructure we created in Debian to support a wide range of ARM devices, such as flash-kernel.  Some supported platforms and devices will be covered as well.\n\nTalk (45 mins) session with Martin Michlmayr during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625688/broadcast/Debian_on_ARM_devices_2.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625688/small_thumb/Debian_on_ARM_devices_2.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg",
                "original": "https://upload.frikanalen.no/media/625688/original/Debian_on_ARM_devices_2.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:42:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/90/",
            "createdTime": "2016-07-21T12:31:39.395255Z",
            "updatedTime": "2018-11-10T18:29:26.860204Z",
            "uploadedTime": "2016-07-21T12:31:46.652771Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625688/theora/Debian_on_ARM_devices_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625688/large_thumb/Debian_on_ARM_devices_2.jpg"
        },
        {
            "id": 624251,
            "name": "TED - Lær alle barn om mat",
            "header": "TED-prisvinner Jamie Oliver deler mektige historier fra sitt anti-overvektsprosjekt i Huntington, West Virginia, samt et sjokkerende bilde av sukkeret som vi spiser, når han gjør et frontalangrep på vår mat-ignoranse.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624251/theora/5288_a841ed0b494f429487d9679fadf45c19.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624251/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624251/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624251/broadcast/5288_0e015652fcc0441499ce3e4336b31f1b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624251/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:20:18.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-10T08:22:09Z",
            "updatedTime": "2018-11-10T18:29:28.767236Z",
            "uploadedTime": "2011-02-10T08:22:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624251/theora/5288_a841ed0b494f429487d9679fadf45c19.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624251/large_thumb/large.jpg"
        },
        {
            "id": 625686,
            "name": "We need you to release Debian - Debconf 16",
            "header": "Do you want to learn how you can help make Stretch a success?\nHow the next Debian releases will be named?\nWhat changes to the release processes we have implemented and what we are considering?\nWhy your packages are being auto-removed from testing?\n\nJoin us to learn about all that and more!\n\nTalk (45 mins) session with Emilio Pozuelo Monfort during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625686/broadcast/We_need_you_to_release_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg",
                "original": "https://upload.frikanalen.no/media/625686/original/We_need_you_to_release_Debian.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625686/small_thumb/We_need_you_to_release_Debian.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:31:21.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/13/",
            "createdTime": "2016-07-21T07:12:45.636023Z",
            "updatedTime": "2018-11-10T18:29:26.868188Z",
            "uploadedTime": "2016-07-21T07:12:50.579842Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625686/theora/We_need_you_to_release_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625686/large_thumb/We_need_you_to_release_Debian.jpg"
        },
        {
            "id": 624250,
            "name": "TED - Verden trenger alle hjerner",
            "header": "Temple Grandin fick diagnosen autism som barn, och talar om hur hennes sinne fungerar. Hon delar med sig av sin förmåga att \"tänka bildligt\", som har hjälpt henne lösa problem typiska hjärnor missar. Hon argumenterar att världen behöver människor i autismspektrumet: bildliga tänkare, mönstertänkande och alla möjliga smarta nördar.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624250/theora/5284_a4d1c4a20a5f4b75857951364bf06eb7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624250/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624250/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624250/broadcast/5284_a4d1c4a20a5f4b75857951364bf06eb7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624250/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:19:39.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-08T15:30:14.220000Z",
            "updatedTime": "2018-11-10T18:29:28.768682Z",
            "uploadedTime": "2011-02-08T15:30:14.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624250/theora/5284_a4d1c4a20a5f4b75857951364bf06eb7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624250/large_thumb/large.jpg"
        },
        {
            "id": 625675,
            "name": "Free Software, Companies and You - Debconf 16",
            "header": "Free software is a unique social movement in that for-profit companies have a deep interest in the outcome of the movement. Where the interest of companies and free software ideology overlap there is a powerful amplification of effort. Many ideological individuals have become employed writing free software and companies have become an important source of funding for the movement. While for-profit involvement is important and in fact inevitable where free software is successful, we as a community must evaluate the relationships we have with companies. In this talk, Karen will examine these relationships and discuss how they impact the future of free software.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625675/broadcast/Free_Software_Companies_and_You.dv",
                "theora": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg",
                "original": "https://upload.frikanalen.no/media/625675/original/Free_Software_Companies_and_You.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625675/small_thumb/Free_Software_Companies_and_You.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:45:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/56/",
            "createdTime": "2016-07-19T19:55:46.405027Z",
            "updatedTime": "2018-11-10T18:29:26.886578Z",
            "uploadedTime": "2016-07-19T19:56:12.017078Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625675/theora/Free_Software_Companies_and_You.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625675/large_thumb/Free_Software_Companies_and_You.jpg"
        },
        {
            "id": 627399,
            "name": "Protest28AprilBaseavtaleUSA",
            "header": "Appeller mot baseavtale med USA. Protest foran Stortinget 28. april 2022",
            "description": "Protest i Oslo 28. april mot baseavtale med USA",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627399/broadcast/2022-04-28-imot-baseavtale.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg",
                "original": "https://upload.frikanalen.no/media/627399/original/2022-04-28-imot-baseavtale.mp4"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 908 24 189",
                "fkmember": true
            },
            "duration": "00:38:25.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-05-23T09:01:26.674219Z",
            "updatedTime": "2022-05-23T10:58:59.625186Z",
            "uploadedTime": "2022-05-23T09:36:39Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627399/theora/2022-04-28-imot-baseavtale.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627399/large_thumb/2022-04-28-imot-baseavtale.jpg"
        },
        {
            "id": 623143,
            "name": "Hot'n Funky",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623143/theora/3559_4e116797b1e94d4d9485c10bb06c547d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623143/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623143/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623143/broadcast/3559_6be3ea592c184f48914eb1fcdab984bb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623143/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:26.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-10-07T06:29:55.990000Z",
            "updatedTime": "2018-11-10T18:29:30.169207Z",
            "uploadedTime": "2009-10-07T06:29:55.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623143/theora/3559_4e116797b1e94d4d9485c10bb06c547d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623143/large_thumb/large.jpg"
        },
        {
            "id": 623411,
            "name": "UKATV-10, episode 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623411/theora/3619_75c689dbbd144eb59111c65bac70a5ca.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623411/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623411/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623411/broadcast/3619_effbe9d019c246128952287c93c48093.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623411/large_thumb/large.jpg"
            },
            "creator": "jakobkk@gmail.com",
            "organization": {
                "id": 45,
                "name": "UKA-TV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1842,
                "editorName": "Dag Ånnevik",
                "editorEmail": "jakobkk@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:43:25",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-11-02T08:58:21.080000Z",
            "updatedTime": "2018-11-10T18:29:29.829120Z",
            "uploadedTime": "2009-11-02T08:58:21.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623411/theora/3619_75c689dbbd144eb59111c65bac70a5ca.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623411/large_thumb/large.jpg"
        },
        {
            "id": 625685,
            "name": "It's not LAMP: Web app packaging in Sandstorm - Debconf 16",
            "header": "This talk covers how web app packaging works for the free software [Sandstorm.io](https://sandstorm.io/) project. This talk covers how Sandstorm achieves one-click installs of web apps for unprivileged users. To do this, Sandstorm's packaging tools do a few strange things:\n\n- Every app package is a tiny Debian derivative, often as small as 20MB.\n\n- Apps have no Internet connectivity to the outside world.\n\n- Sandstorm uses a FUSE filesystem to identify which files are needed to run the app.\n\n- An app bundles all its needed services, as well as files, resulting in one MySQL service per app.\n\n- Users click and run one _instance_ of an app like Etherpad per document, which is all handled transparently via a web app, a strategy that has neutralized 95% of 0-day web app vulnerabilities, based on our analysis.\n\n- Developers on Mac OS and Windows can create packages for Sandstorm, even though Sandstorm is Linux-only, due to an emphasis on Linux VMs in our development tools.\n\nSomehow we manage to make this scale reasonably well. Additionally, it is popular with upstream authors: of the >50 web apps packaged for Sandstorm, about 1/3 are maintained by their upstreams.\n\nThis talk focuses on how the Sandstorm packaging tools work, with community insights as well as technical ones, with the hopes of showing Debian how to more effectively package web apps for end users.\n\nTalk (45 mins) session with Asheesh Laroia and Sandstorm.io during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625685/broadcast/Its_not_LAMP_Web_app_packaging_in_Sandstorm.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625685/small_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg",
                "original": "https://upload.frikanalen.no/media/625685/original/Its_not_LAMP_Web_app_packaging_in_Sandstorm.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:47:22.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/85/",
            "createdTime": "2016-07-20T22:38:31.483593Z",
            "updatedTime": "2018-11-10T18:29:26.870457Z",
            "uploadedTime": "2016-07-20T22:38:39.344198Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625685/theora/Its_not_LAMP_Web_app_packaging_in_Sandstorm.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625685/large_thumb/Its_not_LAMP_Web_app_packaging_in_Sandstorm.jpg"
        },
        {
            "id": 622632,
            "name": "Vi går ombord 2 Redningsselskapet",
            "header": "Møte med redningsmenn i Redningsselskapet. Denne gang: Maskinist Oddmund Aune",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622632/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622632/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622632/broadcast/orig_f27a47b3bf684d8e88e7e402f7687d07.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
            },
            "creator": "ingvar.johnsen@nssr.no",
            "organization": {
                "id": 42,
                "name": "Redningsselskapet",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1051,
                "editorName": "Ingvar Johnsen",
                "editorEmail": "ingvar.johnsen@nssr.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:21.680000",
            "categories": [
                "Beredskap"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-06-26T15:54:06Z",
            "updatedTime": "2018-11-10T18:29:30.462817Z",
            "uploadedTime": "2009-06-26T15:54:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622632/theora/3041_a20605c51e1c42b892ab820a91731781.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622632/large_thumb/large.jpg"
        },
        {
            "id": 626499,
            "name": "Demo foran Stortinget III",
            "header": "En palestiner holder et innlegg foran Stortinget om Osloavtalen som splittet palestinerne og at den nå kan sees bort fra slik at palestinerne på nytt kan stå sammen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626499/theora/IMG_0107.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626499/broadcast/IMG_0107.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626499/large_thumb/IMG_0107.jpg",
                "original": "https://upload.frikanalen.no/media/626499/original/IMG_0107.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:08:55.702369",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-09-24T11:11:30.618284Z",
            "updatedTime": "2020-09-24T12:54:13.287138Z",
            "uploadedTime": "2020-09-24T11:54:32.204044Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626499/theora/IMG_0107.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626499/large_thumb/IMG_0107.jpg"
        },
        {
            "id": 626723,
            "name": "Konferanse om Jemen",
            "header": "Trond Ali deltar på en internasjonal konferanse om Jemen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626723/theora/Trond Ali Linstad_KonferanseOmJemen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626723/broadcast/Trond Ali Linstad_KonferanseOmJemen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626723/large_thumb/Trond Ali Linstad_KonferanseOmJemen.jpg",
                "original": "https://upload.frikanalen.no/media/626723/original/Trond Ali Linstad_KonferanseOmJemen.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:43:57.080000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-03-08T21:38:10.821846Z",
            "updatedTime": "2021-03-20T07:25:28.410402Z",
            "uploadedTime": "2021-03-09T06:27:46Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626723/theora/Trond Ali Linstad_KonferanseOmJemen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626723/large_thumb/Trond Ali Linstad_KonferanseOmJemen.jpg"
        },
        {
            "id": 623975,
            "name": "Radioamatørenes sporingssystem",
            "header": "APRS (Automatic Position Reporting System) er radioamatørenes system for GPS sporing og formidling av sporingsmeldinger via radio (og internett). Denne gangen vil Øyvind Hanssen fortelle hvordan radioamatørmiljøet i Tromsø utvikler APRS med tanke på den frivillige redningsstjenesten.\r\n\r\nDette inkluderer utbygging av infrastruktur, utvikling av fri programvarebaserte webapplikasjoner for presentasjon av sporingsinformasjon på kart og ikke minst at Tromsømiljøet utvikler en kompakt portabel tracker - en automatisk sporingssender for bruk i felten. Systemet har vært grundig testet både på bakken og i fly og vekker interesse også utenfor miljøet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623975/theora/4820_c0207aa5844542239b9ff772acfbfb1d.ogv",
                "original": "https://upload.frikanalen.no/media/623975/original/orig_f82d51ab27094acab7c3c920161ce6f8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623975/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623975/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623975/broadcast/4820_2935a672d90a46449dc2a43630f40dfc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623975/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:40",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-06T18:34:56Z",
            "updatedTime": "2018-11-10T18:29:29.116319Z",
            "uploadedTime": "2010-10-06T18:34:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623975/theora/4820_c0207aa5844542239b9ff772acfbfb1d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623975/large_thumb/large.jpg"
        },
        {
            "id": 625684,
            "name": "Software Heritage: Building the Universal Software Archive - Debconf 16",
            "header": "In the past few decades, software has become a critical part of every single bit of infrastructure running the world, from the tiniest devices we embed in our bodies to improve our health, to the biggest human creations. Software is the key to accessing all the digital information we're constantly creating, and therefore is an essential part of our cultural heritage. But software is just a bunch of bits. Unlike antique stone carvings, software gets lost, deleted, or corrupted.\n\nSoftware Heritage has set out to build the biggest archive of free software ever conceived. Our mission is to collect, preserve, organise and facilitate the sharing of all the available free software. We are laying down foundations on which a wealth of applications can be built, ranging from cultural heritage, to research and industry.\n\nWe started working in May 2015, and (as of April 2016) we have archived 2.2 billion unique files, more than 480 million project revisions across more than 16 million data sources, among which  Debian source packages from snapshot.debian.org, public GitHub repositories, and the GNU project's FTP archive.\n\nThis presentation will cover in more detail the why and the how of Software Heritage, as well as opportunities for the community to help us fulfill our goals.\n\nTalk (45 mins) session with Nicolas Dandrimont during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625684/broadcast/Software_Heritage_Building_the_Universal_Software_Archive.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg",
                "original": "https://upload.frikanalen.no/media/625684/original/Software_Heritage_Building_the_Universal_Software_Archive.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625684/small_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/42/",
            "createdTime": "2016-07-20T21:54:04.545318Z",
            "updatedTime": "2018-11-10T18:29:26.872630Z",
            "uploadedTime": "2016-07-20T21:54:09.449006Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625684/theora/Software_Heritage_Building_the_Universal_Software_Archive.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625684/large_thumb/Software_Heritage_Building_the_Universal_Software_Archive.jpg"
        },
        {
            "id": 625683,
            "name": "Surviving the Next 23 Years of Free Software - Debconf 16",
            "header": "Let's face it, GNU/Linux is no youngster! Many developers are aging and as with any large group of people, we must plan for the sad but inevitable loss of contributors. We have already lost a number of extremely important people in our community. In this talk, Karen will discuss the legal and social implications of this transition and possible mechanisms we can put in place to address them.\n\nTalk (45 mins) session with Karen Sandler during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625683/broadcast/Surviving_the_Next_23_Years_of_Free_Software.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625683/small_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg",
                "original": "https://upload.frikanalen.no/media/625683/original/Surviving_the_Next_23_Years_of_Free_Software.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:48:18.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/57/",
            "createdTime": "2016-07-20T21:10:57.849893Z",
            "updatedTime": "2018-11-10T18:29:26.874262Z",
            "uploadedTime": "2016-07-20T21:11:03.209613Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625683/theora/Surviving_the_Next_23_Years_of_Free_Software.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625683/large_thumb/Surviving_the_Next_23_Years_of_Free_Software.jpg"
        },
        {
            "id": 625682,
            "name": "Professional Open-Source Radio Astronomy - Debconf 16",
            "header": "The Square Kilometer Array radio astronomy telescope will be one of the world's largest scientific instruments, spanning half the globe, with components distributed across Africa and Australia.\n\nThe MeerKAT telescope, one of its precursors, is currently under construction in South Africa and uses fully open-source software and hardware for primary signal processing operations. When completed next year, it will be the world's most sensitive L-band array.\n\nThis talk will discuss the telescopes and their unique challenges which drive the development of open-source hardware and software to process the deluge of data. I will introduce four generations of open-source FPGA hardware along with the collaboratively-developed ecosystem of software and DSP libraries.\n\nOpen Weekend session with Jason Manley during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625682/broadcast/Professional_OpenSource_Radio_Astronomy.dv",
                "original": "https://upload.frikanalen.no/media/625682/original/Professional_OpenSource_Radio_Astronomy.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625682/small_thumb/Professional_OpenSource_Radio_Astronomy.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:39.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/113/",
            "createdTime": "2016-07-20T15:01:07.299487Z",
            "updatedTime": "2018-11-10T18:29:26.875899Z",
            "uploadedTime": "2016-07-20T15:01:12.645352Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625682/theora/Professional_OpenSource_Radio_Astronomy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625682/large_thumb/Professional_OpenSource_Radio_Astronomy.jpg"
        },
        {
            "id": 625664,
            "name": "TED - Adam Savage: My love letter to cosplay",
            "header": "Adam Savage makes things and builds experiments, and he uses costumes to add humor, color and clarity to the stories he tells. Tracing his lifelong love of costumes — from a childhood space helmet made of an ice cream tub to a No-Face costume he wore to Comic-Con — Savage explores the world of cosplay and the meaning it creates for its community. \"We're connecting with something important inside of us,\" he says. \"The costumes are how we reveal ourselves to each other.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625664/original/AdamSavage_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625664/large_thumb/AdamSavage_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625664/broadcast/AdamSavage_2016.dv",
                "theora": "https://upload.frikanalen.no/media/625664/theora/AdamSavage_2016.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625664/small_thumb/AdamSavage_2016.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:13:11.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AdamSavage_2016",
            "createdTime": "2016-07-15T19:00:04.309358Z",
            "updatedTime": "2018-11-10T18:29:26.902236Z",
            "uploadedTime": "2016-07-15T19:57:09.255810Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625664/theora/AdamSavage_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625664/large_thumb/AdamSavage_2016.jpg"
        },
        {
            "id": 625681,
            "name": "The Electronic Struggle - Debconf 16",
            "header": "The role of information technology in the struggle for freedom, including the IBM apartheid case -- (the dompas, my correspondence with Mondo2000, Wired Magazine and Khulumani), nascent online protests, modem activism  (West Coast, Silicon Valley and Cape Town), the dawn of information rights in South Africa, (Article 14 Privacy, 32 Access to Information),  NetDemocracy and Constitution Building during 1995-1996 (canvassing of Communication Minister's Jay Naidoo and Pallo Jordan, iCafe sessions), some important milestones along the way, Electronic Freedom Charter, recent activism around the Cybercrime Bill, Privacy and Information Access, and other bills eroding communications freedom.\n\nOpen Weekend session with David Robert Lewis during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625681/broadcast/The_Electronic_Struggle.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625681/small_thumb/The_Electronic_Struggle.jpg",
                "original": "https://upload.frikanalen.no/media/625681/original/The_Electronic_Struggle.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:50:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/112/",
            "createdTime": "2016-07-20T08:15:36.946218Z",
            "updatedTime": "2018-11-10T18:29:26.877560Z",
            "uploadedTime": "2016-07-20T08:15:47.309019Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625681/theora/The_Electronic_Struggle.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625681/large_thumb/The_Electronic_Struggle.jpg"
        },
        {
            "id": 625680,
            "name": "What is Debian? - Debconf 16",
            "header": "A friendly introduction to free software, open source, and Debian, with an opportunity for the audience to ask questions.\n\nOpen Weekend session with Bdale Garbee, Allison Randal, Neil McGovern, Bernelle Verster, Steve McIntyre and John Sullivan during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625680/broadcast/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625680/small_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg",
                "original": "https://upload.frikanalen.no/media/625680/original/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:43:01.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/120/",
            "createdTime": "2016-07-20T07:10:24.249022Z",
            "updatedTime": "2018-11-10T18:29:26.879342Z",
            "uploadedTime": "2016-07-20T07:10:29.322512Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625680/theora/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625680/large_thumb/What_is_Open_Source_and_how_does_Debian_fit_in_to_that.jpg"
        },
        {
            "id": 623974,
            "name": "Inside Israel Oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623974/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623974/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623974/broadcast/4784_ac307a35725e4eddaa99dda7530b9c04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623974/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:04.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-09-29T12:38:32.770000Z",
            "updatedTime": "2018-11-10T18:29:29.117691Z",
            "uploadedTime": "2010-09-29T12:38:32.770000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623974/large_thumb/large.jpg"
        },
        {
            "id": 625678,
            "name": "What I learned from 365 days of contributing to Open Source projects - Debconf 16",
            "header": "Last year, I committed myself to contribute to Open Source projects, daily, for 365 days in a row. The talk will tell a story of this experience, the difficulties encountered, lessons learned and why (or not) you should consider doing this as well.\n\nNo technical background is required.\n\nTalk (20 mins) session with Dieter Adriaenssens during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625678/broadcast/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.dv",
                "theora": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625678/small_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg",
                "original": "https://upload.frikanalen.no/media/625678/original/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.webm"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:23:10.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/81/",
            "createdTime": "2016-07-20T06:06:19.148192Z",
            "updatedTime": "2018-11-10T18:29:26.882330Z",
            "uploadedTime": "2016-07-20T06:06:24.281799Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625678/theora/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625678/large_thumb/What_I_learned_from_365_days_of_contributing_to_Open_Source_projects.jpg"
        },
        {
            "id": 623973,
            "name": "Ruby on Rails for enterprise behov",
            "header": "Presentasjon av erfaringer med Ruby on Rails og bruk i enterprise-sammenheng. Det blir fokus på større og mindre grep og verktøyvalg for å jobbe effektivt med rails. Det sees på datakonsistens, kildekodekontroll, utrullingsrutiner, tidspesparende plugins, testing og caching. Det blir spesiell fokus på verktøyene ruby, fkwebql, capistrano, git, active scaffold, memcached, samt noen plugins.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
                "original": "https://upload.frikanalen.no/media/623973/original/orig_52c53f3c0f4444d0a6d4d15f0bd8f839.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623973/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623973/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623973/broadcast/4818_2add26291df6475d84d061cab6cbda28.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623973/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:54:39.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T14:38:25.037000Z",
            "updatedTime": "2018-11-10T18:29:29.119084Z",
            "uploadedTime": "2010-10-05T14:38:25.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623973/large_thumb/large.jpg"
        },
        {
            "id": 625673,
            "name": "FLOSSing for healthier society - Debconf 16",
            "header": "Code For South Africa use technology to promote informed decision making for social change.\r\n\r\nThis talk points out some of the tech and principles we use to maximise our positive impact on society. From building a data gathering platform for citizen journalists, to releasing government financial data, FLOSS and a lean process helps deliver the best bang for the buck in these important partnerships. Often avoiding writing new software delivers more value, and frees us so that when we do need to write something, it counts.\r\n\r\nOpen Weekend session with J.D. Bothma during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg",
                "original": "https://upload.frikanalen.no/media/625673/original/FLOSSing_for_healthier_society.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625673/small_thumb/FLOSSing_for_healthier_society.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625673/broadcast/FLOSSing_for_healthier_society.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:19.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/118/",
            "createdTime": "2016-07-19T19:18:44.823747Z",
            "updatedTime": "2018-11-10T18:29:26.889393Z",
            "uploadedTime": "2016-07-19T19:37:26.773299Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg"
        },
        {
            "id": 625672,
            "name": "Debugging the IoT - Open Hardware Panel - Debconf 16",
            "header": "Panel discussion, aimed at the general public and more technical participants alike.\r\n\r\nThe panel hosted by Bernelle Verster discuss the open hardware movement, and how it fits in with Smart Homes. It highlight and discuss the futurology, trends, and challenges. Challenges include security, the role of big vendors, the requirement for a more powerful platform, competing interests and the role of industrial providers.\r\n\r\nOpen Weekend session with Bdale Garbee, Bernelle Verster and Andy Simpkins during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625672/broadcast/Debugging_the_IoT.dv",
                "theora": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg",
                "original": "https://upload.frikanalen.no/media/625672/original/Debugging_the_IoT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625672/small_thumb/Debugging_the_IoT.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:38:25.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/119/",
            "createdTime": "2016-07-19T18:26:30.277131Z",
            "updatedTime": "2018-11-10T18:29:26.890872Z",
            "uploadedTime": "2016-07-19T18:43:27.837124Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg"
        },
        {
            "id": 622431,
            "name": "Think",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622431/theora/2300_9b33575627524c14bdfec59de0aace5c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622431/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622431/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622431/broadcast/orig_Think NY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622431/large_thumb/large.jpg"
            },
            "creator": "leif_egge@yahoo.no",
            "organization": {
                "id": 107,
                "name": "ElectricAid.org",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1211,
                "editorName": "Leif Egge",
                "editorEmail": "leif_egge@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:08:07.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T14:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.732542Z",
            "uploadedTime": "2009-01-02T14:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622431/theora/2300_9b33575627524c14bdfec59de0aace5c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622431/large_thumb/large.jpg"
        },
        {
            "id": 625656,
            "name": "TED - Malte Spitz: Your phone company is watching",
            "header": "What kind of data is your cell phone company collecting? Malte Spitz wasn’t too worried when he asked his operator in Germany to share information stored about him. Multiple unanswered requests and a lawsuit later, Spitz received 35,830 lines of code -- a detailed, nearly minute-by-minute account of half a year of his life.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625656/broadcast/MalteSpitz_2012G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625656/small_thumb/MalteSpitz_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625656/original/MalteSpitz_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv"
            },
            "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:09:56.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MalteSpitz_2012G",
            "createdTime": "2016-06-30T19:52:16.299147Z",
            "updatedTime": "2018-11-10T18:29:26.913484Z",
            "uploadedTime": "2016-06-30T20:10:28.994824Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg"
        },
        {
            "id": 623970,
            "name": "OpenStreetmap og frie kartdata",
            "header": "OpenStreetMap er verdens største prosjekt for å samle inn og tilby frie kartdata. Mer enn 200 000 registrerte bidragsytere verden over leverer data. Prosjektet startet i England i 2004 og har i mange land kommet veldig langt. Foredragsholder vil fortelle om dette imponerende prosjektet som er i ferd med å kartlegge hele verden, hvordan du kan bidra og hvordan alle kan dra nytte av disse dataene. Allerede i dag bruker f.eks en rekke firmaer dataene i løsninger de leverer, og en rekke brukere av GPS i bilen eller ute på tur i skog og mark kan gratis laste ned nye oppdaterte kart.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
                "original": "https://upload.frikanalen.no/media/623970/original/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623970/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623970/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623970/broadcast/4798_24eb07960d284976991c357f5533450a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623970/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:08.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T07:01:07Z",
            "updatedTime": "2018-11-10T18:29:29.121821Z",
            "uploadedTime": "2010-10-05T07:01:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623970/large_thumb/large.jpg"
        },
        {
            "id": 625653,
            "name": "TED - Stephen Wilkes: The passing of time, caught in a single photo",
            "header": "Photographer Stephen Wilkes crafts stunning compositions of landscapes as they transition from day to night, exploring the space-time continuum within a two-dimensional still photograph. Journey with him to iconic locations like the Tournelle Bridge in Paris, El Capitan in Yosemite National Park and a life-giving watering hole in heart of the Serengeti in this tour of his art and process.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625653/small_thumb/StephenWilkes_2016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625653/broadcast/StephenWilkes_2016.dv",
                "original": "https://upload.frikanalen.no/media/625653/original/StephenWilkes_2016.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:40.940000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/StephenWilkes_2016",
            "createdTime": "2016-06-30T09:44:48.273268Z",
            "updatedTime": "2018-11-10T18:29:26.917602Z",
            "uploadedTime": "2016-06-30T10:13:51.242438Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg"
        },
        {
            "id": 622567,
            "name": "Medieinsp. - Åpen",
            "header": "Åpne og inkluderende medier?",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622567/theora/2273_fc5ebc5bdf884a5491ff34962e66845d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622567/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622567/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622567/broadcast/orig_cc421e323ed34175bfebebce2e1536d0.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622567/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:12.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T13:53:00Z",
            "updatedTime": "2023-07-17T21:54:42.807367Z",
            "uploadedTime": "2009-01-02T13:53:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622567/theora/2273_fc5ebc5bdf884a5491ff34962e66845d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622567/large_thumb/large.jpg"
        },
        {
            "id": 624235,
            "name": "Utrop TV - Studio1",
            "header": "Debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624235/theora/orig_c37cd2b8045645279b1b3b32f0817643.ogv",
                "original": "https://upload.frikanalen.no/media/624235/original/orig_c37cd2b8045645279b1b3b32f0817643.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624235/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624235/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624235/broadcast/4686_001daa6bf2f4453b93987123785e652e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624235/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:12.440000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-30T14:07:39.727000Z",
            "updatedTime": "2018-11-10T18:29:28.789961Z",
            "uploadedTime": "2010-08-30T14:07:39.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624235/theora/orig_c37cd2b8045645279b1b3b32f0817643.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624235/large_thumb/large.jpg"
        },
        {
            "id": 623555,
            "name": "Talentfabrikken 22. oktober 2010 (R)",
            "header": "Reprise fra uke 18, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623555/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623555/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623555/broadcast/4230_c9e8991ffc474611a0cb468b59fe1699.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623555/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:38.360000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:54:07.790000Z",
            "updatedTime": "2018-11-10T18:29:29.652537Z",
            "uploadedTime": "2010-04-14T19:54:07.790000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623555/large_thumb/large.jpg"
        },
        {
            "id": 624232,
            "name": "Redd pressen - Barnehagen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624232/theora/5259_0cbab5fb88344497849312ba525bbd30.ogv",
                "original": "https://upload.frikanalen.no/media/624232/original/orig_ddd73d6e3f73418e8ca4206fc3fe7293.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624232/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624232/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624232/broadcast/5259_0590294e213341a790a362fc527144a5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624232/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:56",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:45:25.310000Z",
            "updatedTime": "2018-11-10T18:29:28.792756Z",
            "uploadedTime": "2011-02-03T08:45:25.310000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624232/theora/5259_0cbab5fb88344497849312ba525bbd30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624232/large_thumb/large.jpg"
        },
        {
            "id": 624231,
            "name": "SKUP - Dokument",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624231/theora/5257_6493be22065d41e08551b22e23598c4d.ogv",
                "original": "https://upload.frikanalen.no/media/624231/original/orig_169fe1eaea474cc9bb87069c30589d52.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624231/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624231/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624231/broadcast/5257_4e006a99835e4762bcf5540ecdbdf680.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624231/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:07:39.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:39:43.797000Z",
            "updatedTime": "2018-11-10T18:29:28.794125Z",
            "uploadedTime": "2011-02-03T08:39:43.797000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624231/theora/5257_6493be22065d41e08551b22e23598c4d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624231/large_thumb/large.jpg"
        },
        {
            "id": 626772,
            "name": "The Blockade and The Dire Humanitarian Impact",
            "header": "Trond Ali Linstad was invited to a video conference regarding the humanitarian crisis in Yemen. The topic of the discussion was \"The Blockade and The Dire Humanitarian Impact\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626772/broadcast/The Blockade and The Dire Humanitarian Impact.dv",
                "original": "https://upload.frikanalen.no/media/626772/original/The Blockade and The Dire Humanitarian Impact.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "01:06:32.073283",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-11T17:40:14.484923Z",
            "updatedTime": "2021-04-12T20:58:30.880090Z",
            "uploadedTime": "2021-04-11T17:44:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.jpg"
        },
        {
            "id": 624229,
            "name": "Redd pressen!",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624229/theora/5256_bbaed539bbfa4aa294ce66a3f6ff0635.ogv",
                "original": "https://upload.frikanalen.no/media/624229/original/orig_64d34d5369cf43a891be5d91e17d722f.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624229/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624229/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624229/broadcast/5256_878c1cd4e15c4634bf0c0d29ed99f54b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624229/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:11:27.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-03T08:34:55.573000Z",
            "updatedTime": "2018-11-10T18:29:28.796875Z",
            "uploadedTime": "2011-02-03T08:34:55.573000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624229/theora/5256_bbaed539bbfa4aa294ce66a3f6ff0635.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624229/large_thumb/large.jpg"
        },
        {
            "id": 626497,
            "name": "Demo foran Stortinget",
            "header": "Demo foran Stortinget om avtalen mellom Bahrain, Israel, FAE og USA",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626497/broadcast/IMG_0096.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg",
                "original": "https://upload.frikanalen.no/media/626497/original/IMG_0096.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:03:15.295295",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-09-23T21:57:28.311665Z",
            "updatedTime": "2020-11-07T13:42:29.226819Z",
            "uploadedTime": "2020-09-23T22:12:14.754826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg"
        },
        {
            "id": 624226,
            "name": "5080TV sending 1",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
                "original": "https://upload.frikanalen.no/media/624226/original/orig_f9fb7e67a2ef41ee9b1f298a28888974.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624226/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624226/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624226/broadcast/5254_b9ff794c12e1431881d2999753f93806.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:31:41.320000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:19:52.987000Z",
            "updatedTime": "2018-11-10T18:29:28.801038Z",
            "uploadedTime": "2011-02-02T19:19:52.987000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624226/theora/5254_c24ee5bfbe904ba0a5981cbae93513b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624226/large_thumb/large.jpg"
        },
        {
            "id": 625627,
            "name": "Enkel grafisk nettverksplanlegging med PrimeDesktop",
            "header": "Dette foredraget handler om PrimeDesktop - et kartleggingsverktøy spesielt rettet mot nettverksadministratorer, som skal hjelpe med driften av og rundt et nettverk. Verktøyet kan hjelpe med å holde oversikt over blant annet topologi, nettverks regler og brukergruppers rettigheter, samt hardware og software i nettverket.\r\n\r\nMålet med prosjektet er å gjøre drift av nettverk mer håndterlig, oversiktlig og kostnadseffektivt ved å hjelpe med opplæring, feilsøking og vedlikehold på et vis der selv nybegynnere kan komme igang med jobben.\r\n\r\nBahram gir en kort introduksjon til prosjektet, forteller litt om hvordan verktøyet kan være nyttig i forskjellige nettverk sammenheng og gir en demonstrasjon for å vise forskjellige egenskaper ved verktøyet.\r\n\r\nBahram Malaekeh er prosjektleder og utvikler i PrimeDesktop, og har funnet motivasjonen for prosjektet etter erfaringer han gjorde som nettverksadministrator hos Elkjøp. Bahram har studert ved Dataingeniør-linjen ved Høyskolen i Oslo hvor han oppdaget han ikke kunne bestemme seg om det var Mark Burgess eller Richard Stallman som var hans idol.\r\n\r\nNUUG-foredrag fra 2010-11-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625627/broadcast/20101109-primedesktop-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625627/small_thumb/20101109-primedesktop-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:08:22.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-14T09:53:32.872382Z",
            "updatedTime": "2018-11-10T18:29:26.957816Z",
            "uploadedTime": "2016-06-14T09:55:41.376144Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg"
        },
        {
            "id": 624225,
            "name": "5080 - Laffen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
                "original": "https://upload.frikanalen.no/media/624225/original/orig_2a13efc183eb45ed8394dd99724ba9d3.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624225/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624225/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624225/broadcast/5253_9643f09395714a3cacc6ea41c902adc1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:26.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:57.003000Z",
            "updatedTime": "2018-11-10T18:29:28.802433Z",
            "uploadedTime": "2011-02-02T19:18:57.003000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624225/theora/5253_b1cab8c9412645b9ba738b8227ef25b1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624225/large_thumb/large.jpg"
        },
        {
            "id": 625624,
            "name": "Common Lisp som praktisk verktøy",
            "header": "Lisp er et av verdens eldste programmeringsspråk, men er mest kjent som et akademisk verktøy innen kunstig intelligens. Det ble oppfunnet av John McCarthy i 1958, og koblingen lisp og kunstig intelligens ble oppfrisket i massemedia igjen for noen dager siden da McCarthy døde, 84 år gammel.\r\n\r\nMen den viktigste lisp-dialekten, industristandarden Common Lisp, egner seg også til praktiske programmeringsformål langt fra kunstig intelligens.\r\n\r\nForedragsholder Espen Vestre har brukt Common Lisp til større  prosjekter både hos Telenor og sin nåværende arbeidsgiver Netfonds Bank.\r\n\r\nNUUG-foredrag fra 2011-11-08.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625624/broadcast/20111108-common-lisp-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625624/small_thumb/20111108-common-lisp-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:55:06.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-13T09:23:59.558076Z",
            "updatedTime": "2018-11-10T18:29:26.962154Z",
            "uploadedTime": "2016-06-13T09:25:46.532750Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg"
        }
    ]
}