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

{
    "count": 3549,
    "next": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=650&ordering=-duration",
    "previous": "https://frikanalen.no/api/videos/?format=api&limit=50&offset=550&ordering=-duration",
    "results": [
        {
            "id": 625023,
            "name": "Holder de ord",
            "header": "NUUGs samarbeidspartner Holder De Ord presenterer hvordan de lager løsningen for å holde stortingspolitikerne i ørene.\r\n\r\nNUUG talk from 2012-08-14.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625023/theora/6493_6658f4dc15024683b15990bce3a4a867.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625023/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/625023/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625023/broadcast/6493_6658f4dc15024683b15990bce3a4a867.avi",
                "largeThumb": "https://upload.frikanalen.no/media/625023/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:39:09",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-10-18T19:02:37Z",
            "updatedTime": "2018-11-10T18:29:27.761031Z",
            "uploadedTime": "2012-10-18T19:02:37Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625023/theora/6493_6658f4dc15024683b15990bce3a4a867.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625023/large_thumb/large.jpg"
        },
        {
            "id": 626767,
            "name": "Juda og Israel",
            "header": "Ett folk",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626767/theora/Juda og Israel.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626767/broadcast/Juda og Israel.dv",
                "original": "https://upload.frikanalen.no/media/626767/original/Juda og Israel.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626767/large_thumb/Juda og Israel.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:08.666667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-04-08T16:37:49.814402Z",
            "updatedTime": "2021-04-08T16:59:04.673478Z",
            "uploadedTime": "2021-04-08T16:40:28.523782Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626767/theora/Juda og Israel.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626767/large_thumb/Juda og Israel.jpg"
        },
        {
            "id": 622967,
            "name": "Akkurat nå! 16.august",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622967/theora/2905_0bee39f47e114e5c997a315c86cf0c91.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622967/broadcast/orig_9885dc09bae44dcca6c30f3bd3f70b82.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622967/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:39:04.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:16:04.343000Z",
            "updatedTime": "2018-11-10T18:29:30.383118Z",
            "uploadedTime": "2009-05-16T12:16:04.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622967/theora/2905_0bee39f47e114e5c997a315c86cf0c91.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622967/large_thumb/large.jpg"
        },
        {
            "id": 626238,
            "name": "EuroBSDCon 2019, Lillehammer: Rust: Systems Programmers Can Have Nice Things - Arun Thomas",
            "header": "Arun Thomas presents.\r\n\r\nRust is a new programming language, originally from Mozilla, that combines the safety and productivity of a high-level language with the performance and low-level control of a traditional systems language. Rust achieves this combination through clever and pragmatic programming language design — along with awesome tooling and libraries.\r\n\r\nIn this talk, I will dive into the features that make Rust the right choice for 21st-century systems programming. I will give a general introduction to the language and an overview of the Rust ecosystem. I will also walk through the process of developing Rust on BSD.\r\n\r\nArun Thomas\r\n\r\nArun Thomas is an operating systems researcher and an open source developer. He got his first taste of BSD in 2002.\r\n\r\nArun is a Principal Scientist at Draper Laboratory. At Draper, Arun leads the DARPA-funded SSITH/HOPE project, a research collaboration with the University of Pennsylvania, MIT, PSU, INRIA, Dover Microsystems, and Dornerworks to develop a hardware security architecture that enables flexible, verified policy enforcement on RISC-V. Recently, he has been exploring the use of Rust as a foundational technology for building secure systems. Arun has spoken about systems programming topics at ARM TechCon, the Embedded Systems Conference (ESC), BSDCan, EuroBSDcon, BSDTW, FOSDEM, Systems We Love, the RISC-V Workshop, and the Oxidize Embedded Rust Conference.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626238/broadcast/20190922T0930-18_soriamoria_ArunThomas-Rust.dv",
                "original": "https://upload.frikanalen.no/media/626238/original/20190922T0930-18_soriamoria_ArunThomas-Rust.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:39:01.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.youtube.com/watch?v=M2dkr4seKto",
            "createdTime": "2019-12-21T13:21:01.388442Z",
            "updatedTime": "2019-12-26T19:28:58.830331Z",
            "uploadedTime": "2019-12-21T15:20:41.595555Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626238/theora/20190922T0930-18_soriamoria_ArunThomas-Rust.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626238/large_thumb/20190922T0930-18_soriamoria_ArunThomas-Rust.jpg"
        },
        {
            "id": 628052,
            "name": "Medieovervåkerne s.2, e.13: Dødsskvadroner herjer i Syria",
            "header": "Dødsskvadroner herjer i Syria",
            "description": "Det pågår et folkemord på alawitter i Syria. Den nye regjeringen, som med vestlig støtte tok makten i desember i fjor, består av tidligere Al-Qaida terrorister. Disse sverger til en ektrem, jihadistisk variant av islam, der andre betraktes som vantro. De alarmerende meldingene som kommer fra Syria er tema for denne episoden, hvor Eva Thomassen og Rita Koefoed Khairbek er gjester.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628052/theora/D�dsskvadroner herjer i Syria.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628052/broadcast/D�dsskvadroner herjer i Syria.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628052/large_thumb/D�dsskvadroner herjer i Syria.jpg",
                "original": "https://upload.frikanalen.no/media/628052/original/D�dsskvadroner herjer i Syria.mp4"
            },
            "creator": "spartakus@protonmail.com",
            "organization": {
                "id": 290,
                "name": "Medieovervåkerne",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": true
            },
            "duration": "00:39:01.033333",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-03-22T20:33:03.345483Z",
            "updatedTime": "2025-03-22T20:58:43.749427Z",
            "uploadedTime": "2025-03-22T20:35:35.720077Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628052/theora/D�dsskvadroner herjer i Syria.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628052/large_thumb/D�dsskvadroner herjer i Syria.jpg"
        },
        {
            "id": 628136,
            "name": "Diesen og Macgregor om Russlands gjengjeldelse",
            "header": "Russlands gjengjeldelse og Natos fallende relevanse",
            "description": "Original tittel: Douglas Macgregor: Russia's Retaliation & NATO's Declining Relevance",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628136/theora/Diesen_Macgregor.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628136/broadcast/Diesen_Macgregor.dv",
                "original": "https://upload.frikanalen.no/media/628136/original/Diesen_Macgregor.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628136/large_thumb/Diesen_Macgregor.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:38:52.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-06-16T10:01:16.924763Z",
            "updatedTime": "2025-06-16T12:47:12.558259Z",
            "uploadedTime": "2025-06-16T10:04:50Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628136/theora/Diesen_Macgregor.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628136/large_thumb/Diesen_Macgregor.jpg"
        },
        {
            "id": 626109,
            "name": "FSCONS 2017 - Gustav Eek - Communication Infrastructure - a form of resistance",
            "header": "In this lecture the democratic principles of Fripost, the free email\r\nassociation (founded in 2010) will be presented. Infrastructure for\r\nelectronic communication will be resembled with a common good (a\r\nresource). That using a critique of the public–private dichotomy,\r\nand the tragedy of the commons. I will then demonstrate how also\r\ncomplicated resources can (and must) be made subject to democratic\r\ncontrol.\r\n\r\nThe importance of Internet as communication medium can not be questioned. For those who take user freedom seriously it is saddening to see how the Internet has changed from being a common and highly distributed network to the increasingly privatised web we encounter today.\r\n\r\nIn this lecture I will present the democratic principles of Fripost, the free email association which was founded as a reaction to that development. I will resemble infrastructure for electronic communication with a common good (a resource), and I will demonstrate how also complicated resources can (and must) be made subject to democratic control.\r\n\r\nFripost and its foundation and democratic principals has been presented several times since its constitution in 2010, also at FSCONS. This is why the lecture also will take a different and broader stand, inspired by some recent readings. The Fripost initative will also be put in context of local struggles with global implication.\r\n\r\nIn short, the idea that every resource needs an single responsible and managing owner is unsatisfactory as well as the dichotomy public–private. What is not managed can not yield profit. But some things are to important even to be managed. Naturally this touches on a critique (which has been presented many times before) of Hardin’s classical tragedy of the commons. Regarding the enclosure of the commons, management in it self causes the scarcity, The commons are not scarce resources that requires management.\r\n\r\nSee ref url for further details.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626109/theora/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626109/broadcast/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626109/large_thumb/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.jpg",
                "original": "https://upload.frikanalen.no/media/626109/original/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:51.380000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "https://archive.org/details/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gust",
            "createdTime": "2018-12-13T20:23:16.798612Z",
            "updatedTime": "2018-12-14T10:10:22.181131Z",
            "uploadedTime": "2018-12-13T22:37:18.124854Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626109/theora/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626109/large_thumb/fscons17_-_325_-_en_-_java_-_201711051700_-_communication_infrastructure_a_form_of_resistance_-_gustav_eek.jpg"
        },
        {
            "id": 625696,
            "name": "Bits from the DPL - Debconf 16",
            "header": "State of the project, ongoing activities and planned changes\n\nTalk (45 mins) session with Mehdi Dogguy during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625696/broadcast/Bits_from_the_DPL_2.dv",
                "theora": "https://upload.frikanalen.no/media/625696/theora/Bits_from_the_DPL_2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625696/small_thumb/Bits_from_the_DPL_2.jpg",
                "original": "https://upload.frikanalen.no/media/625696/original/Bits_from_the_DPL_2.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625696/large_thumb/Bits_from_the_DPL_2.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:36.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/51/",
            "createdTime": "2016-07-21T21:24:38.391579Z",
            "updatedTime": "2018-11-10T18:29:26.849059Z",
            "uploadedTime": "2016-07-21T21:24:43.516878Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625696/theora/Bits_from_the_DPL_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625696/large_thumb/Bits_from_the_DPL_2.jpg"
        },
        {
            "id": 626106,
            "name": "FSCONS 2017 - Petter Joelson - Digidem Lab -- bringing together hackers and activists for social change",
            "header": "We live in a turbulent time, where many countries in Europe face the long term effects of austerity, the rising threat of right wing populism and a lack of or deteriorating trust in political process or impact. But in places like Iceland and Spain this trend has partly been countered thanks to collaboration between social movements and the civic tech community, by creating new forms of direct democratic participation with digital tools.\r\n\r\nIn the workshop we explore successful examples of digital democracy projects and their relevance to our Nordic countries. How can we change the political landscape by a more extensive engagement in new technology for participation and how do we best collaborate between hackers and social movements?\r\n\r\nDigidem Lab is a new space in Gothenburg, Sweden, where young people come together to develop tech products for participation, as well as promoting and building on existing tools. We work in cooperation with social movements and bring together young activists, developers, designers and anyone who believes another world is possible. We believe new forms of participation need to come from below and spread to all sectors of society.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626106/theora/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626106/broadcast/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.dv",
                "original": "https://upload.frikanalen.no/media/626106/original/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626106/large_thumb/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:34.140000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_f",
            "createdTime": "2018-12-13T19:28:02.058011Z",
            "updatedTime": "2018-12-13T21:37:26.339564Z",
            "uploadedTime": "2018-12-13T21:02:29.980232Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626106/theora/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626106/large_thumb/fscons17_-_319_-_en_-_java_-_201711041600_-_digidem_lab_--_bringing_together_hackers_and_activists_for_social_change_-_petter_joelson.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": 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 90 82 41 89",
                "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": 628130,
            "name": "Politikk og religion del 5",
            "header": "Ikke visste jeg det var livet...",
            "description": "Anders Helge Myhren",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628130/theora/Politikk og religion del 5 (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/628130/broadcast/Politikk og religion del 5 (1).dv",
                "original": "https://upload.frikanalen.no/media/628130/original/Politikk og religion del 5 (1).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628130/large_thumb/Politikk og religion del 5 (1).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:23.966667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-06-15T16:02:07.433694Z",
            "updatedTime": "2025-06-15T16:30:49.147629Z",
            "uploadedTime": "2025-06-15T16:12:22.109123Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628130/theora/Politikk og religion del 5 (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628130/large_thumb/Politikk og religion del 5 (1).jpg"
        },
        {
            "id": 626447,
            "name": "Egotripp med Mattias Damsgaard",
            "header": "Podcast på Tv! Bare Egil blir med på Egotrippen til Mattias Damsgaard.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626447/broadcast/Egotripp på tv_Master.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg",
                "original": "https://upload.frikanalen.no/media/626447/original/Egotripp på tv_Master.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:38:18.080000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-28T11:50:34.615276Z",
            "updatedTime": "2020-08-28T12:42:29.786776Z",
            "uploadedTime": "2020-08-28T12:23:12.713126Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg"
        },
        {
            "id": 628066,
            "name": "Jesus sitt utseende",
            "header": "Utsende som i Sems ætt",
            "description": "Utseende som i Sems ætt",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628066/theora/Jesus sitt utseende.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628066/broadcast/Jesus sitt utseende.dv",
                "original": "https://upload.frikanalen.no/media/628066/original/Jesus sitt utseende.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628066/large_thumb/Jesus sitt utseende.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:14.100000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-04-04T09:46:27.881749Z",
            "updatedTime": "2025-04-04T10:22:04.336286Z",
            "uploadedTime": "2025-04-04T10:04:02.683319Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628066/theora/Jesus sitt utseende.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628066/large_thumb/Jesus sitt utseende.jpg"
        },
        {
            "id": 625883,
            "name": "Internett-aktivisme med Holder de Ord",
            "header": "Holder de ord er en partipolitisk uavhengig dugnadsprosjekt som jobber for å gi folk større innflytelse over politikk, gjennom åpne data fra Stortinget og en rekke web-baserte tjenester. Tiina Ruohonen skal presentere HDOs data og infrastruktur, samt muligheter for techies til å bidra til en mer faktabasert politisk debatt i forkant av Stortingsvalget 2017.\r\n\r\nTiina Ruohonen er en av grunnleggerne av Holder de ord. Hun har lang erfaring fra internasjonale organisasjoner, forskning og frivillighet. Tiina jobber ved CICERO Senter for klimaforskning og er også Fellow ved Massachusetts Institute of Technology (MIT).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625883/broadcast/20170509-holderdeord-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625883/small_thumb/20170509-holderdeord-frikanalen.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:07.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20170509-holderdeord/",
            "createdTime": "2017-05-12T10:11:40.279637Z",
            "updatedTime": "2018-11-10T18:29:26.581918Z",
            "uploadedTime": "2017-05-12T10:23:13.845172Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625883/theora/20170509-holderdeord-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625883/large_thumb/20170509-holderdeord-frikanalen.jpg"
        },
        {
            "id": 627910,
            "name": "Diesen i samtale med Russlands ambassadør i FN, Polyanskiy",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627910/broadcast/Diesen_Polyanskiy.dv",
                "original": "https://upload.frikanalen.no/media/627910/original/Diesen_Polyanskiy.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:38:00.020000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-08-30T20:42:03.010972Z",
            "updatedTime": "2024-11-25T07:54:38.916912Z",
            "uploadedTime": "2024-08-30T20:48:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627910/theora/Diesen_Polyanskiy.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627910/large_thumb/Diesen_Polyanskiy.jpg"
        },
        {
            "id": 626117,
            "name": "FSCONS 2017 - Devyn Remme - New Materialism",
            "header": "The popular narrative of salvation through technological innovation is comfortable because it doesn't confront the institutionalized inequalities, abuses, and violence endemic to modernity’s strategic relations of power and production. The dominant discourse assimilates the values and goals of sustainability with the mainstream economic paradigm of growth, and relies on technoscientific innovation to achieve these goals. Advocates for framing sustainability as a problem which can be described, confronted and resolved with technology and innovation argue that there is a need for a steady growth in consumption which can only be sustained by the drive of innovation. A key tenet of neoliberal economic theory is the push to privitize everything. The commons represent an increasingly contested site. It is our task to prevent the capture of the commons by private advantage both in material and digital spaces and corridors.\r\n\r\nRecorded by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626117/broadcast/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.dv",
                "original": "https://upload.frikanalen.no/media/626117/original/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.webm",
                "largeThumb": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:56.060000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme",
            "createdTime": "2018-12-16T15:06:15.998387Z",
            "updatedTime": "2018-12-16T19:35:43.189458Z",
            "uploadedTime": "2018-12-16T15:23:41.763505Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626117/theora/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626117/large_thumb/fscons17_-_339_-_en_-_smalltalk_-_201711041600_-_new_materialism_-_devyn_remme.jpg"
        },
        {
            "id": 623148,
            "name": "Akkurat nå! 11.oktober",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623148/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623148/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623148/broadcast/2913_2a874384ae0944f195e17238de8da36f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:51.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:26:00.437000Z",
            "updatedTime": "2018-11-10T18:29:30.163780Z",
            "uploadedTime": "2009-05-16T12:26:00.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623148/theora/2913_7f094666f2f14c5a8a43d92ce0e6988d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623148/large_thumb/large.jpg"
        },
        {
            "id": 627892,
            "name": "Diesen i samtale med Greenwald",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627892/broadcast/Diesen_Greenwald.mp4_.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg",
                "original": "https://upload.frikanalen.no/media/627892/original/Diesen_Greenwald.mp4_.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:37:51.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-07-25T22:17:40.099374Z",
            "updatedTime": "2024-11-25T07:57:40.783777Z",
            "uploadedTime": "2024-07-25T22:31:42Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627892/theora/Diesen_Greenwald.mp4_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627892/large_thumb/Diesen_Greenwald.mp4_.jpg"
        },
        {
            "id": 626116,
            "name": "FSCONS 2017 - Pål Taule Bentebråten - Towards a Global Cryptocurrency Infrastructure: A Revolutionary Sharing Economy",
            "header": "Yesterday we bartered with favors. If you do something for me, I will do something for you in return.\r\n\r\nToday giant tech companies has commercialised the favor for a favor economy. They have built strong platforms with algorithms to match two parties in a market. Uber matches drivers with people that need a ride, AirBnB matches people that are in need of a place to stay with people that are renting out their apartments. They call this the sharing economy, but there is no such thing as sharing in it.\r\n\r\nTomorrow, we will build the true sharing economy on decentralized platforms that is owned by the people and not giant tech corporations. We will build platforms where the value is not extracted by a third party, but distributed right back into the network. We will build bottom up organizations with structures of collaboration and sharing rather than top down hierarchies of command and control.\r\n\r\n* A brief history of the sharing economy\r\n* How the sharing economy works today\r\n* How blockchain can transform the sharing economy\r\n* Hurdles ahead, challenges of using blockchains\r\n* Think big, think ahead, see a world of opportunities\r\n\r\nHow cryptocurrencies can enable a true sharing economy.\r\n\r\nChallenges ahead:\r\nInfrastructure and global adoption\r\nRegulation vs Innovation\r\nWhat’s next?\r\nUniversal Basic Income (UBI)\r\nA decentralized Internet\r\nNexus\r\n\r\nFilmed by NUUG for FSCONS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626116/broadcast/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg",
                "original": "https://upload.frikanalen.no/media/626116/original/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.webm"
            },
            "creator": "davidwnoble@gmail.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:50",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revol",
            "createdTime": "2018-12-16T14:28:59.674965Z",
            "updatedTime": "2018-12-16T15:12:38.431677Z",
            "uploadedTime": "2018-12-16T14:41:09.854372Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626116/theora/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626116/large_thumb/fscons17_-_335_-_en_-_simula_-_201711051700_-_towards_a_global_cryptocurrency_infrastructure_a_revolutionary_sharing_economy_-_pal_taule_brentebraten.jpg"
        },
        {
            "id": 628100,
            "name": "Diesen og Martyanov: Russlands strategi i Ukraina",
            "header": "",
            "description": "Original tittel: \"Andrei Martyanov: Russia's Military Strategy in Ukraine\"",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628100/theora/Diesen_Martynov_23mai25_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628100/broadcast/Diesen_Martynov_23mai25_.dv",
                "original": "https://upload.frikanalen.no/media/628100/original/Diesen_Martynov_23mai25_.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628100/large_thumb/Diesen_Martynov_23mai25_.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:37:40.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-05-24T18:33:24.388673Z",
            "updatedTime": "2025-05-24T19:06:03.906329Z",
            "uploadedTime": "2025-05-24T18:37:11.267213Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628100/theora/Diesen_Martynov_23mai25_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628100/large_thumb/Diesen_Martynov_23mai25_.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": 622595,
            "name": "Akkurat nå! 31.mai",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622595/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622595/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622595/broadcast/orig_5001d0b6c7704500a569eadc85400672.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622595/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:34.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-02T17:14:00Z",
            "updatedTime": "2018-11-10T18:29:30.505562Z",
            "uploadedTime": "2009-01-02T17:14:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622595/theora/2474_2408ed7f58464aceb148a0a710b6756d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622595/large_thumb/large.jpg"
        },
        {
            "id": 625722,
            "name": "ifupdown2, the ultimate Network Interface Manager : progress and status - Debconf 16",
            "header": "Existing tools for network interface configuration have several shortcomings when applied to network switches. These include the lack of ability to handle interface dependencies, incremental updates to interface configuration without disruption, and interface configuration validation. The lack of such functionality increases operational burden. We introduced ifupdown2, a new network interface manager for Linux.\n\nifupdown2 solves these problems through an implementation based on dependency graphs. The purpose of this talk is to briefly describes network interface configuration on Linux, the problems that arise when configuring a network switch and how ifupdown2 solves these problems and increases operational efficiencies overall.\n\nThis talk mostly targets networking people.\nWe also want to encourage people to contribute to this project by writing their own addon module to support new protocols (e.g. B.A.T.M.A.N.) :\nhttps://github.com/CumulusNetworks/ifupdown2 \n\nhttps://packages.debian.org/sid/ifupdown2\n\nVia this talk we also want to give a general up-date on the project. What we added over the year (e.g. VRF, etc.) and what is coming (e.g. better netlink support, better performance..etc.)\n\nTalk (45 mins) session with Julien Fortin during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625722/broadcast/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg",
                "original": "https://upload.frikanalen.no/media/625722/original/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625722/small_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.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:17.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/114/",
            "createdTime": "2016-07-22T17:14:56.555308Z",
            "updatedTime": "2018-11-10T18:29:26.812397Z",
            "uploadedTime": "2016-07-22T17:15:06.183953Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625722/theora/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625722/large_thumb/ifupdown2_the_ultimate_Network_Interface_Manager_progress_and_status.jpg"
        },
        {
            "id": 625695,
            "name": "Running an SME on Debian - Debconf 16",
            "header": "In this talk, I would like to share our success story running skroutz.gr, one of Greece's most-visited websites, using Debian with over 400 installations covering every tier, from core routers, to servers, development workstations and support desktops. The prospective audience for this talk are primarily system administrators, but its scope is broad enough to include bits on packaging, contributing etc. The key points include:\n\n - Maintaining a relationship with Debian: how, when and what to contribute, how to get your sysadmins involved.\n - Sysadmin-friendly packaging in the age of Puppet: playing nice with both sysadmins and configuration management tools.\n - Internal repository organization and package versioning; how to make sure  your own packages play well with Debian's.\n - Leveraging Debian's own automation mechanisms in a highly automated environment; taming d-i preseeding and putting dpkg-divert to good use.\n - Applying security updates semi-automatically on a fleet of 300 servers.\n - Using Debian on the network: highly available routing and firewalling, using multiple upstream providers.\n - What we could do in Debian to further ease adoption by SMEs.\n\nTalk (45 mins) session with Apollon Oikonomopoulos during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625695/broadcast/Running_an_SME_on_Debian.dv",
                "theora": "https://upload.frikanalen.no/media/625695/theora/Running_an_SME_on_Debian.ogv",
                "original": "https://upload.frikanalen.no/media/625695/original/Running_an_SME_on_Debian.webm",
                "largeThumb": "https://upload.frikanalen.no/media/625695/large_thumb/Running_an_SME_on_Debian.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625695/small_thumb/Running_an_SME_on_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:37:17.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/44/",
            "createdTime": "2016-07-21T20:35:17.483007Z",
            "updatedTime": "2018-11-10T18:29:26.850408Z",
            "uploadedTime": "2016-07-21T20:35:22.877291Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625695/theora/Running_an_SME_on_Debian.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625695/large_thumb/Running_an_SME_on_Debian.jpg"
        },
        {
            "id": 623123,
            "name": "Akkurat nå! 27.september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623123/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623123/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623123/broadcast/2911_0e7a604513224ad286dd8276bb107fbf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:12.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:23:03.563000Z",
            "updatedTime": "2018-11-10T18:29:30.193945Z",
            "uploadedTime": "2009-05-16T12:23:03.563000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623123/theora/2911_00ef4fb8d5ea4e41a4f7ee36b8b6b8b2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623123/large_thumb/large.jpg"
        },
        {
            "id": 622630,
            "name": "Akkurat nå! 21.juni",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622630/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622630/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622630/broadcast/orig_4d84e7e47544431985706eb73cab7114.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622630/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:37:08.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:07:57.170000Z",
            "updatedTime": "2018-11-10T18:29:30.465557Z",
            "uploadedTime": "2009-05-16T12:07:57.170000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622630/theora/2897_6e24a3ede0354423a983b995e188e5f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622630/large_thumb/large.jpg"
        },
        {
            "id": 626721,
            "name": "Skipsfart på kong Salomos tid",
            "header": "Skipsfart på kong Salomos tid",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626721/theora/Skipsfart på kong Salomos tid.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626721/broadcast/Skipsfart på kong Salomos tid.dv",
                "original": "https://upload.frikanalen.no/media/626721/original/Skipsfart på kong Salomos tid.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626721/large_thumb/Skipsfart på kong Salomos tid.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:02.566667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-03-08T17:33:52.524504Z",
            "updatedTime": "2021-03-20T07:30:42.081589Z",
            "uploadedTime": "2021-03-08T17:35:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626721/theora/Skipsfart på kong Salomos tid.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626721/large_thumb/Skipsfart på kong Salomos tid.jpg"
        },
        {
            "id": 626685,
            "name": "Hans Nielsen Hauge",
            "header": "En oversikt over Hauges liv",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626685/broadcast/Hans Nielsen Hauge.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg",
                "original": "https://upload.frikanalen.no/media/626685/original/Hans Nielsen Hauge.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:37:00.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-01-26T08:00:42.486672Z",
            "updatedTime": "2021-01-26T08:18:42.801813Z",
            "uploadedTime": "2021-01-26T08:01:24.752818Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626685/theora/Hans Nielsen Hauge.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626685/large_thumb/Hans Nielsen Hauge.jpg"
        },
        {
            "id": 627996,
            "name": "Diesen i samtale med Russlands FNs ambassadør Polyanskiy",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627996/theora/Diesen_Polyanskiy_2.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627996/broadcast/Diesen_Polyanskiy_2.dv",
                "original": "https://upload.frikanalen.no/media/627996/original/Diesen_Polyanskiy_2.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627996/large_thumb/Diesen_Polyanskiy_2.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:37:00.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-12-17T16:56:04.232810Z",
            "updatedTime": "2024-12-17T17:25:42.831258Z",
            "uploadedTime": "2024-12-17T16:58:57.640853Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627996/theora/Diesen_Polyanskiy_2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627996/large_thumb/Diesen_Polyanskiy_2.jpg"
        },
        {
            "id": 625835,
            "name": "Daily Tech News Show 31. October 2016",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625835/broadcast/DTNS20161029.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625835/small_thumb/DTNS20161029.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg",
                "original": "https://upload.frikanalen.no/media/625835/original/DTNS20161029.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:36:55.900000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.dailytechnewsshow.com/?p=7895vid",
            "createdTime": "2016-12-01T11:13:10.559531Z",
            "updatedTime": "2018-11-10T18:29:26.647160Z",
            "uploadedTime": "2016-12-01T11:13:15.754093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625835/theora/DTNS20161029.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625835/large_thumb/DTNS20161029.jpg"
        },
        {
            "id": 627937,
            "name": "Hva er bibelens budskap?",
            "header": "Viktig informasjon",
            "description": "Bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627937/theora/Hva er bibelens budskap_ (2).ogv",
                "broadcast": "https://upload.frikanalen.no/media/627937/broadcast/Hva er bibelens budskap_ (2).dv",
                "original": "https://upload.frikanalen.no/media/627937/original/Hva er bibelens budskap_ (2).mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627937/large_thumb/Hva er bibelens budskap_ (2).jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:52.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-22T14:30:38.811598Z",
            "updatedTime": "2024-10-22T15:05:57.814250Z",
            "uploadedTime": "2024-10-22T14:47:51.061325Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627937/theora/Hva er bibelens budskap_ (2).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627937/large_thumb/Hva er bibelens budskap_ (2).jpg"
        },
        {
            "id": 628104,
            "name": "Diesen om Trumps feilende forhandlinger",
            "header": "Glenn Diesen, Seyed Marandi & Alastair Crooke snakker om Trumps feilede forhandlinger",
            "description": "Original tittel: Original tittel: Seyed Marandi & Alastair Crooke: The Art of no Deal. Trump's Negotiations Fail",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628104/theora/Diesen_Merandi_Crooke.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628104/broadcast/Diesen_Merandi_Crooke.dv",
                "original": "https://upload.frikanalen.no/media/628104/original/Diesen_Merandi_Crooke.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628104/large_thumb/Diesen_Merandi_Crooke.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:36:51.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-05-26T19:38:42.945630Z",
            "updatedTime": "2025-05-28T12:45:23.999140Z",
            "uploadedTime": "2025-05-26T19:44:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628104/theora/Diesen_Merandi_Crooke.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628104/large_thumb/Diesen_Merandi_Crooke.jpg"
        },
        {
            "id": 625720,
            "name": "The past year in APT - Debconf 16",
            "header": "Apt is used by a lot of people every day to update their systems, install software, and remove software on Debian, Ubuntu, and other derivatives. Some people actually forked\nan old apt and run it on some kind of fruit phones. The APT library is also used by aptitude, a formidable ncurses frontend.\n\nThis talk discusses three major topics of APT development in the past year:\n\nFirstly, security improvements such as acquire method sandboxing and the deprecation of SHA1 support.\n\nSecondly, performance improvements: Between 1.1 and 1.2 there were many commits improving performance, both for the update command and building the cache itself (hello, phones!).\n\nThirdly, we will take a look at the new pinning engine introduced in 1.1 at last year's DebConf, how it is different from the older engine, and why it is much better and actually does what you mean instead of nonsense.\n\nTalk (45 mins) session with Julian Andres Klode during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625720/theora/The_past_year_in_APT.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625720/broadcast/The_past_year_in_APT.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625720/large_thumb/The_past_year_in_APT.jpg",
                "original": "https://upload.frikanalen.no/media/625720/original/The_past_year_in_APT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625720/small_thumb/The_past_year_in_APT.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:36:41.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/6/",
            "createdTime": "2016-07-22T16:05:41.342740Z",
            "updatedTime": "2018-11-10T18:29:26.815198Z",
            "uploadedTime": "2016-07-22T16:05:47.179744Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625720/theora/The_past_year_in_APT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625720/large_thumb/The_past_year_in_APT.jpg"
        },
        {
            "id": 623061,
            "name": "Drøfting av Quranen del 49",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623061/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623061/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623061/broadcast/2939_5fb969ce0a6d489e984102546818af67.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:36:30.560000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:51:51.980000Z",
            "updatedTime": "2018-11-10T18:29:30.277002Z",
            "uploadedTime": "2009-05-16T12:51:51.980000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623061/theora/2939_c33e23e92e37466a8b718332d243b915.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623061/large_thumb/large.jpg"
        },
        {
            "id": 627092,
            "name": "Demonstrasjon 8. desember mot baseavtale med USA",
            "header": "En tverrpolitisk protest mot baseavtale med USA foran Stortinget 8. desember 2021",
            "description": "Protest foran Stortinget 8. desember. med Halle Jørn Hanssen som taler og appeller fra Nina Skranefjell LO i Oslo, Ingrid Fiskaa Stortingsrepr. SV. Hege Bae Nyholt  Stortingsrepr. Rødt, Sigrid Heiberg  upol.talsp for MDG og Snorre Rein AUF Oslo. Konferansier: Bitte Vatvedt. Arrangør \"Aksjon mot baseavtale med USA\"",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627092/theora/DemonsrasjonStortinget8des.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627092/broadcast/DemonsrasjonStortinget8des.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627092/large_thumb/DemonsrasjonStortinget8des.jpg",
                "original": "https://upload.frikanalen.no/media/627092/original/DemonsrasjonStortinget8des.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 90 82 41 89",
                "fkmember": true
            },
            "duration": "00:36:24.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-12-13T19:15:26.017632Z",
            "updatedTime": "2021-12-13T20:12:26.348948Z",
            "uploadedTime": "2021-12-13T19:39:51.644618Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627092/theora/DemonsrasjonStortinget8des.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627092/large_thumb/DemonsrasjonStortinget8des.jpg"
        },
        {
            "id": 627970,
            "name": "Om bibelen 1",
            "header": "Viktige opplysninger",
            "description": "Fra bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627970/theora/Om bibelen 1.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627970/broadcast/Om bibelen 1.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627970/large_thumb/Om bibelen 1.jpg",
                "original": "https://upload.frikanalen.no/media/627970/original/Om bibelen 1.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:22.466667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-11-13T14:41:15.249811Z",
            "updatedTime": "2024-11-13T14:58:57.715913Z",
            "uploadedTime": "2024-11-13T14:41:39.489968Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627970/theora/Om bibelen 1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627970/large_thumb/Om bibelen 1.jpg"
        },
        {
            "id": 628013,
            "name": "Medieovervåkerne: Søkelys på Cuba",
            "header": "Søkelys på Cuba",
            "description": "30. oktober 2024 fordømte FNs Generalforsamling med overveldende flertall USAs blokade av Cuba. Kun to land stemte mot – USA og Israel. Blokaden, som har vart i over 60 år, har bragt det cubanske samfunnet på felgen. Den har som uttalt mål å velte styret som ble etablert etter revolusjonen, da den brutale diktatoren Batista ble styrtet 1. januar 1959.\n\nLars Birkelund har nettopp besøkt Cuba og deler ferske inntrykk med oss i denne episoden.",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628013/theora/S�kelys p� Cuba.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628013/broadcast/S�kelys p� Cuba.dv",
                "original": "https://upload.frikanalen.no/media/628013/original/S�kelys p� Cuba.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628013/large_thumb/S�kelys p� Cuba.jpg"
            },
            "creator": "spartakus@protonmail.com",
            "organization": {
                "id": 290,
                "name": "Medieovervåkerne",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": true
            },
            "duration": "00:36:13.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-01-31T10:35:46.201840Z",
            "updatedTime": "2025-01-31T11:27:14.456546Z",
            "uploadedTime": "2025-01-31T11:06:49.963568Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628013/theora/S�kelys p� Cuba.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628013/large_thumb/S�kelys p� Cuba.jpg"
        },
        {
            "id": 626871,
            "name": "Anti-Zionism is not Anti-Semitism - Del 3",
            "header": "Anti-Zionism is not Anti-Semitism - Del 3",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/626871/theora/Anti-Zionism is not Anti-Semitism - Del 3.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626871/broadcast/Anti-Zionism is not Anti-Semitism - Del 3.dv",
                "original": "https://upload.frikanalen.no/media/626871/original/Anti-Zionism is not Anti-Semitism - Del 3.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626871/large_thumb/Anti-Zionism is not Anti-Semitism - Del 3.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 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:36:12.520000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2021-08-08T19:35:46.768016Z",
            "updatedTime": "2021-08-08T19:58:29.168340Z",
            "uploadedTime": "2021-08-08T19:42:44.896079Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626871/theora/Anti-Zionism is not Anti-Semitism - Del 3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626871/large_thumb/Anti-Zionism is not Anti-Semitism - Del 3.jpg"
        },
        {
            "id": 627830,
            "name": "Jubileum -sendingen",
            "header": "En grei oversikt",
            "description": "En grei oversikt",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627830/theora/Jubileum sendingen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627830/broadcast/Jubileum sendingen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/627830/large_thumb/Jubileum sendingen.jpg",
                "original": "https://upload.frikanalen.no/media/627830/original/Jubileum sendingen.mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:36:11.500000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2023-11-30T11:17:09.732659Z",
            "updatedTime": "2023-11-30T11:34:22.464502Z",
            "uploadedTime": "2023-11-30T11:17:19.995359Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627830/theora/Jubileum sendingen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627830/large_thumb/Jubileum sendingen.jpg"
        },
        {
            "id": 625704,
            "name": "Less passwords, more security: mass administration of MariaDB servers with socket authentication - Debconf 16",
            "header": "In this talk I'll explain how socket authentication in MariaDB works and how it makes the life of system administrators easier when they can do all maintenance as root, without the need of additional passwords. Life without extra passwords is also more secure, as there is less to leak or loose. Socket authentication in MariaDB is by default enabled in Debian.\n\nTalk (45 mins) session with Otto Kekäläinen during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625704/broadcast/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625704/small_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg",
                "original": "https://upload.frikanalen.no/media/625704/original/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.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:35:58.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/49/",
            "createdTime": "2016-07-22T09:38:23.055033Z",
            "updatedTime": "2018-11-10T18:29:26.837896Z",
            "uploadedTime": "2016-07-22T09:38:30.893653Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625704/theora/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625704/large_thumb/Less_passwords_more_security_mass_administration_of_MariaDB_servers_with_socket_authentication.jpg"
        },
        {
            "id": 627849,
            "name": "Den nikenske trosbekjennelse",
            "header": "Her beskrives hele troen vår",
            "description": "Her beskrives hele troen vær",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627849/theora/Den nikenske trosbekjennelse.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627849/broadcast/Den nikenske trosbekjennelse.dv",
                "original": "https://upload.frikanalen.no/media/627849/original/Den nikenske trosbekjennelse.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627849/large_thumb/Den nikenske trosbekjennelse.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:49.366667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-02-05T09:09:32.582011Z",
            "updatedTime": "2024-02-05T09:51:45.847772Z",
            "uploadedTime": "2024-02-05T09:34:47.759400Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627849/theora/Den nikenske trosbekjennelse.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627849/large_thumb/Den nikenske trosbekjennelse.jpg"
        },
        {
            "id": 623066,
            "name": "Akkurat nå! 13.september",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623066/theora/2909_c42910c5f7d9408f8bf00e6f399ed07c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623066/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623066/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623066/broadcast/2909_d3f821c5c95747a5ad1779146d65c848.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623066/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:35:45.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-05-16T12:21:41.970000Z",
            "updatedTime": "2018-11-10T18:29:30.270039Z",
            "uploadedTime": "2009-05-16T12:21:41.970000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623066/theora/2909_c42910c5f7d9408f8bf00e6f399ed07c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623066/large_thumb/large.jpg"
        },
        {
            "id": 628098,
            "name": "Diesen spør Levy om Israels holdninger",
            "header": "",
            "description": "Original tittel: Gideon Levy: Gaza Burns & Israel Turns On Itself",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628098/theora/Diesen_Levy_17mai25.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628098/broadcast/Diesen_Levy_17mai25.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628098/large_thumb/Diesen_Levy_17mai25.jpg",
                "original": "https://upload.frikanalen.no/media/628098/original/Diesen_Levy_17mai25.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:35:21.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-05-22T05:50:17.061848Z",
            "updatedTime": "2025-05-22T15:56:49.369189Z",
            "uploadedTime": "2025-05-22T05:54:58Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628098/theora/Diesen_Levy_17mai25.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628098/large_thumb/Diesen_Levy_17mai25.jpg"
        },
        {
            "id": 628131,
            "name": "Religion og politikk del 4",
            "header": "Ikke visste jeg det var livet...",
            "description": "Anders Helge Myhren",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628131/theora/Politikk og religion del 4.mp4.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628131/broadcast/Politikk og religion del 4.mp4.dv",
                "original": "https://upload.frikanalen.no/media/628131/original/Politikk og religion del 4.mp4.crdownload",
                "largeThumb": "https://upload.frikanalen.no/media/628131/large_thumb/Politikk og religion del 4.mp4.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:19.733333",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-06-15T16:04:56.104164Z",
            "updatedTime": "2025-06-15T16:44:36.521737Z",
            "uploadedTime": "2025-06-15T16:30:51.049616Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628131/theora/Politikk og religion del 4.mp4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628131/large_thumb/Politikk og religion del 4.mp4.jpg"
        },
        {
            "id": 625705,
            "name": "The distro as a middleman: HPE's Debian derivative two years later - Debconf 16",
            "header": "Another year has passed and HP's (now HPE) Debian derivative is another year older.  In this presentation I will be talking about how HPE has been doubling down on Debian and the effects this has had on how open source software is being managed within the company.  HPE Linux has consolidated many functions previously distributed (and duplicated!) within HPE, and is now acting as a middleman or proxy between many internal and external parties.  The idea of the distro as a middleman will be explored and how this can be used to promote or propose using Debian in other organisations.\n\nTalk (45 mins) session with Tim Potter during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625705/theora/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625705/broadcast/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625705/small_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625705/large_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg",
                "original": "https://upload.frikanalen.no/media/625705/original/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.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:35:15.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/74/",
            "createdTime": "2016-07-22T10:08:26.117453Z",
            "updatedTime": "2018-11-10T18:29:26.836525Z",
            "uploadedTime": "2016-07-22T10:08:31.761878Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625705/theora/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625705/large_thumb/The_distro_as_a_middleman_HPEs_Debian_derivative_two_years_later.jpg"
        },
        {
            "id": 627944,
            "name": "Hvorfor opplever mennesker så mye vondt?",
            "header": "Viktig informasjon",
            "description": "Bibelen",
            "files": {
                "theora": "https://upload.frikanalen.no/media/627944/theora/Hvorfor opplever  mennesker s� mye vondt_.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627944/broadcast/Hvorfor opplever  mennesker s� mye vondt_.dv",
                "original": "https://upload.frikanalen.no/media/627944/original/Hvorfor opplever  mennesker s� mye vondt_.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627944/large_thumb/Hvorfor opplever  mennesker s� mye vondt_.jpg"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:14.566667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2024-10-23T07:59:59.373722Z",
            "updatedTime": "2024-10-23T08:17:09.388288Z",
            "uploadedTime": "2024-10-23T08:00:22.344454Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627944/theora/Hvorfor opplever  mennesker s� mye vondt_.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627944/large_thumb/Hvorfor opplever  mennesker s� mye vondt_.jpg"
        },
        {
            "id": 628076,
            "name": "Apostlenes gjerninger del 7",
            "header": "Vi lever i apostlenes gjerninger kapittel 29",
            "description": "vv",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628076/theora/Apostlenes gjerninger del 7 (1).ogv",
                "broadcast": "https://upload.frikanalen.no/media/628076/broadcast/Apostlenes gjerninger del 7 (1).dv",
                "largeThumb": "https://upload.frikanalen.no/media/628076/large_thumb/Apostlenes gjerninger del 7 (1).jpg",
                "original": "https://upload.frikanalen.no/media/628076/original/Apostlenes gjerninger del 7 (1).mp4"
            },
            "creator": "amyhr@online.no",
            "organization": {
                "id": 143,
                "name": "Evangeliekirken Arendal",
                "homepage": null,
                "description": "",
                "postalAddress": "4848 Arendal",
                "streetAddress": "Gunhildsboveien 68",
                "editorId": 2241,
                "editorName": " ",
                "editorEmail": "amyhr@online.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:35:13.866667",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-04-25T12:51:17.039931Z",
            "updatedTime": "2025-04-25T13:07:17.846578Z",
            "uploadedTime": "2025-04-25T12:51:21.342523Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628076/theora/Apostlenes gjerninger del 7 (1).ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628076/large_thumb/Apostlenes gjerninger del 7 (1).jpg"
        },
        {
            "id": 622527,
            "name": "Drøfting av Quranen del 03",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622527/theora/931_1c8bb6d59a03452d89bfff71ad04483f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622527/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622527/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622527/broadcast/orig_Den hellige Quranen del 3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622527/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:35:11.600000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2009-01-01T15:31:00Z",
            "updatedTime": "2018-11-10T18:29:30.599962Z",
            "uploadedTime": "2009-01-01T15:31:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622527/theora/931_1c8bb6d59a03452d89bfff71ad04483f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622527/large_thumb/large.jpg"
        },
        {
            "id": 628089,
            "name": "NUUG 22.03.2025 - Linux installasjonsfest av Debian 13 - Doble levetiden på PC-en",
            "header": "NUUG",
            "description": "Foredragsholder: Knut Yrvin\n\nNå har du mulighet til å doble levetiden på brukte bærbare maskiner for hele familien, med nyeste mest stabile programvaren nå som Microsoft i oktober 2025 avslutter støtten til forrige Windows-versjon.\n\nForedragslysark: https://bit.ly/3GnuidQ\n\nBrukergide på wiki:  https://wiki.pc-aid.no/Debianlive\n\nVelkommen til å melde deg inn i NUUG:\nhttps://www.letsreg.com/no/register/NUUG-innmelding",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628089/broadcast/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.dv",
                "original": "https://upload.frikanalen.no/media/628089/original/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
            },
            "creator": "malin.bruland@pm.me",
            "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:56.240000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2025-05-05T10:02:55.758605Z",
            "updatedTime": "2025-05-05T10:16:23.437902Z",
            "uploadedTime": "2025-05-05T10:02:58.655524Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628089/theora/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628089/large_thumb/Linux installasjonsfest av Debian 13 - Doble levetiden p� PC-en.jpg"
        }
    ]
}