]> pere.pagekite.me Git - homepage.git/blob - blog/tags/web/index.html
ddfdadedd20014566b076f53ef11f723c15d4477
[homepage.git] / blog / tags / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
4 <head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen: Entries Tagged web</title>
7 <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/style.css" />
8 <link rel="stylesheet" type="text/css" media="screen" href="https://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel="alternate" title="RSS Feed" href="web.rss" type="application/rss+xml" />
10 </head>
11 <body>
12 <div class="title">
13 <h1>
14 <a href="https://people.skolelinux.org/pere/blog/">Petter Reinholdtsen</a>
15
16 </h1>
17
18 </div>
19
20
21 <h3>Entries tagged "web".</h3>
22
23 <div class="entry">
24 <div class="title">
25 <a href="https://people.skolelinux.org/pere/blog/Why_is_your_site_not_using_Content_Security_Policy___CSP_.html">Why is your site not using Content Security Policy / CSP?</a>
26 </div>
27 <div class="date">
28 9th December 2018
29 </div>
30 <div class="body">
31 <p>Yesterday, I had the pleasure of watching on Frikanalen the OWASP
32 talk by Scott Helme titled
33 "<a href="https://frikanalen.no/video/626080/">What We’ve Learned From
34 Billions of Security Reports</a>". I had not heard of the
35 <a href="https://en.wikipedia.org/wiki/Content_Security_Policy">Content
36 Security Policy standard</a> nor its ability to "call home" when a
37 browser detect a policy breach (I do not follow web page design
38 development much these days), and found the talk very illuminating.</p>
39
40 <p>The mechanism allow a web site owner to use HTTP headers to tell
41 visitors web browser which sources (internal and external) are allowed to
42 be used on the web site. Thus it become possible to enforce a "only
43 local content" policy despite web designers urge to fetch programs
44 from random sites on the Internet, like the one
45 <a href="https://securityaffairs.co/wordpress/68966/hacking/browsealoud-plugin-hack.html">enabling
46 the attack</a> reported by Scott Helme earlier this year.</p>
47
48 <p>Using CSP seem like an obvious thing for a site admin to implement
49 to take some control over the information leak that occur when
50 external sources are used to render web pages, it is a mystery more
51 sites are not using CSP? It is being
52 <a href="https://www.w3.org/TR/CSP/">standardized under W3C</a> these
53 days, and is supposed by most web browsers</p>
54
55 <p>I managed to find <a href="https://github.com/mozilla/django-csp">a
56 Django middleware for implementing CSP</a> and was happy to discover
57 it was already in Debian. I plan to use it to add CSP support to the
58 Frikanalen web site soon.</p>
59
60 <p>As usual, if you use Bitcoin and want to show your support of my
61 activities, please send Bitcoin donations to my address
62 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
63
64 </div>
65 <div class="tags">
66
67
68 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
69
70
71 </div>
72 </div>
73 <div class="padding"></div>
74
75 <div class="entry">
76 <div class="title">
77 <a href="https://people.skolelinux.org/pere/blog/youtube_dl_for_nedlasting_fra_NRK_med_undertekster___nice_free_software.html">youtube-dl for nedlasting fra NRK med undertekster - nice free software</a>
78 </div>
79 <div class="date">
80 28th April 2018
81 </div>
82 <div class="body">
83 <p>I <a href="https://no.wikipedia.org/wiki/VHS">VHS-kassettenes</a>
84 tid var det rett frem å ta vare på et TV-program en ønsket å kunne se
85 senere, uten å være avhengig av at programmet ble sendt på nytt.
86 Kanskje ønsket en å se programmet på hytten der det ikke var
87 TV-signal, eller av andre grunner ha det tilgjengelig for fremtidig
88 fornøyelse. Dette er blitt vanskeligere med introduksjon av
89 digital-TV og webstreaming, der opptak til harddisk er utenfor de
90 flestes kontroll hvis de bruker ufri programvare og bokser kontrollert
91 av andre. Men for NRK her i Norge, finnes det heldigvis flere fri
92 programvare-alternativer, som jeg har
93 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html">skrevet</a>
94 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html">om</a>
95 <a href="https://people.skolelinux.org/pere/blog/Nedlasting_fra_NRK__som_Matroska_med_undertekster.html">før</a>.
96 Så lenge kilden for nedlastingen er lovlig lagt ut på nett (hvilket
97 jeg antar NRK gjør), så er slik lagring til privat bruk også lovlig i
98 Norge.</p>
99
100 <p>Sist jeg så på saken, i 2016, nevnte jeg at
101 <a href="https://rg3.github.com/youtube-dl/">youtube-dl</a> ikke kunne
102 bake undertekster fra NRK inn i videofilene, og at jeg derfor
103 foretrakk andre alternativer. Nylig oppdaget jeg at dette har endret
104 seg. Fordelen med youtube-dl er at den er tilgjengelig direkte fra
105 Linux-distribusjoner som <a href="https://www.debian.org/">Debian</a>
106 og <a href="https://www.ubuntu.com/">Ubuntu</a>, slik at en slipper å
107 finne ut selv hvordan en skal få dem til å virke.</p>
108
109 <p>For å laste ned et NRK-innslag med undertekster, og få den norske
110 underteksten pakket inn i videofilen, så kan følgende kommando
111 brukes:</p>
112
113 <p><pre>
114 youtube-dl --write-sub --sub-format ttml \
115 --convert-subtitles srt --embed-subs \
116 https://tv.nrk.no/serie/ramm-ferdig-gaa/MUHU11000316/27-04-2018
117 </pre></p>
118
119 <p>URL-eksemplet er dagens toppsak på tv.nrk.no. Resultatet er en
120 MP4-fil med filmen og undertekster som kan spilles av med VLC. Merk
121 at VLC ikke viser frem undertekster før du aktiverer dem. For å gjøre
122 det, høyreklikk med musa i fremviservinduet, velg menyvalget for
123 undertekst og så norsk språk. Jeg testet også '--write-auto-sub',
124 men det kommandolinjeargumentet ser ikke ut til å fungere, så jeg
125 endte opp med settet med argumentlisten over, som jeg fant i en
126 feilrapport i youtube-dl-prosjektets samling over feilrapporter.</p>
127
128 <p>Denne støtten i youtube-dl gjør det svært enkelt å lagre
129 NRK-innslag, det være seg nyheter, filmer, serier eller dokumentater,
130 for å ha dem tilgjengelig for fremtidig referanse og bruk, uavhengig
131 av hvor lenge innslagene ligger tilgjengelig hos NRK. Så får det ikke
132 hjelpe at NRKs jurister mener at det er
133 <a href="https://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">vesensforskjellig
134 å legge tilgjengelig for nedlasting og for streaming</a>, når det rent
135 teknisk er samme sak.</p>
136
137 <p>Programmet youtube-dl støtter også en rekke andre nettsteder, se
138 prosjektoversikten for
139 <a href="http://rg3.github.io/youtube-dl/supportedsites.html">en
140 komplett liste</a>.</p>
141
142 </div>
143 <div class="tags">
144
145
146 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nice free software">nice free software</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
147
148
149 </div>
150 </div>
151 <div class="padding"></div>
152
153 <div class="entry">
154 <div class="title">
155 <a href="https://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_avslutter_sin_ulovlige_bruk_av_Google_Skjemaer.html">Nasjonalbiblioteket avslutter sin ulovlige bruk av Google Skjemaer</a>
156 </div>
157 <div class="date">
158 12th January 2017
159 </div>
160 <div class="body">
161 <p>I dag fikk jeg en skikkelig gladmelding. Bakgrunnen er at før jul
162 arrangerte Nasjonalbiblioteket
163 <a href="http://www.nb.no/Bibliotekutvikling/Kunnskapsorganisering/Nasjonalt-verksregister/Seminar-om-verksregister">et
164 seminar om sitt knakende gode tiltak «verksregister»</a>. Eneste
165 måten å melde seg på dette seminaret var å sende personopplysninger
166 til Google via Google Skjemaer. Dette syntes jeg var tvilsom praksis,
167 da det bør være mulig å delta på seminarer arrangert av det offentlige
168 uten å måtte dele sine interesser, posisjon og andre
169 personopplysninger med Google. Jeg ba derfor om innsyn via
170 <a href="https://www.mimesbronn.no/">Mimes brønn</a> i
171 <a href="https://www.mimesbronn.no/request/personopplysninger_til_google_sk">avtaler
172 og vurderinger Nasjonalbiblioteket hadde rundt dette</a>.
173 Personopplysningsloven legger klare rammer for hva som må være på
174 plass før en kan be tredjeparter, spesielt i utlandet, behandle
175 personopplysninger på sine vegne, så det burde eksistere grundig
176 dokumentasjon før noe slikt kan bli lovlig. To jurister hos
177 Nasjonalbiblioteket mente først dette var helt i orden, og at Googles
178 standardavtale kunne brukes som databehandlingsavtale. Det syntes jeg
179 var merkelig, men har ikke hatt kapasitet til å følge opp saken før
180 for to dager siden.</p>
181
182 <p>Gladnyheten i dag, som kom etter at jeg tipset Nasjonalbiblioteket
183 om at Datatilsynet underkjente Googles standardavtaler som
184 databehandleravtaler i 2011, er at Nasjonalbiblioteket har bestemt seg
185 for å avslutte bruken av Googles Skjemaer/Apps og gå i dialog med DIFI
186 for å finne bedre måter å håndtere påmeldinger i tråd med
187 personopplysningsloven. Det er fantastisk å se at av og til hjelper
188 det å spørre hva i alle dager det offentlige holder på med.</p>
189
190 </div>
191 <div class="tags">
192
193
194 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
195
196
197 </div>
198 </div>
199 <div class="padding"></div>
200
201 <div class="entry">
202 <div class="title">
203 <a href="https://people.skolelinux.org/pere/blog/Where_did_that_package_go___mdash__geolocated_IP_traceroute.html">Where did that package go? &mdash; geolocated IP traceroute</a>
204 </div>
205 <div class="date">
206 9th January 2017
207 </div>
208 <div class="body">
209 <p>Did you ever wonder where the web trafic really flow to reach the
210 web servers, and who own the network equipment it is flowing through?
211 It is possible to get a glimpse of this from using traceroute, but it
212 is hard to find all the details. Many years ago, I wrote a system to
213 map the Norwegian Internet (trying to figure out if our plans for a
214 network game service would get low enough latency, and who we needed
215 to talk to about setting up game servers close to the users. Back
216 then I used traceroute output from many locations (I asked my friends
217 to run a script and send me their traceroute output) to create the
218 graph and the map. The output from traceroute typically look like
219 this:
220
221 <p><pre>
222 traceroute to www.stortinget.no (85.88.67.10), 30 hops max, 60 byte packets
223 1 uio-gw10.uio.no (129.240.202.1) 0.447 ms 0.486 ms 0.621 ms
224 2 uio-gw8.uio.no (129.240.24.229) 0.467 ms 0.578 ms 0.675 ms
225 3 oslo-gw1.uninett.no (128.39.65.17) 0.385 ms 0.373 ms 0.358 ms
226 4 te3-1-2.br1.fn3.as2116.net (193.156.90.3) 1.174 ms 1.172 ms 1.153 ms
227 5 he16-1-1.cr1.san110.as2116.net (195.0.244.234) 2.627 ms he16-1-1.cr2.oslosda310.as2116.net (195.0.244.48) 3.172 ms he16-1-1.cr1.san110.as2116.net (195.0.244.234) 2.857 ms
228 6 ae1.ar8.oslosda310.as2116.net (195.0.242.39) 0.662 ms 0.637 ms ae0.ar8.oslosda310.as2116.net (195.0.242.23) 0.622 ms
229 7 89.191.10.146 (89.191.10.146) 0.931 ms 0.917 ms 0.955 ms
230 8 * * *
231 9 * * *
232 [...]
233 </pre></p>
234
235 <p>This show the DNS names and IP addresses of (at least some of the)
236 network equipment involved in getting the data traffic from me to the
237 www.stortinget.no server, and how long it took in milliseconds for a
238 package to reach the equipment and return to me. Three packages are
239 sent, and some times the packages do not follow the same path. This
240 is shown for hop 5, where three different IP addresses replied to the
241 traceroute request.</p>
242
243 <p>There are many ways to measure trace routes. Other good traceroute
244 implementations I use are traceroute (using ICMP packages) mtr (can do
245 both ICMP, UDP and TCP) and scapy (python library with ICMP, UDP, TCP
246 traceroute and a lot of other capabilities). All of them are easily
247 available in <a href="https://www.debian.org/">Debian</a>.</p>
248
249 <p>This time around, I wanted to know the geographic location of
250 different route points, to visualize how visiting a web page spread
251 information about the visit to a lot of servers around the globe. The
252 background is that a web site today often will ask the browser to get
253 from many servers the parts (for example HTML, JSON, fonts,
254 JavaScript, CSS, video) required to display the content. This will
255 leak information about the visit to those controlling these servers
256 and anyone able to peek at the data traffic passing by (like your ISP,
257 the ISPs backbone provider, FRA, GCHQ, NSA and others).</p>
258
259 <p>Lets pick an example, the Norwegian parliament web site
260 www.stortinget.no. It is read daily by all members of parliament and
261 their staff, as well as political journalists, activits and many other
262 citizens of Norway. A visit to the www.stortinget.no web site will
263 ask your browser to contact 8 other servers: ajax.googleapis.com,
264 insights.hotjar.com, script.hotjar.com, static.hotjar.com,
265 stats.g.doubleclick.net, www.google-analytics.com,
266 www.googletagmanager.com and www.netigate.se. I extracted this by
267 asking <a href="http://phantomjs.org/">PhantomJS</a> to visit the
268 Stortinget web page and tell me all the URLs PhantomJS downloaded to
269 render the page (in HAR format using
270 <a href="https://github.com/ariya/phantomjs/blob/master/examples/netsniff.js">their
271 netsniff example</a>. I am very grateful to Gorm for showing me how
272 to do this). My goal is to visualize network traces to all IP
273 addresses behind these DNS names, do show where visitors personal
274 information is spread when visiting the page.</p>
275
276 <p align="center"><a href="www.stortinget.no-geoip.kml"><img
277 src="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geoip-small.png" alt="map of combined traces for URLs used by www.stortinget.no using GeoIP"/></a></p>
278
279 <p>When I had a look around for options, I could not find any good
280 free software tools to do this, and decided I needed my own traceroute
281 wrapper outputting KML based on locations looked up using GeoIP. KML
282 is easy to work with and easy to generate, and understood by several
283 of the GIS tools I have available. I got good help from by NUUG
284 colleague Anders Einar with this, and the result can be seen in
285 <a href="https://github.com/petterreinholdtsen/kmltraceroute">my
286 kmltraceroute git repository</a>. Unfortunately, the quality of the
287 free GeoIP databases I could find (and the for-pay databases my
288 friends had access to) is not up to the task. The IP addresses of
289 central Internet infrastructure would typically be placed near the
290 controlling companies main office, and not where the router is really
291 located, as you can see from <a href="www.stortinget.no-geoip.kml">the
292 KML file I created</a> using the GeoLite City dataset from MaxMind.
293
294 <p align="center"><a href="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy.svg"><img
295 src="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy-small.png" alt="scapy traceroute graph for URLs used by www.stortinget.no"/></a></p>
296
297 <p>I also had a look at the visual traceroute graph created by
298 <a href="http://www.secdev.org/projects/scapy/">the scrapy project</a>,
299 showing IP network ownership (aka AS owner) for the IP address in
300 question.
301 <a href="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-scapy.svg">The
302 graph display a lot of useful information about the traceroute in SVG
303 format</a>, and give a good indication on who control the network
304 equipment involved, but it do not include geolocation. This graph
305 make it possible to see the information is made available at least for
306 UNINETT, Catchcom, Stortinget, Nordunet, Google, Amazon, Telia, Level
307 3 Communications and NetDNA.</p>
308
309 <p align="center"><a href="https://geotraceroute.com/index.php?node=4&host=www.stortinget.no"><img
310 src="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-small.png" alt="example geotraceroute view for www.stortinget.no"/></a></p>
311
312 <p>In the process, I came across the
313 <a href="https://geotraceroute.com/">web service GeoTraceroute</a> by
314 Salim Gasmi. Its methology of combining guesses based on DNS names,
315 various location databases and finally use latecy times to rule out
316 candidate locations seemed to do a very good job of guessing correct
317 geolocation. But it could only do one trace at the time, did not have
318 a sensor in Norway and did not make the geolocations easily available
319 for postprocessing. So I contacted the developer and asked if he
320 would be willing to share the code (he refused until he had time to
321 clean it up), but he was interested in providing the geolocations in a
322 machine readable format, and willing to set up a sensor in Norway. So
323 since yesterday, it is possible to run traces from Norway in this
324 service thanks to a sensor node set up by
325 <a href="https://www.nuug.no/">the NUUG assosiation</a>, and get the
326 trace in KML format for further processing.</p>
327
328 <p align="center"><a href="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-kml-join.kml"><img
329 src="https://people.skolelinux.org/pere/blog/images/2017-01-09-www.stortinget.no-geotraceroute-kml-join.png" alt="map of combined traces for URLs used by www.stortinget.no using geotraceroute"/></a></p>
330
331 <p>Here we can see a lot of trafic passes Sweden on its way to
332 Denmark, Germany, Holland and Ireland. Plenty of places where the
333 Snowden confirmations verified the traffic is read by various actors
334 without your best interest as their top priority.</p>
335
336 <p>Combining KML files is trivial using a text editor, so I could loop
337 over all the hosts behind the urls imported by www.stortinget.no and
338 ask for the KML file from GeoTraceroute, and create a combined KML
339 file with all the traces (unfortunately only one of the IP addresses
340 behind the DNS name is traced this time. To get them all, one would
341 have to request traces using IP number instead of DNS names from
342 GeoTraceroute). That might be the next step in this project.</p>
343
344 <p>Armed with these tools, I find it a lot easier to figure out where
345 the IP traffic moves and who control the boxes involved in moving it.
346 And every time the link crosses for example the Swedish border, we can
347 be sure Swedish Signal Intelligence (FRA) is listening, as GCHQ do in
348 Britain and NSA in USA and cables around the globe. (Hm, what should
349 we tell them? :) Keep that in mind if you ever send anything
350 unencrypted over the Internet.</p>
351
352 <p>PS: KML files are drawn using
353 <a href="http://ivanrublev.me/kml/">the KML viewer from Ivan
354 Rublev<a/>, as it was less cluttered than the local Linux application
355 Marble. There are heaps of other options too.</p>
356
357 <p>As usual, if you use Bitcoin and want to show your support of my
358 activities, please send Bitcoin donations to my address
359 <b><a href="bitcoin:15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b">15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b</a></b>.</p>
360
361 </div>
362 <div class="tags">
363
364
365 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
366
367
368 </div>
369 </div>
370 <div class="padding"></div>
371
372 <div class="entry">
373 <div class="title">
374 <a href="https://people.skolelinux.org/pere/blog/Nedlasting_fra_NRK__som_Matroska_med_undertekster.html">Nedlasting fra NRK, som Matroska med undertekster</a>
375 </div>
376 <div class="date">
377 2nd January 2016
378 </div>
379 <div class="body">
380 <p>Det kommer stadig nye løsninger for å ta lagre unna innslag fra NRK
381 for å se på det senere. For en stund tilbake kom jeg over et script
382 nrkopptak laget av Ingvar Hagelund. Han fjernet riktignok sitt script
383 etter forespørsel fra Erik Bolstad i NRK, men noen tok heldigvis og
384 gjorde det <a href="https://github.com/liangqi/nrkopptak">tilgjengelig
385 via github</a>.</p>
386
387 <p>Scriptet kan lagre som MPEG4 eller Matroska, og bake inn
388 undertekster i fila på et vis som blant annet VLC forstår. For å
389 bruke scriptet, kopier ned git-arkivet og kjør</p>
390
391 <p><pre>
392 nrkopptak/bin/nrk-opptak k <ahref="https://tv.nrk.no/serie/bmi-turne/MUHH45000115/sesong-1/episode-1">https://tv.nrk.no/serie/bmi-turne/MUHH45000115/sesong-1/episode-1</a>
393 </pre></p>
394
395 <p>URL-eksemplet er dagens toppsak på tv.nrk.no. Argument 'k' ber
396 scriptet laste ned og lagre som Matroska. Det finnes en rekke andre
397 muligheter for valg av kvalitet og format.</p>
398
399 <p>Jeg foretrekker dette scriptet fremfor youtube-dl, som
400 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html">
401 nevnt i 2014 støtter NRK</a> og en rekke andre videokilder, på grunn
402 av at nrkopptak samler undertekster og video i en enkelt fil, hvilket
403 gjør håndtering enklere på disk.</p>
404
405 </div>
406 <div class="tags">
407
408
409 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
410
411
412 </div>
413 </div>
414 <div class="padding"></div>
415
416 <div class="entry">
417 <div class="title">
418 <a href="https://people.skolelinux.org/pere/blog/MPEG_LA_on__Internet_Broadcast_AVC_Video__licensing_and_non_private_use.html">MPEG LA on "Internet Broadcast AVC Video" licensing and non-private use</a>
419 </div>
420 <div class="date">
421 7th July 2015
422 </div>
423 <div class="body">
424 <p>After asking the Norwegian Broadcasting Company (NRK)
425 <a href="https://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html">why
426 they can broadcast and stream H.264 video without an agreement with
427 the MPEG LA</a>, I was wiser, but still confused. So I asked MPEG LA
428 if their understanding matched that of NRK. As far as I can tell, it
429 does not.</p>
430
431 <p>I started by asking for more information about the various
432 licensing classes and what exactly is covered by the "Internet
433 Broadcast AVC Video" class that NRK pointed me at to explain why NRK
434 did not need a license for streaming H.264 video:
435
436 <p><blockquote>
437
438 <p>According to
439 <a href="http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf">a
440 MPEG LA press release dated 2010-02-02</a>, there is no charge when
441 using MPEG AVC/H.264 according to the terms of "Internet Broadcast AVC
442 Video". I am trying to understand exactly what the terms of "Internet
443 Broadcast AVC Video" is, and wondered if you could help me. What
444 exactly is covered by these terms, and what is not?</p>
445
446 <p>The only source of more information I have been able to find is a
447 PDF named
448 <a href="http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf">AVC
449 Patent Portfolio License Briefing</a>, which states this about the
450 fees:</p>
451
452 <ul>
453 <li>Where End User pays for AVC Video
454 <ul>
455 <li>Subscription (not limited by title) – 100,000 or fewer
456 subscribers/yr = no royalty; &gt; 100,000 to 250,000 subscribers/yr =
457 $25,000; &gt;250,000 to 500,000 subscribers/yr = $50,000; &gt;500,000 to
458 1M subscribers/yr = $75,000; &gt;1M subscribers/yr = $100,000</li>
459
460 <li>Title-by-Title - 12 minutes or less = no royalty; &gt;12 minutes in
461 length = lower of (a) 2% or (b) $0.02 per title</li>
462 </ul></li>
463
464 <li>Where remuneration is from other sources
465 <ul>
466 <li>Free Television - (a) one-time $2,500 per transmission encoder or
467 (b) annual fee starting at $2,500 for &gt; 100,000 HH rising to
468 maximum $10,000 for &gt;1,000,000 HH</li>
469
470 <li>Internet Broadcast AVC Video (not title-by-title, not subscription)
471 – no royalty for life of the AVC Patent Portfolio License</li>
472 </ul></li>
473 </ul>
474
475 <p>Am I correct in assuming that the four categories listed is the
476 categories used when selecting licensing terms, and that "Internet
477 Broadcast AVC Video" is the category for things that do not fall into
478 one of the other three categories? Can you point me to a good source
479 explaining what is ment by "title-by-title" and "Free Television" in
480 the license terms for AVC/H.264?</p>
481
482 <p>Will a web service providing H.264 encoded video content in a
483 "video on demand" fashing similar to Youtube and Vimeo, where no
484 subscription is required and no payment is required from end users to
485 get access to the videos, fall under the terms of the "Internet
486 Broadcast AVC Video", ie no royalty for life of the AVC Patent
487 Portfolio license? Does it matter if some users are subscribed to get
488 access to personalized services?</p>
489
490 <p>Note, this request and all answers will be published on the
491 Internet.</p>
492 </blockquote></p>
493
494 <p>The answer came quickly from Benjamin J. Myers, Licensing Associate
495 with the MPEG LA:</p>
496
497 <p><blockquote>
498 <p>Thank you for your message and for your interest in MPEG LA. We
499 appreciate hearing from you and I will be happy to assist you.</p>
500
501 <p>As you are aware, MPEG LA offers our AVC Patent Portfolio License
502 which provides coverage under patents that are essential for use of
503 the AVC/H.264 Standard (MPEG-4 Part 10). Specifically, coverage is
504 provided for end products and video content that make use of AVC/H.264
505 technology. Accordingly, the party offering such end products and
506 video to End Users concludes the AVC License and is responsible for
507 paying the applicable royalties.</p>
508
509 <p>Regarding Internet Broadcast AVC Video, the AVC License generally
510 defines such content to be video that is distributed to End Users over
511 the Internet free-of-charge. Therefore, if a party offers a service
512 which allows users to upload AVC/H.264 video to its website, and such
513 AVC Video is delivered to End Users for free, then such video would
514 receive coverage under the sublicense for Internet Broadcast AVC
515 Video, which is not subject to any royalties for the life of the AVC
516 License. This would also apply in the scenario where a user creates a
517 free online account in order to receive a customized offering of free
518 AVC Video content. In other words, as long as the End User is given
519 access to or views AVC Video content at no cost to the End User, then
520 no royalties would be payable under our AVC License.</p>
521
522 <p>On the other hand, if End Users pay for access to AVC Video for a
523 specific period of time (e.g., one month, one year, etc.), then such
524 video would constitute Subscription AVC Video. In cases where AVC
525 Video is delivered to End Users on a pay-per-view basis, then such
526 content would constitute Title-by-Title AVC Video. If a party offers
527 Subscription or Title-by-Title AVC Video to End Users, then they would
528 be responsible for paying the applicable royalties you noted below.</p>
529
530 <p>Finally, in the case where AVC Video is distributed for free
531 through an "over-the-air, satellite and/or cable transmission", then
532 such content would constitute Free Television AVC Video and would be
533 subject to the applicable royalties.</p>
534
535 <p>For your reference, I have attached
536 <a href="https://people.skolelinux.org/pere/blog/images/2015-07-07-mpegla.pdf">a
537 .pdf copy of the AVC License</a>. You will find the relevant
538 sublicense information regarding AVC Video in Sections 2.2 through
539 2.5, and the corresponding royalties in Section 3.1.2 through 3.1.4.
540 You will also find the definitions of Title-by-Title AVC Video,
541 Subscription AVC Video, Free Television AVC Video, and Internet
542 Broadcast AVC Video in Section 1 of the License. Please note that the
543 electronic copy is provided for informational purposes only and cannot
544 be used for execution.</p>
545
546 <p>I hope the above information is helpful. If you have additional
547 questions or need further assistance with the AVC License, please feel
548 free to contact me directly.</p>
549 </blockquote></p>
550
551 <p>Having a fresh copy of the license text was useful, and knowing
552 that the definition of Title-by-Title required payment per title made
553 me aware that my earlier understanding of that phrase had been wrong.
554 But I still had a few questions:</p>
555
556 <p><blockquote>
557 <p>I have a small followup question. Would it be possible for me to get
558 a license with MPEG LA even if there are no royalties to be paid? The
559 reason I ask, is that some video related products have a copyright
560 clause limiting their use without a license with MPEG LA. The clauses
561 typically look similar to this:
562
563 <p><blockquote>
564 This product is licensed under the AVC patent portfolio license for
565 the personal and non-commercial use of a consumer to (a) encode
566 video in compliance with the AVC standard ("AVC video") and/or (b)
567 decode AVC video that was encoded by a consumer engaged in a
568 personal and non-commercial activity and/or AVC video that was
569 obtained from a video provider licensed to provide AVC video. No
570 license is granted or shall be implied for any other use. additional
571 information may be obtained from MPEG LA L.L.C.
572 </blockquote></p>
573
574 <p>It is unclear to me if this clause mean that I need to enter into
575 an agreement with MPEG LA to use the product in question, even if
576 there are no royalties to be paid to MPEG LA. I suspect it will
577 differ depending on the jurisdiction, and mine is Norway. What is
578 MPEG LAs view on this?</p>
579 </blockquote></p>
580
581 <p>According to the answer, MPEG LA believe those using such tools for
582 non-personal or commercial use need a license with them:</p>
583
584 <p><blockquote>
585
586 <p>With regard to the Notice to Customers, I would like to begin by
587 clarifying that the Notice from Section 7.1 of the AVC License
588 reads:</p>
589
590 <p>THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR
591 THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT
592 RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC
593 STANDARD ("AVC VIDEO") AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED
594 BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM
595 A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED
596 OR SHALL BE IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE
597 OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM</p>
598
599 <p>The Notice to Customers is intended to inform End Users of the
600 personal usage rights (for example, to watch video content) included
601 with the product they purchased, and to encourage any party using the
602 product for commercial purposes to contact MPEG LA in order to become
603 licensed for such use (for example, when they use an AVC Product to
604 deliver Title-by-Title, Subscription, Free Television or Internet
605 Broadcast AVC Video to End Users, or to re-Sell a third party's AVC
606 Product as their own branded AVC Product).</p>
607
608 <p>Therefore, if a party is to be licensed for its use of an AVC
609 Product to Sell AVC Video on a Title-by-Title, Subscription, Free
610 Television or Internet Broadcast basis, that party would need to
611 conclude the AVC License, even in the case where no royalties were
612 payable under the License. On the other hand, if that party (either a
613 Consumer or business customer) simply uses an AVC Product for their
614 own internal purposes and not for the commercial purposes referenced
615 above, then such use would be included in the royalty paid for the AVC
616 Products by the licensed supplier.</p>
617
618 <p>Finally, I note that our AVC License provides worldwide coverage in
619 countries that have AVC Patent Portfolio Patents, including
620 Norway.</p>
621
622 <p>I hope this clarification is helpful. If I may be of any further
623 assistance, just let me know.</p>
624 </blockquote></p>
625
626 <p>The mentioning of Norwegian patents made me a bit confused, so I
627 asked for more information:</p>
628
629 <p><blockquote>
630
631 <p>But one minor question at the end. If I understand you correctly,
632 you state in the quote above that there are patents in the AVC Patent
633 Portfolio that are valid in Norway. This make me believe I read the
634 list available from &lt;URL:
635 <a href="http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx">http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx</a>
636 &gt; incorrectly, as I believed the "NO" prefix in front of patents
637 were Norwegian patents, and the only one I could find under Mitsubishi
638 Electric Corporation expired in 2012. Which patents are you referring
639 to that are relevant for Norway?</p>
640
641 </blockquote></p>
642
643 <p>Again, the quick answer explained how to read the list of patents
644 in that list:</p>
645
646 <p><blockquote>
647
648 <p>Your understanding is correct that the last AVC Patent Portfolio
649 Patent in Norway expired on 21 October 2012. Therefore, where AVC
650 Video is both made and Sold in Norway after that date, then no
651 royalties would be payable for such AVC Video under the AVC License.
652 With that said, our AVC License provides historic coverage for AVC
653 Products and AVC Video that may have been manufactured or Sold before
654 the last Norwegian AVC patent expired. I would also like to clarify
655 that coverage is provided for the country of manufacture and the
656 country of Sale that has active AVC Patent Portfolio Patents.</p>
657
658 <p>Therefore, if a party offers AVC Products or AVC Video for Sale in
659 a country with active AVC Patent Portfolio Patents (for example,
660 Sweden, Denmark, Finland, etc.), then that party would still need
661 coverage under the AVC License even if such products or video are
662 initially made in a country without active AVC Patent Portfolio
663 Patents (for example, Norway). Similarly, a party would need to
664 conclude the AVC License if they make AVC Products or AVC Video in a
665 country with active AVC Patent Portfolio Patents, but eventually Sell
666 such AVC Products or AVC Video in a country without active AVC Patent
667 Portfolio Patents.</p>
668 </blockquote></p>
669
670 <p>As far as I understand it, MPEG LA believe anyone using Adobe
671 Premiere and other video related software with a H.264 distribution
672 license need a license agreement with MPEG LA to use such tools for
673 anything non-private or commercial, while it is OK to set up a
674 Youtube-like service as long as no-one pays to get access to the
675 content. I still have no clear idea how this applies to Norway, where
676 none of the patents MPEG LA is licensing are valid. Will the
677 copyright terms take precedence or can those terms be ignored because
678 the patents are not valid in Norway?</p>
679
680 </div>
681 <div class="tags">
682
683
684 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
685
686
687 </div>
688 </div>
689 <div class="padding"></div>
690
691 <div class="entry">
692 <div class="title">
693 <a href="https://people.skolelinux.org/pere/blog/Hva_gj_r_at_NRK_kan_distribuere_H_264_video_uten_patentavtale_med_MPEG_LA_.html">Hva gjør at NRK kan distribuere H.264-video uten patentavtale med MPEG LA?</a>
694 </div>
695 <div class="date">
696 10th June 2015
697 </div>
698 <div class="body">
699 <p>Helt siden jeg i 2012 fikk beskjed fra MPEG LA om at
700 <a href="https://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">NRK
701 trengte patentavtale med dem</a> hvis de distribuerte H.264-video til
702 sluttbrukere, har jeg lurt på hva som gjør at NRK ikke har slik
703 avtale. For noen dager siden fikk jeg endelig gjort noe med min
704 undring, og sendte 2015-05-28 følgende epost til info (at) nrk.no med
705 tittel "Hva gjør at NRK kan distribuere H.264-video uten patentavtale
706 med MPEG LA?":</p>
707
708 <p><blockquote>
709 <p>Jeg lurer på en ting rundt NRKs bruk av H.264-video på sine
710 websider samt distribusjon via RiksTV og kabel-TV. Har NRK vurdert om
711 det er behov for en patentavtale med
712 <a href="http://www.mpegla.com/">MPEG LA</a> slik det står i
713 programvarelisensene til blant annet Apple Final Cut Studio, Adobe
714 Premiere Pro, Avid og Apples Final Cut Pro X?</p>
715
716 <p>Hvis dere har vurdert dette, hva var utfallet av en slik vurdering?</p>
717
718 <p>Hvis dere ikke har vurdert dette, har NRK planer om å vurdere behovet
719 for patentavtale?</p>
720
721 <p>I følge en artikkel på
722 <a href="https://nrkbeta.no/2012/02/01/siste-kutt-for-final-cut/">NRK
723 Beta i 2012</a> har NRK brukt eller testet både Apple Final Cut
724 Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X til bruk
725 for å redigere video før sending. Alle disse har bruksvilkår
726 understøttet av opphavsretten som sier at de kun kan brukes til å lage
727 filmer til personlig og ikke-kommersiell bruk - med mindre en har en
728 lisensavtale med MPEG LA om bruk av patenter utstedt i USA for H.264.
729 Se f.eks. <a href="http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf">bruksvilkårene for Avid</a>, <a href="http://news.cnet.com/8301-30685_3-20000101-264.html">Adobe Premiere</a> og <a href="http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf">Apple Final
730 Cut Studio</a> og søk etter "MPEG LA".</p>
731
732 <p>Dette får meg til å lure på om det er brudd på opphavsretten å bruke
733 disse verktøyene i strid med bruksvilkårene uten patentavtale med MPEG
734 LA. Men NRK bruker jo tilsynelatende disse verktøyene uten patentavtale
735 med MPEG LA.</p>
736
737 <p>I følge forfatteren av Open Broadcast Encoder finnes det to typer
738 H.264-relaterte avtaler en kan få med MPEG LA. Det er én for å lage
739 programvare og utstyr som produserer H.264-video, og en annen for å
740 kringkaste video som bruker H.264. Dette forteller meg at selv om
741 produsentene av utstyr og programvare som NRK bruker har en slik avtale
742 med MPEG LA, så trenges det en egen avtale for å kringkaste video på det
743 formatet.</p>
744
745 <p>I følge Ryan Rodriguez hos MPEG LA, da jeg spurte ham på epost i
746 juni 2012, har NRK ikke en slik avtale med MPEG LA. Han sa videre at
747 NRK trenger en slik avtale hvis NRK tilbyr H.264-kodet video til
748 sluttbrukere. Jeg sjekket listen med
749 <a href="http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx">organisasjoner
750 med avtale med MPEG LA</a> og NRK står fortsatt ikke der.</p>
751
752 <p>Jeg lurer dermed på hva som gjør at NRK kan bruke de overnevnte
753 videoredigeringsverktøyene, som tilsynelatende har krav om avtale med
754 MPEG LA for å kunne brukes slik NRK bruker dem, til å lage videofiler
755 for distribusjon uten å ha en avtale med MPEG LA om distribusjon av
756 H.264-video? Dette er spesielt interessant å vite for oss andre som
757 også vurderer å spre H.264-video etter å ha redigert dem med disse mye
758 brukte videoredigeringsverktøyene.</p>
759 </blockquote></p>
760
761 <p>Samme dag fikk jeg automatisk svar om at min henvendelse hadde fått
762 saksid 1294699. Jeg fikk deretter følgende respons fra NRK
763 2015-06-09:</p>
764
765 <p><blockquote>
766 <p>Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som kunne
767 svare på dette.</p>
768
769 <p>For selskaper som leverer h.264 til sluttbrukere på nett (f.eks
770 NRKs nett- tv utgaver som bruker h.264) - og som leverer slike
771 tjenester uten betaling fra forbrukere – er det heller ikke påkrevd
772 noen patentavtale.</p>
773
774 <p><a href="http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y">http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y</a></p>
775
776 <p>Med vennlig hilsen
777 <br>Gunn Helen Berg
778 <br>Informasjonskonsulent, Publikumsservice</p>
779
780 <p>NRK
781 <br>Strategidivisjonen
782 <Br>Sentralbord: +47 23 04 70 00
783 <br>Post: NRK Publikumsservice, 8608 Mo i Rana
784 <br>nrk.no / info (at) nrk.no</p>
785 </blockquote></p>
786
787 Da dette ikke helt var svar på det jeg lurte på, sendte jeg samme dag
788 oppfølgerepost tilbake:
789
790 <p><blockquote>
791 <p>[Gunn Helen Berg]
792 <br>> Hei, beklager lang svartid, men det tok litt tid å finne ut hvem som
793 <br>> kunne svare på dette.</p>
794
795 <p>Takk for svar. Men det besvarte ikke helt det jeg spurte om.</p>
796
797 <p>> For selskaper som leverer h.264 til sluttbrukere på nett (f.eks NRKs
798 <br>> nett- tv utgaver som bruker h.264) - og som leverer slike tjenester
799 <br>> uten betaling fra forbrukere – er det heller ikke påkrevd noen
800 <br>> patentavtale.
801 <br>>
802 <br>> http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y</p>
803
804 <p>Spørsmålet er ikke kun om MPEG LA krever patentavtale eller ikke
805 (hvilket ikke helt besvares av pressemeldingen omtalt over, gitt at
806 pressemeldingen kom i 2010, to år før MPEG LA ansvarlige for
807 internasjonal lisensiering egen Ryan Rodriguez fortalte meg på epost
808 at NRK trenger en lisens.</p>
809
810 <p>Det er uklart fra pressemeldingen hva "Internet Broadcast AVC
811 Video" konkret betyr, men i følge en
812 <a href="http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf">presentasjon
813 fra MPEG LA med tema "AVC PAtent Portfoli License Briefing" datert
814 2015-05-15</a> gjelder "Internet Broadcast AVC Video" kun kringkasting
815 på Internet som ikke tilbyr valg av enkeltinnslag ("not
816 title-by-title"), hvilket jo NRK gjør på sine nettsider. I tillegg
817 kringkaster jo NRK H.264-video også utenom Internet (RiksTV, kabel,
818 satelitt), hvilket helt klart ikke er dekket av vilkårene omtalt i
819 pressemeldingen.</p>
820
821 <p>Spørsmålet mitt er hvordan NRK kan bruke verktøy med bruksvilkår
822 som krever avtale med MPEG LA for det NRK bruker dem til, når NRK ikke
823 har avtale med MPEG LA. Hvis jeg forsto spørsmålet riktig, så mener
824 NRK at dere ikke trenger avtale med MPEG LA, men uten slik avtale kan
825 dere vel ikke bruke hverken Apple Final Cut Studio, Adobe Premiere
826 Pro, Avid eller Apples Final Cut Pro X for å redigere video før
827 sending?</p>
828
829 <p>Mine konkrete spørsmål var altså:</p>
830
831 <ul>
832
833 <li>Hvis NRK har vurdert om det er behov for en patentavtale med MPEG LA
834 slik det er krav om i programvarelisensene til blant annet Apple
835 Final Cut Studio, Adobe Premiere Pro, Avid og Apples Final Cut Pro X,
836 hva var utfallet av en slik vurdering? Kan jeg få kopi av vurderingen
837 hvis den er gjort skriftlig?</li>
838
839 <li>Hvis NRK ikke har vurdert dette, har NRK planer om å vurdere behovet
840 for patentavtale?</li>
841
842 <li>Hva slags saksnummer fikk min henvendelse i NRKs offentlige
843 postjournal? Jeg ser at postjournalen ikke er publisert for den
844 aktuelle perioden ennå, så jeg fikk ikke sjekket selv.</li>
845
846 </ul>
847 </blockquote></p>
848
849 <p>Det hjelper å ha funnet rette vedkommende i NRK, for denne gangen
850 fikk jeg svar tilbake dagen etter (2015-06-10), fra Geir Børdalen i
851 NRK:</p>
852
853 <p><blockquote>
854 <p>Hei Petter Reinholdtsen</p>
855
856 <p>Jeg har sjekket saken med distribusjonssjef for tv, Arild Hellgren
857 (som var teknologidirektør da bakkenettet ble satt opp). NRK v/
858 Hellgren hadde møte med MPEG LA sammen med den europeiske
859 kringkastingsunionen EBU før bakkenettet for TV ble satt opp
860 (igangsatt høsten 2007). I dette møtet ble det avklart at NRK/EBU ikke
861 trengte noen patentavtale for h.264 i forbindelse med oppsett av
862 bakkenettet eller bruk av MPEG4 h.264 som kompresjonsalgoritme fordi
863 tjenesten «in full»(nor: helt) var betalt av utsendelseselskapene og
864 ikke av forbrukerne.</p>
865
866 <p><a href="http://www.nrk.no/oppdrag/digitalt-bakkenett-1.3214555">http://www.nrk.no/oppdrag/digitalt-bakkenett-1.3214555</a></p>
867
868 <p>Det er også klart slått fast at selskaper som leverer video basert
869 på MPEG4 h.264 til sluttbrukere på nett, heller ikke påkrevd noen
870 patentavtale – så lenge de leverer slike tjenester uten betaling fra
871 sluttbrukere.</p>
872
873 <a href="http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y">http://www.businesswire.com/news/home/20100825006629/en/MPEG-LA%E2%80%99s-AVC-License-Charge-Royalties-Internet#.VWb2ws_774Y</a>
874
875 <p>“MPEG LA announced today that its AVC Patent Portfolio License will
876 continue not to charge royalties for Internet Video that is free to
877 end users (known as “Internet Broadcast AVC Video”) during the entire
878 life of this License. MPEG LA previously announced it would not charge
879 royalties for such video through December 31, 2015 (see
880 <a href="http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf">http://www.mpegla.com/Lists/MPEG%20LA%20News%20List/Attachments/226/n-10-02-02.pdf</a>),
881 and today’s announcement makes clear that royalties will continue not
882 to be charged for such video beyond that time. Products and services
883 other than Internet Broadcast AVC Video continue to be
884 royalty-bearing.”</p>
885
886 <p>Vi har derfor ikke noe behov for å vurdere noen patentavtale med
887 MPEG LA.</p>
888
889 <p>Understreker for øvrig at NRK ikke er låst til MPEG4 – h.264 som
890 utsendelsesformat – og at vi har brukt og bruker flere andre
891 alternativer i våre tjenester. Ulike «devicer» har ofte behov for
892 forskjellige løsninger – og NRK har forsøkt å levere med best mulig
893 kvalitet /økonomi /stabilitet avhengig av
894 plattform. Produksjonsformater i NRK spenner for øvrig over en rekke
895 forskjellige formater – hvor MPEG4 bare er en av disse. Når NRK kjøper
896 teknisk utstyr er betaling for kodekstøtte ofte en del av
897 anskaffelsesprisen for denne maskinvaren (enten dette er spesialiserte
898 enkodere eller forskjellige typer produksjonsutstyr).</p>
899
900 <p>Vennlig hilsen
901 <br>Geir Børdalen</p>
902
903 <p>________________________________________
904 <br>Geir Børdalen
905 <br>Investeringsansvarlig NRK / Hovedprosjektleder - Origo
906 <br>Avdeling for utvikling, innovasjon, investering og eiendom
907 <br>NRK medietjenester
908 <br>Sentralbord: +47 23 04 70 00
909 <br>Post: NRK, AUTV (RBM5), Pb. 8500 Majorstuen, 0340 Oslo
910 <br>nrk.no
911 </blockquote></p>
912
913 <p>Et godt og grundig svar, som var informativt om hvordan NRK tenker
914 rundt patentavtale med MPEG LA, men heller ikke helt besvarte det jeg
915 lurte på, så jeg sendte epostoppfølging samme dag.</p>
916
917 <p><blockquote>
918 <p>[Geir Børdalen]
919 <br>> Hei Petter Reinholdtsen</p>
920
921 <p>Hei, og takk for raskt svar. Er min henvendelse journalført slik
922 at den dukker opp i NRKs postjournal?</p>
923
924 <p>Svaret ditt var meget nyttig, og jeg forstår ut fra det du skriver
925 at avklaringen med MPEG LA rundt H.264-distribusjon via bakkenettet
926 gjelder alle TV-kanaler i Norge. Hvilke saksnummer fikk dokumenter
927 som ble opprettet i forbindelse med det omtalte møtet NRK v/Hellgren
928 og EBU hadde med MPEG LA (dvs. referater, avtaler, etc),
929 f.eks. dokumentet der formuleringen "in full" som du omtaler
930 finnes?<p>
931
932 <p>Men det er et par ting jeg fortsatt ikke forstår. Det ene er
933 hvorfor NRKs forståelse av hva "Internet Broadcast AVC Video" dekker
934 ser ut til å avvike fra det som presenteres i
935 <a href="http://www.mpegla.com/main/programs/avc/Documents/avcweb.pdf">lysark
936 fra MPEG LA</a> i mai, der MPEG LA på lysark med overskriften
937 "AVC/H.264 License Terms Participation Fees" og undertittel "Where
938 remuneration is from other sources" skriver "Internet Broadcast AVC
939 Video (not title-by-title, not subscription) – no royalty for life of
940 the AVC Patent Portfolio License".</p>
941
942 <p>Her leser jeg MPEG LA dithen at det kun er kringkasting uten
943 abonnement via Internet som er dekket at vilkårne omtalt i
944 pressemeldingen, mens jeg forstår deg dithen at NRK mener NRKs
945 nettsider som også har enkeltfilmer og innslag (som jeg forstår dekket
946 av formuleringen "title-by-title") dekkes av "Internet Broadcast AVC
947 Video" fra MPEG LA. Hva baserer dere denne tolkningen på? Jeg har
948 ikke sett noe skriftlig fra MPEG LA som støtter NRKs tolkning, og
949 lurer på om dere har andre kilder enn den pressemeldingen fra 5 år
950 tilbake, der NRKS forståelse av hva "Internet Broadcast AVC Video"
951 dekker er beskrevet?</p>
952
953 <p>Det andre er at eposten din ikke nevnte spørsmålet mitt om
954 bruksvilkårene til videoredigeringsverktøyene som NRK bruker. Disse
955 har som tidligere nevnt krav om at de kun skal brukes til private og
956 ikke-kommersielle formål med mindre en har avtale med MPEG LA, og uten
957 avtale med MPEG LA kan det jo virke som om NRK bruker verktøyene i
958 strid med bruksvilkårene. Hva gjør at disse bruksvilkårene ikke
959 gjelder for NRK?</p>
960 </blockquote></p>
961
962 <p>Noen minutter senere får jeg foreløpig siste svar i
963 føljetongen:</p>
964
965 <p><blockquote>
966 <p>Hei igjen</p>
967
968 <p>Vårt dokumentarkiv har fått en kopi (journalføringsnr kan jeg
969 dessverre ikke gi deg).<p>
970
971 <p>> Svaret ditt var meget nyttig, og jeg forstår ut fra det du
972 <br>> skriver at avklaringen med MPEG LA rundt H.264-distribusjon via
973 <br>> bakkenettet gjelder alle TV-kanaler i Norge.</p>
974
975 <p>Svar: Kan ikke svare for andre enn for NRK/EBU - og for bakkenettet
976 i Norge er det kun NRK som er et lisensbasert selskap. Kan ikke gi noe
977 svar på saksnr på dokumenter eller ytterligere informasjon da jeg selv
978 ikke var del i dette.</p>
979
980 <p>> Men det er et par ting jeg fortsatt ikke forstår. ...</p>
981
982 <p>Svar: Kan ikke gå ytterligere inn i dette fra min side og mitt
983 fagfelt som er produksjon/publisering og systemstrukturene bak
984 disse. For øvrig ligger det etter vår formening ingen begrensninger
985 for NRK i mulighetene til publisering mht til kodek i
986 produksjonssystemer. Som tidligere skrevet mener vi at NRK ikke
987 trenger noen avtale med MPEG LA og støtter oss til det vi allerede har
988 kommunisert i forrige epost.</p>
989
990 <p>Mvh
991 <br>Geir Børdalen</p>
992 </blockquote></p>
993
994 <p>Det syntes vanskelig å komme videre når NRK ikke ønsker å gå inn i
995 problemstillingen rundt bruksvilkårene til videoredigeringsverktøyene
996 NRK bruker, så jeg sendte takk for svarene og avsluttet utvekslingen
997 så langt:</p>
998
999 <p><blockquote>
1000 <p>Tusen takk for rask respons, og oppklarende forklaring om hvordan
1001 NRK tenker rundt MPEG LA.</p>
1002
1003 <p>Jeg vil høre med NRK-arkivet for å se om de kan spore opp de
1004 omtalte dokumentene. Jeg setter pris på om du kan dele titler, dato
1005 eller annen informasjon som kan gjøre det enklere for arkivet å finne
1006 dem.</p>
1007
1008 <p>Når det gjelder hvordan bruksvilkårene til
1009 videoredigeringsverktøyene skal tolkes, så skal jeg høre med MPEG LA
1010 og produsentene av verktøyene for å forsøke å få klarhet i hva de
1011 mener er rikgig rettstilstand.</p>
1012 </blockquote></p>
1013
1014 <p>Jeg ble litt klokere, men fortsatt er det uklart for meg hva som er
1015 grunnlaget til NRK for å se bort fra bruksvilkår i
1016 videoredigeringsprogramvare som krever MPEG LA-avtale til alt annet
1017 enn privat og ikke-kommersiell bruk.</p>
1018
1019 </div>
1020 <div class="tags">
1021
1022
1023 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1024
1025
1026 </div>
1027 </div>
1028 <div class="padding"></div>
1029
1030 <div class="entry">
1031 <div class="title">
1032 <a href="https://people.skolelinux.org/pere/blog/En_enklere_Osloskolehverdag_med_automatisk_sjekk_av_Fronter.html">En enklere Osloskolehverdag med automatisk sjekk av Fronter</a>
1033 </div>
1034 <div class="date">
1035 12th February 2015
1036 </div>
1037 <div class="body">
1038 <p>En stund nå har jeg vært nødt til å forholde meg til
1039 <a href="https://fronter.com/osloskoler/">Fronter</a>, en nettløsning
1040 Osloskolen bruker for kontakt mellom hjem og skole. Løsningen
1041 imponerer ikke, og det er lagt opp til at vi foreldre skal logge inn
1042 regelmessig for å se om noe har endret seg. Idéen om å la folk stikke
1043 innom nettsider for å se om det har skjedd endringer er så idiotisk at
1044 jeg har lett etter et alternativ. Fronterløsningen har en innebygget
1045 løsning der en kan abonnere på forsiden (som viser en oppsummering av
1046 det en har tilgang til), og få tilsendt en kopi hver natt, men det
1047 fjerner jo bare behovet for å stikke innom, ikke den idiotiske ideen
1048 om at folk skal huske hvordan nettsiden så ut sist og oppdage hva som
1049 er endret.</p>
1050
1051 <p>For å gjøre livet enklere har jeg derfor brukt litt tid på å lage
1052 et program som kobler seg opp og sjekker etter endringer automatisk,
1053 slik at jeg kan få beskjed fra datamaskinen når noe endrer seg i
1054 stedet for å forsøke å finne ut av det selv. I går ble scriptet
1055 brukbart, og jeg er dermed klar til å dele det med deg.</p>
1056
1057 <p>Jeg startet med å skrive programmet i Python, og hadde en versjon
1058 som logget inn og hentet ned enkeltsider fra Fronter. Men
1059 Fronter-websidene suger golfballer gjennom en hageslange, med
1060 uleselig HTML, flere nivåer av iframes og en struktur på innholdet som
1061 er svært vanskelig å finne ut av, så jeg ga til slutt opp lxml-parsing
1062 med Python og forsøkte meg med WWW::Mechanize for Perl som jeg kjente
1063 fra før. I ettertid har jeg oppdaget at WWW:Mechanize også finnes for
1064 Python, så jeg kunne antagelig droppet språkbyttet. Men da jeg
1065 oppdaget det hadde jeg kommet så langt med Perl-utgaven, så jeg hoppet
1066 ikke tilbake.</p>
1067
1068 <p>For å logge inn i Fronter besøker en enten skolens websider eller
1069 den sentrale innloggingsiden <tt>https://fronter.com/osloskoler/</tt>.
1070 Perl-koden for å logge inn ser slik ut:</p>
1071
1072 <pre>
1073 my $mech = WWW::Mechanize->new();
1074 $mech->get('https://fronter.com/osloskoler/');
1075 $mech->submit_form(fields => {
1076 username => $username,
1077 password => $password,
1078 } );
1079 </pre>
1080
1081 <p>Neste steg er å få oversikt over hvilke «rom» en har tilgang til.
1082 På vår skole er det rom for skolen, biblioteket, elevrådet,
1083 aktivitetsskolen og klasser der en har unger, og dette vil være
1084 forskjellig fra person til person. Etter å ha romstert rundt i
1085 Fronter-grensesnittet endel kom jeg over en grei HTML-side med
1086 oversikt over rommene,
1087 <tt>https://fronter.com/osloskoler/adm/projects.phtml?mode=displayRoomchooser</tt>,
1088 så jeg bruker denne til å hente ut romoversikt med rom-ID.</p>
1089
1090 <pre>
1091 my %room;
1092 $mech->get('https://fronter.com/osloskoler/adm/projects.phtml?mode=displayRoomchooser');
1093 for my $link ($mech->links()) {
1094 my $url = $link->url();
1095 if ($url =~ m%/links/list_files.phtml\?edit=(\d+)$%) {
1096 $room{$link->text()} = $1;
1097 }
1098 }
1099 </pre>
1100
1101 <p>Når en har rom-ID kan en slå opp websiden for rommet, som starter
1102
1103 <tt>https://fronter.com/osloskoler/contentframeset.phtml?goto_prjid=$ROMID</tt>
1104 (der $ROMID byttes ut med rom-ID-tallet). Det gir en side med
1105 iframes, og en må tre nivåer ned i iframes før en får tak i
1106 HTML-informasjonen som vises frem når en ser på det aktuelle rommet.
1107 Her ga jeg opp den robuste parsingen og hardkodet endel URL-er som i
1108 stedet bør spores opp maskinelt. HTML-informasjonen som vises lagres
1109 i en fil etter at økt- og innloggings-nøkkel er fjernet og deretter
1110 bruker jeg <tt>lynx --dump --nolist</tt> for å hente ut en tekstlig
1111 utgave av websiden. Denne tekstlige utgaven sammenlignes med forrige
1112 versjon og oversikt over endringer kan så sendes ut på egnet vis.</p>
1113
1114 <p>Jeg valgte å bruke git til å holde rede på endringer, så jeg
1115 sjekker inn HTML og tekst-utgaver i git og bruker git til å vise frem
1116 endringene i tekstutgavene. Programvaren for å gjøre dette er testet
1117 på Debian GNU/Linux og kan
1118 <a href="https://github.com/petterreinholdtsen/fronter-scraper-oslo">lastes
1119 ned fra github</a>.</p>
1120
1121 <p>For å bruke dette selv, kjør følgende kommandoer på din
1122 Debian-maskin (forutsetter sudo-tilgang for installasjon av
1123 programvare):</p>
1124
1125 <pre>
1126 sudo apt-get install git lynx-cur libio-prompter-perl libwww-mechanize-perl \
1127 libconfig-inifiles-perl
1128 git clone https://github.com/petterreinholdtsen/fronter-scraper-oslo
1129 cd fronter-scraper-oslo
1130 ./update-git
1131 </pre>
1132
1133 <p>Det gjenstår endel, men systemet er allerede nyttig for meg. Jeg
1134 ønsker at systemet også skal laste ned PDF-er og slikt som er lagt ut
1135 for nedlasting på sidene, slik at f.eks. ukeplaner kommer inn i
1136 git-arkivet mitt automatisk og jeg får automatisk beskjed når ny
1137 ukeplan er lagt ut. Kanskje du kan bidra med å få det på plass, eller
1138 kanskje du har andre ting du vil fikse? Jeg tar gjerne imot endringer
1139 og forbedringer. Det er mye som kan gjøres bedre, og scriptet er ikke
1140 veldig robust mot endringer hos nettsidene til Fronter. Jeg regner
1141 dermed med at det vil trengs oppdateringer jevnlig etter hvert som
1142 Fronter-løsningen endrer seg.</p>
1143
1144 </div>
1145 <div class="tags">
1146
1147
1148 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1149
1150
1151 </div>
1152 </div>
1153 <div class="padding"></div>
1154
1155 <div class="entry">
1156 <div class="title">
1157 <a href="https://people.skolelinux.org/pere/blog/Hvordan_vurderer_regjeringen_H_264_patentutfordringen_.html">Hvordan vurderer regjeringen H.264-patentutfordringen?</a>
1158 </div>
1159 <div class="date">
1160 16th November 2014
1161 </div>
1162 <div class="body">
1163 <p>For en stund tilbake spurte jeg Fornyingsdepartementet om hvilke
1164 juridiske vurderinger rundt patentproblemstillingen som var gjort da
1165 H.264 ble tatt inn i <a href="http://standard.difi.no/">statens
1166 referansekatalog over standarder</a>. Stig Hornnes i FAD tipset meg
1167 om følgende som står i oppsumeringen til høringen om
1168 referansekatalogen versjon 2.0, som jeg siden ved hjelp av en
1169 innsynsforespørsel fikk tak i
1170 <a href="http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&do=get&target=kongelig-resolusjon.pdf">PDF-utgaven av</a>
1171 datert 2009-06-03 (saksnummer 200803291, saksbehandler Henrik
1172 Linnestad).</p>
1173
1174 <p>Der står det følgende om problemstillingen:</p>
1175
1176 <p><blockquote>
1177 <strong>4.4 Patentproblematikk</strong>
1178
1179 <p>NUUG og Opera ser det som særlig viktig at forslagene knyttet til
1180 lyd og video baserer seg på de royalty-frie standardene Vorbis, Theora
1181 og FLAC.</p>
1182
1183 <p>Kommentarene relaterer seg til at enkelte standarder er åpne, men
1184 inneholder tekniske prosedyrer som det i USA (og noen andre land som
1185 Japan) er gitt patentrettigheter til. I vårt tilfelle berører dette
1186 spesielt standardene Mp3 og H.264, selv om Politidirektoratet peker på
1187 at det muligens kan være tilsvarende problematikk også for Theora og
1188 Vorbis. Dette medfører at det i USA kan kreves royalties for bruk av
1189 tekniske løsninger knyttet til standardene, et krav som også
1190 håndheves. Patenter kan imidlertid bare hevdes i de landene hvor
1191 patentet er gitt, så amerikanske patenter gjelder ikke andre steder
1192 enn USA.</p>
1193
1194 <p>Spesielt for utvikling av fri programvare er patenter
1195 problematisk. GPL, en "grunnleggende" lisens for distribusjon av fri
1196 programvare, avviser at programvare kan distribueres under denne
1197 lisensen hvis det inneholder referanser til patenterte rutiner som
1198 utløser krav om royalties. Det er imidlertid uproblematisk å
1199 distribuere fri programvareløsninger under GPL som benytter de
1200 aktuelle standardene innen eller mellom land som ikke anerkjenner
1201 patentene. Derfor finner vi også flere implementeringer av Mp3 og
1202 H.264 som er fri programvare, lisensiert under GPL.</p>
1203
1204 <p>I Norge og EU er patentlovgivningen langt mer restriktiv enn i USA,
1205 men det er også her mulig å få patentert metoder for løsning av et
1206 problem som relaterer seg til databehandling. Det er AIF bekjent ikke
1207 relevante patenter i EU eller Norge hva gjelder H.264 og Mp3, men
1208 muligheten for at det finnes patenter uten at det er gjort krav om
1209 royalties eller at det senere vil gis slike patenter kan ikke helt
1210 avvises.</p>
1211
1212 <p>AIF mener det er et behov for å gi offentlige virksomheter mulighet
1213 til å benytte antatt royaltyfrie åpne standarder som et likeverdig
1214 alternativ eller i tillegg til de markedsledende åpne standardene.</p>
1215
1216 </blockquote></p>
1217
1218 <p>Det ser dermed ikke ut til at de har vurdert patentspørsmålet i
1219 sammenheng med opphavsrettsvilkår slik de er formulert for f.eks.
1220 Apple Final Cut Pro, Adobe Premiere Pro, Avid og Sorenson-verktøyene,
1221 der det kreves brukstillatelse for patenter som ikke er gyldige i
1222 Norge for å bruke disse verktøyene til annet en personlig og ikke
1223 kommersiell aktivitet når det gjelder H.264-video. Jeg må nok lete
1224 videre etter svar på det spørsmålet.</p>
1225
1226 </div>
1227 <div class="tags">
1228
1229
1230 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1231
1232
1233 </div>
1234 </div>
1235 <div class="padding"></div>
1236
1237 <div class="entry">
1238 <div class="title">
1239 <a href="https://people.skolelinux.org/pere/blog/Do_you_need_an_agreement_with_MPEG_LA_to_publish_and_broadcast_H_264_video_in_Norway_.html">Do you need an agreement with MPEG-LA to publish and broadcast H.264 video in Norway?</a>
1240 </div>
1241 <div class="date">
1242 25th August 2014
1243 </div>
1244 <div class="body">
1245 <p>Two years later, I am still not sure if it is legal here in Norway
1246 to use or publish a video in H.264 or MPEG4 format edited by the
1247 commercially licensed video editors, without limiting the use to
1248 create "personal" or "non-commercial" videos or get a license
1249 agreement with <a href="http://www.mpegla.com">MPEG LA</a>. If one
1250 want to publish and broadcast video in a non-personal or commercial
1251 setting, it might be that those tools can not be used, or that video
1252 format can not be used, without breaking their copyright license. I
1253 am not sure.
1254 <a href="https://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">Back
1255 then</a>, I found that the copyright license terms for Adobe Premiere
1256 and Apple Final Cut Pro both specified that one could not use the
1257 program to produce anything else without a patent license from MPEG
1258 LA. The issue is not limited to those two products, though. Other
1259 much used products like those from Avid and Sorenson Media have terms
1260 of use are similar to those from Adobe and Apple. The complicating
1261 factor making me unsure if those terms have effect in Norway or not is
1262 that the patents in question are not valid in Norway, but copyright
1263 licenses are.</p>
1264
1265 <p>These are the terms for Avid Artist Suite, according to their
1266 <a href="http://www.avid.com/US/about-avid/legal-notices/legal-enduserlicense2">published
1267 end user</a>
1268 <a href="http://www.avid.com/static/resources/common/documents/corporate/LICENSE.pdf">license
1269 text</a> (converted to lower case text for easier reading):</p>
1270
1271 <p><blockquote>
1272 <p>18.2. MPEG-4. MPEG-4 technology may be included with the
1273 software. MPEG LA, L.L.C. requires this notice: </p>
1274
1275 <p>This product is licensed under the MPEG-4 visual patent portfolio
1276 license for the personal and non-commercial use of a consumer for (i)
1277 encoding video in compliance with the MPEG-4 visual standard (“MPEG-4
1278 video”) and/or (ii) decoding MPEG-4 video that was encoded by a
1279 consumer engaged in a personal and non-commercial activity and/or was
1280 obtained from a video provider licensed by MPEG LA to provide MPEG-4
1281 video. No license is granted or shall be implied for any other
1282 use. Additional information including that relating to promotional,
1283 internal and commercial uses and licensing may be obtained from MPEG
1284 LA, LLC. See http://www.mpegla.com. This product is licensed under
1285 the MPEG-4 systems patent portfolio license for encoding in compliance
1286 with the MPEG-4 systems standard, except that an additional license
1287 and payment of royalties are necessary for encoding in connection with
1288 (i) data stored or replicated in physical media which is paid for on a
1289 title by title basis and/or (ii) data which is paid for on a title by
1290 title basis and is transmitted to an end user for permanent storage
1291 and/or use, such additional license may be obtained from MPEG LA,
1292 LLC. See http://www.mpegla.com for additional details.</p>
1293
1294 <p>18.3. H.264/AVC. H.264/AVC technology may be included with the
1295 software. MPEG LA, L.L.C. requires this notice:</p>
1296
1297 <p>This product is licensed under the AVC patent portfolio license for
1298 the personal use of a consumer or other uses in which it does not
1299 receive remuneration to (i) encode video in compliance with the AVC
1300 standard (“AVC video”) and/or (ii) decode AVC video that was encoded
1301 by a consumer engaged in a personal activity and/or was obtained from
1302 a video provider licensed to provide AVC video. No license is granted
1303 or shall be implied for any other use. Additional information may be
1304 obtained from MPEG LA, L.L.C. See http://www.mpegla.com.</p>
1305 </blockquote></p>
1306
1307 <p>Note the requirement that the videos created can only be used for
1308 personal or non-commercial purposes.</p>
1309
1310 <p>The Sorenson Media software have
1311 <a href="http://www.sorensonmedia.com/terms/">similar terms</a>:</p>
1312
1313 <p><blockquote>
1314
1315 <p>With respect to a license from Sorenson pertaining to MPEG-4 Video
1316 Decoders and/or Encoders: Any such product is licensed under the
1317 MPEG-4 visual patent portfolio license for the personal and
1318 non-commercial use of a consumer for (i) encoding video in compliance
1319 with the MPEG-4 visual standard (“MPEG-4 video”) and/or (ii) decoding
1320 MPEG-4 video that was encoded by a consumer engaged in a personal and
1321 non-commercial activity and/or was obtained from a video provider
1322 licensed by MPEG LA to provide MPEG-4 video. No license is granted or
1323 shall be implied for any other use. Additional information including
1324 that relating to promotional, internal and commercial uses and
1325 licensing may be obtained from MPEG LA, LLC. See
1326 http://www.mpegla.com.</p>
1327
1328 <p>With respect to a license from Sorenson pertaining to MPEG-4
1329 Consumer Recorded Data Encoder, MPEG-4 Systems Internet Data Encoder,
1330 MPEG-4 Mobile Data Encoder, and/or MPEG-4 Unique Use Encoder: Any such
1331 product is licensed under the MPEG-4 systems patent portfolio license
1332 for encoding in compliance with the MPEG-4 systems standard, except
1333 that an additional license and payment of royalties are necessary for
1334 encoding in connection with (i) data stored or replicated in physical
1335 media which is paid for on a title by title basis and/or (ii) data
1336 which is paid for on a title by title basis and is transmitted to an
1337 end user for permanent storage and/or use. Such additional license may
1338 be obtained from MPEG LA, LLC. See http://www.mpegla.com for
1339 additional details.</p>
1340
1341 </blockquote></p>
1342
1343 <p>Some free software like
1344 <a href="https://handbrake.fr/">Handbrake</A> and
1345 <a href="http://ffmpeg.org/">FFMPEG</a> uses GPL/LGPL licenses and do
1346 not have any such terms included, so for those, there is no
1347 requirement to limit the use to personal and non-commercial.</p>
1348
1349 </div>
1350 <div class="tags">
1351
1352
1353 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1354
1355
1356 </div>
1357 </div>
1358 <div class="padding"></div>
1359
1360 <div class="entry">
1361 <div class="title">
1362 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html">Hvordan enkelt laste ned filmer fra NRK med den "nye" løsningen</a>
1363 </div>
1364 <div class="date">
1365 16th June 2014
1366 </div>
1367 <div class="body">
1368 <p>Jeg har fortsatt behov for å kunne laste ned innslag fra NRKs
1369 nettsted av og til for å se senere når jeg ikke er på nett, men
1370 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html">min
1371 oppskrift fra 2011</a> sluttet å fungere da NRK byttet
1372 avspillermetode. I dag fikk jeg endelig lett etter oppdatert løsning,
1373 og jeg er veldig glad for å fortelle at den enkleste måten å laste ned
1374 innslag er å bruke siste versjon 2014.06.07 av
1375 <a href="http://rg3.github.io/youtube-dl/">youtube-dl</a>. Støtten i
1376 youtube-dl <a href="https://github.com/rg3/youtube-dl/issues/2980">kom
1377 inn for 23 dager siden</a> og
1378 <a href="http://packages.qa.debian.org/y/youtube-dl.html">versjonen i
1379 Debian</a> fungerer fint også som backport til Debian Wheezy. Det er
1380 et lite problem, det håndterer kun URLer med små bokstaver, men hvis
1381 en har en URL med store bokstaver kan en bare gjøre alle store om til
1382 små bokstaver for å få youtube-dl til å laste ned. Rapporterte
1383 nettopp
1384 <a href="https://github.com/rg3/youtube-dl/issues/2980">problemet til
1385 utviklerne</a>, og antar de får fikset det snart.</p>
1386
1387 <p>Dermed er alt klart til å laste ned dokumentarene om
1388 <a href="http://tv.nrk.no/program/KOID23005014/usas-hemmelige-avlytting">USAs
1389 hemmelige avlytting</a> og
1390 <a href="http://tv.nrk.no/program/KOID23005114/selskapene-bak-usas-avlytting">Selskapene
1391 bak USAs avlytting</a>, i tillegg til
1392 <a href="http://tv.nrk.no/program/KOID20005814/et-moete-med-edward-snowden">intervjuet
1393 med Edward Snowden gjort av den tyske tv-kanalen ARD</a>. Anbefaler
1394 alle å se disse, sammen med
1395 <a href="http://media.ccc.de/browse/congress/2013/30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html">foredraget
1396 til Jacob Appelbaum på siste CCC-konferanse</a>, for å forstå mer om
1397 hvordan overvåkningen av borgerne brer om seg.</p>
1398
1399 <p>Takk til gode venner på foreningen NUUGs IRC-kanal
1400 <a href="irc://irc.freenode.net/%23nuug">#nuug på irc.freenode.net</a>
1401 for tipsene som fikk meg i mål</a>.</p>
1402
1403 <p><strong>Oppdatering 2014-06-17</strong>: Etter at jeg publiserte
1404 denne, ble jeg tipset om bloggposten
1405 "<a href="http://ingvar.blog.redpill-linpro.com/2012/05/31/downloading-hd-content-from-tv-nrk-no/">Downloading
1406 HD content from tv.nrk.no</a>" av Ingvar Hagelund, som har alternativ
1407 implementasjon og tips for å lage mkv-fil med undertekstene inkludert.
1408 Kanskje den passer bedre for deg? I tillegg ble feilen i youtube-dl
1409 ble fikset litt senere ut på dagen i går, samt at youtube-dl fikk
1410 støtte for å laste ned undertitler. Takk til Anders Einar Hilden for
1411 god innsats og youtube-dl-utviklerne for rask respons.</p>
1412
1413 </div>
1414 <div class="tags">
1415
1416
1417 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1418
1419
1420 </div>
1421 </div>
1422 <div class="padding"></div>
1423
1424 <div class="entry">
1425 <div class="title">
1426 <a href="https://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html">Half the Coverity issues in Gnash fixed in the next release</a>
1427 </div>
1428 <div class="date">
1429 29th April 2014
1430 </div>
1431 <div class="body">
1432 <p>I've been following <a href="http://www.getgnash.org/">the Gnash
1433 project</a> for quite a while now. It is a free software
1434 implementation of Adobe Flash, both a standalone player and a browser
1435 plugin. Gnash implement support for the AVM1 format (and not the
1436 newer AVM2 format - see
1437 <a href="http://lightspark.github.io/">Lightspark</a> for that one),
1438 allowing several flash based sites to work. Thanks to the friendly
1439 developers at Youtube, it also work with Youtube videos, because the
1440 Javascript code at Youtube detect Gnash and serve a AVM1 player to
1441 those users. :) Would be great if someone found time to implement AVM2
1442 support, but it has not happened yet. If you install both Lightspark
1443 and Gnash, Lightspark will invoke Gnash if it find a AVM1 flash file,
1444 so you can get both handled as free software. Unfortunately,
1445 Lightspark so far only implement a small subset of AVM2, and many
1446 sites do not work yet.</p>
1447
1448 <p>A few months ago, I started looking at
1449 <a href="http://scan.coverity.com/">Coverity</a>, the static source
1450 checker used to find heaps and heaps of bugs in free software (thanks
1451 to the donation of a scanning service to free software projects by the
1452 company developing this non-free code checker), and Gnash was one of
1453 the projects I decided to check out. Coverity is able to find lock
1454 errors, memory errors, dead code and more. A few days ago they even
1455 extended it to also be able to find the heartbleed bug in OpenSSL.
1456 There are heaps of checks being done on the instrumented code, and the
1457 amount of bogus warnings is quite low compared to the other static
1458 code checkers I have tested over the years.</p>
1459
1460 <p>Since a few weeks ago, I've been working with the other Gnash
1461 developers squashing bugs discovered by Coverity. I was quite happy
1462 today when I checked the current status and saw that of the 777 issues
1463 detected so far, 374 are marked as fixed. This make me confident that
1464 the next Gnash release will be more stable and more dependable than
1465 the previous one. Most of the reported issues were and are in the
1466 test suite, but it also found a few in the rest of the code.</p>
1467
1468 <p>If you want to help out, you find us on
1469 <a href="https://lists.gnu.org/mailman/listinfo/gnash-dev">the
1470 gnash-dev mailing list</a> and on
1471 <a href="irc://irc.freenode.net/#gnash">the #gnash channel on
1472 irc.freenode.net IRC server</a>.</p>
1473
1474 </div>
1475 <div class="tags">
1476
1477
1478 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1479
1480
1481 </div>
1482 </div>
1483 <div class="padding"></div>
1484
1485 <div class="entry">
1486 <div class="title">
1487 <a href="https://people.skolelinux.org/pere/blog/FreedomBox_milestone___all_packages_now_in_Debian_Sid.html">FreedomBox milestone - all packages now in Debian Sid</a>
1488 </div>
1489 <div class="date">
1490 15th April 2014
1491 </div>
1492 <div class="body">
1493 <p>The <a href="https://wiki.debian.org/FreedomBox">Freedombox
1494 project</a> is working on providing the software and hardware to make
1495 it easy for non-technical people to host their data and communication
1496 at home, and being able to communicate with their friends and family
1497 encrypted and away from prying eyes. It is still going strong, and
1498 today a major mile stone was reached.</p>
1499
1500 <p>Today, the last of the packages currently used by the project to
1501 created the system images were accepted into Debian Unstable. It was
1502 the freedombox-setup package, which is used to configure the images
1503 during build and on the first boot. Now all one need to get going is
1504 the build code from the freedom-maker git repository and packages from
1505 Debian. And once the freedombox-setup package enter testing, we can
1506 build everything directly from Debian. :)</p>
1507
1508 <p>Some key packages used by Freedombox are
1509 <a href="http://packages.qa.debian.org/freedombox-setup">freedombox-setup</a>,
1510 <a href="http://packages.qa.debian.org/plinth">plinth</a>,
1511 <a href="http://packages.qa.debian.org/pagekite">pagekite</a>,
1512 <a href="http://packages.qa.debian.org/tor">tor</a>,
1513 <a href="http://packages.qa.debian.org/privoxy">privoxy</a>,
1514 <a href="http://packages.qa.debian.org/owncloud">owncloud</a> and
1515 <a href="http://packages.qa.debian.org/dnsmasq">dnsmasq</a>. There
1516 are plans to integrate more packages into the setup. User
1517 documentation is maintained on the Debian wiki. Please
1518 <a href="https://wiki.debian.org/FreedomBox/Manual/Jessie">check out
1519 the manual</a> and help us improve it.</p>
1520
1521 <p>To test for yourself and create boot images with the FreedomBox
1522 setup, run this on a Debian machine using a user with sudo rights to
1523 become root:</p>
1524
1525 <p><pre>
1526 sudo apt-get install git vmdebootstrap mercurial python-docutils \
1527 mktorrent extlinux virtualbox qemu-user-static binfmt-support \
1528 u-boot-tools
1529 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
1530 freedom-maker
1531 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
1532 </pre></p>
1533
1534 <p>Root access is needed to run debootstrap and mount loopback
1535 devices. See the README in the freedom-maker git repo for more
1536 details on the build. If you do not want all three images, trim the
1537 make line. Note that the virtualbox-image target is not really
1538 virtualbox specific. It create a x86 image usable in kvm, qemu,
1539 vmware and any other x86 virtual machine environment. You might need
1540 the version of vmdebootstrap in Jessie to get the build working, as it
1541 include fixes for a race condition with kpartx.</p>
1542
1543 <p>If you instead want to install using a Debian CD and the preseed
1544 method, boot a Debian Wheezy ISO and use this boot argument to load
1545 the preseed values:</p>
1546
1547 <p><pre>
1548 url=<a href="http://www.reinholdtsen.name/freedombox/preseed-jessie.dat">http://www.reinholdtsen.name/freedombox/preseed-jessie.dat</a>
1549 </pre></p>
1550
1551 <p>I have not tested it myself the last few weeks, so I do not know if
1552 it still work.</p>
1553
1554 <p>If you wonder how to help, one task you could look at is using
1555 systemd as the boot system. It will become the default for Linux in
1556 Jessie, so we need to make sure it is usable on the Freedombox. I did
1557 a simple test a few weeks ago, and noticed dnsmasq failed to start
1558 during boot when using systemd. I suspect there are other problems
1559 too. :) To detect problems, there is a test suite included, which can
1560 be run from the plinth web interface.</p>
1561
1562 <p>Give it a go and let us know how it goes on the mailing list, and help
1563 us get the new release published. :) Please join us on
1564 <a href="irc://irc.debian.org:6667/%23freedombox">IRC (#freedombox on
1565 irc.debian.org)</a> and
1566 <a href="http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss">the
1567 mailing list</a> if you want to help make this vision come true.</p>
1568
1569 </div>
1570 <div class="tags">
1571
1572
1573 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1574
1575
1576 </div>
1577 </div>
1578 <div class="padding"></div>
1579
1580 <div class="entry">
1581 <div class="title">
1582 <a href="https://people.skolelinux.org/pere/blog/Freedombox_on_Dreamplug__Raspberry_Pi_and_virtual_x86_machine.html">Freedombox on Dreamplug, Raspberry Pi and virtual x86 machine</a>
1583 </div>
1584 <div class="date">
1585 14th March 2014
1586 </div>
1587 <div class="body">
1588 <p>The <a href="https://wiki.debian.org/FreedomBox">Freedombox
1589 project</a> is working on providing the software and hardware for
1590 making it easy for non-technical people to host their data and
1591 communication at home, and being able to communicate with their
1592 friends and family encrypted and away from prying eyes. It has been
1593 going on for a while, and is slowly progressing towards a new test
1594 release (0.2).</p>
1595
1596 <p>And what day could be better than the Pi day to announce that the
1597 new version will provide "hard drive" / SD card / USB stick images for
1598 Dreamplug, Raspberry Pi and VirtualBox (or any other virtualization
1599 system), and can also be installed using a Debian installer preseed
1600 file. The Debian based Freedombox is now based on Debian Jessie,
1601 where most of the needed packages used are already present. Only one,
1602 the freedombox-setup package, is missing. To try to build your own
1603 boot image to test the current status, fetch the freedom-maker scripts
1604 and build using
1605 <a href="http://packages.qa.debian.org/vmdebootstrap">vmdebootstrap</a>
1606 with a user with sudo access to become root:
1607
1608 <pre>
1609 git clone http://anonscm.debian.org/git/freedombox/freedom-maker.git \
1610 freedom-maker
1611 sudo apt-get install git vmdebootstrap mercurial python-docutils \
1612 mktorrent extlinux virtualbox qemu-user-static binfmt-support \
1613 u-boot-tools
1614 make -C freedom-maker dreamplug-image raspberry-image virtualbox-image
1615 </pre>
1616
1617 <p>Root access is needed to run debootstrap and mount loopback
1618 devices. See the README for more details on the build. If you do not
1619 want all three images, trim the make line. But note that thanks to <a
1620 href="https://bugs.debian.org/741407">a race condition in
1621 vmdebootstrap</a>, the build might fail without the patch to the
1622 kpartx call.</p>
1623
1624 <p>If you instead want to install using a Debian CD and the preseed
1625 method, boot a Debian Wheezy ISO and use this boot argument to load
1626 the preseed values:</p>
1627
1628 <pre>
1629 url=<a href="http://www.reinholdtsen.name/freedombox/preseed-jessie.dat">http://www.reinholdtsen.name/freedombox/preseed-jessie.dat</a>
1630 </pre>
1631
1632 <p>But note that due to <a href="https://bugs.debian.org/740673">a
1633 recently introduced bug in apt in Jessie</a>, the installer will
1634 currently hang while setting up APT sources. Killing the
1635 '<tt>apt-cdrom ident</tt>' process when it hang a few times during the
1636 installation will get the installation going. This affect all
1637 installations in Jessie, and I expect it will be fixed soon.</p>
1638
1639 <p>Give it a go and let us know how it goes on the mailing list, and help
1640 us get the new release published. :) Please join us on
1641 <a href="irc://irc.debian.org:6667/%23freedombox">IRC (#freedombox on
1642 irc.debian.org)</a> and
1643 <a href="http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss">the
1644 mailing list</a> if you want to help make this vision come true.</p>
1645
1646 </div>
1647 <div class="tags">
1648
1649
1650 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1651
1652
1653 </div>
1654 </div>
1655 <div class="padding"></div>
1656
1657 <div class="entry">
1658 <div class="title">
1659 <a href="https://people.skolelinux.org/pere/blog/Videos_about_the_Freedombox_project___for_inspiration_and_learning.html">Videos about the Freedombox project - for inspiration and learning</a>
1660 </div>
1661 <div class="date">
1662 27th September 2013
1663 </div>
1664 <div class="body">
1665 <p>The <a href="http://www.freedomboxfoundation.org/">Freedombox
1666 project</a> have been going on for a while, and have presented the
1667 vision, ideas and solution several places. Here is a little
1668 collection of videos of talks and presentation of the project.</p>
1669
1670 <ul>
1671
1672 <li><a href="http://www.youtube.com/watch?v=ukvUz5taxvA">FreedomBox -
1673 2,5 minute marketing film</a> (Youtube)</li>
1674
1675 <li><a href="http://www.youtube.com/watch?v=SzW25QTVWsE">Eben Moglen
1676 discusses the Freedombox on CBS news 2011</a> (Youtube)</li>
1677
1678 <li><a href="http://www.youtube.com/watch?v=Ae8SZbxfE0g">Eben Moglen -
1679 Freedom in the Cloud - Software Freedom, Privacy and and Security for
1680 Web 2.0 and Cloud computing at ISOC-NY Public Meeting 2010</a>
1681 (Youtube)</li>
1682
1683 <li><a href="http://www.youtube.com/watch?v=vNaIji_3xBE">Fosdem 2011
1684 Keynote by Eben Moglen presenting the Freedombox</a> (Youtube)</li>
1685
1686 <li><a href="http://www.youtube.com/watch?v=9bDDUyJSQ9s">Presentation of
1687 the Freedombox by James Vasile at Elevate in Gratz 2011</a> (Youtube)</li>
1688
1689 <li><a href="http://www.youtube.com/watch?v=zQTmnk27g9s"> Freedombox -
1690 Discovery, Identity, and Trust by Nick Daly at Freedombox Hackfest New
1691 York City in 2012</a> (Youtube)</li>
1692
1693 <li><a href="http://www.youtube.com/watch?v=tkbSB4Ba7Ck">Introduction
1694 to the Freedombox at Freedombox Hackfest New York City in 2012</a>
1695 (Youtube)</li>
1696
1697 <li><a href="http://www.youtube.com/watch?v=z-P2Jaeg0aQ">Freedom, Out
1698 of the Box! by Bdale Garbee at linux.conf.au Ballarat, 2012</a> (Youtube) </li>
1699
1700 <li><a href="https://archive.fosdem.org/2013/schedule/event/freedombox/">Freedombox
1701 1.0 by Eben Moglen and Bdale Garbee at Fosdem 2013</a> (FOSDEM) </li>
1702
1703 <li><a href="http://www.youtube.com/watch?v=e1LpYX2zVYg">What is the
1704 FreedomBox today by Bdale Garbee at Debconf13 in Vaumarcus
1705 2013</a> (Youtube)</li>
1706
1707 </ul>
1708
1709 <p>A larger list is available from
1710 <a href="https://wiki.debian.org/FreedomBox/TalksAndPresentations">the
1711 Freedombox Wiki</a>.</p>
1712
1713 <p>On other news, I am happy to report that Freedombox based on Debian
1714 Jessie is coming along quite well, and soon both Owncloud and using
1715 Tor should be available for testers of the Freedombox solution. :) In
1716 a few weeks I hope everything needed to test it is included in Debian.
1717 The withsqlite package is already in Debian, and the plinth package is
1718 pending in NEW. The third and vital part of that puzzle is the
1719 metapackage/setup framework, which is still pending an upload. Join
1720 us on <a href="irc://irc.debian.org:6667/%23freedombox">IRC
1721 (#freedombox on irc.debian.org)</a> and
1722 <a href="http://lists.alioth.debian.org/mailman/listinfo/freedombox-discuss">the
1723 mailing list</a> if you want to help make this vision come true.</p>
1724
1725 </div>
1726 <div class="tags">
1727
1728
1729 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1730
1731
1732 </div>
1733 </div>
1734 <div class="padding"></div>
1735
1736 <div class="entry">
1737 <div class="title">
1738 <a href="https://people.skolelinux.org/pere/blog/Recipe_to_test_the_Freedombox_project_on_amd64_or_Raspberry_Pi.html">Recipe to test the Freedombox project on amd64 or Raspberry Pi</a>
1739 </div>
1740 <div class="date">
1741 10th September 2013
1742 </div>
1743 <div class="body">
1744 <p>I was introduced to the
1745 <a href="http://www.freedomboxfoundation.org/">Freedombox project</a>
1746 in 2010, when Eben Moglen presented his vision about serving the need
1747 of non-technical people to keep their personal information private and
1748 within the legal protection of their own homes. The idea is to give
1749 people back the power over their network and machines, and return
1750 Internet back to its intended peer-to-peer architecture. Instead of
1751 depending on a central service, the Freedombox will give everyone
1752 control over their own basic infrastructure.</p>
1753
1754 <p>I've intended to join the effort since then, but other tasks have
1755 taken priority. But this summers nasty news about the misuse of trust
1756 and privilege exercised by the "western" intelligence gathering
1757 communities increased my eagerness to contribute to a point where I
1758 actually started working on the project a while back.</p>
1759
1760 <p>The <a href="https://alioth.debian.org/projects/freedombox/">initial
1761 Debian initiative</a> based on the vision from Eben Moglen, is to
1762 create a simple and cheap Debian based appliance that anyone can hook
1763 up in their home and get access to secure and private services and
1764 communication. The initial deployment platform have been the
1765 <a href="http://www.globalscaletechnologies.com/t-dreamplugdetails.aspx">Dreamplug</a>,
1766 which is a piece of hardware I do not own. So to be able to test what
1767 the current Freedombox setup look like, I had to come up with a way to install
1768 it on some hardware I do have access to. I have rewritten the
1769 <a href="https://github.com/NickDaly/freedom-maker">freedom-maker</a>
1770 image build framework to use .deb packages instead of only copying
1771 setup into the boot images, and thanks to this rewrite I am able to
1772 set up any machine supported by Debian Wheezy as a Freedombox, using
1773 the previously mentioned deb (and a few support debs for packages
1774 missing in Debian).</p>
1775
1776 <p>The current Freedombox setup consist of a set of bootstrapping
1777 scripts
1778 (<a href="https://github.com/petterreinholdtsen/freedombox-setup">freedombox-setup</a>),
1779 and a administrative web interface
1780 (<a href="https://github.com/NickDaly/Plinth">plinth</a> + exmachina +
1781 withsqlite), as well as a privacy enhancing proxy based on
1782 <a href="http://packages.qa.debian.org/privoxy">privoxy</a>
1783 (freedombox-privoxy). There is also a web/javascript based XMPP
1784 client (<a href="http://packages.qa.debian.org/jwchat">jwchat</a>)
1785 trying (unsuccessfully so far) to talk to the XMPP server
1786 (<a href="http://packages.qa.debian.org/ejabberd">ejabberd</a>). The
1787 web interface is pluggable, and the goal is to use it to enable OpenID
1788 services, mesh network connectivity, use of TOR, etc, etc. Not much of
1789 this is really working yet, see
1790 <a href="https://github.com/NickDaly/freedombox-todos/blob/master/TODO">the
1791 project TODO</a> for links to GIT repositories. Most of the code is
1792 on github at the moment. The HTTP proxy is operational out of the
1793 box, and the admin web interface can be used to add/remove plinth
1794 users. I've not been able to do anything else with it so far, but
1795 know there are several branches spread around github and other places
1796 with lots of half baked features.</p>
1797
1798 <p>Anyway, if you want to have a look at the current state, the
1799 following recipes should work to give you a test machine to poke
1800 at.</p>
1801
1802 <p><strong>Debian Wheezy amd64</strong></p>
1803
1804 <ol>
1805
1806 <li>Fetch normal Debian Wheezy installation ISO.</li>
1807 <li>Boot from it, either as CD or USB stick.</li>
1808 <li><p>Press [tab] on the boot prompt and add this as a boot argument
1809 to the Debian installer:<p>
1810 <pre>url=<a href="http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat">http://www.reinholdtsen.name/freedombox/preseed-wheezy.dat</a></pre></li>
1811
1812 <li>Answer the few language/region/password questions and pick disk to
1813 install on.</li>
1814
1815 <li>When the installation is finished and the machine have rebooted a
1816 few times, your Freedombox is ready for testing.</li>
1817
1818 </ol>
1819
1820 <p><strong>Raspberry Pi Raspbian</strong></p>
1821
1822 <ol>
1823
1824 <li>Fetch a Raspbian SD card image, create SD card.</li>
1825 <li>Boot from SD card, extend file system to fill the card completely.</li>
1826 <li><p>Log in and add this to /etc/sources.list:</p>
1827 <pre>
1828 deb <a href="http://www.reinholdtsen.name/freedombox/">http://www.reinholdtsen.name/freedombox</a> wheezy main
1829 </pre></li>
1830 <li><p>Run this as root:</p>
1831 <pre>
1832 wget -O - http://www.reinholdtsen.name/freedombox/BE1A583D.asc | \
1833 apt-key add -
1834 apt-get update
1835 apt-get install freedombox-setup
1836 /usr/lib/freedombox/setup
1837 </pre></li>
1838 <li>Reboot into your freshly created Freedombox.</li>
1839
1840 </ol>
1841
1842 <p>You can test it on other architectures too, but because the
1843 freedombox-privoxy package is binary, it will only work as intended on
1844 the architectures where I have had time to build the binary and put it
1845 in my APT repository. But do not let this stop you. It is only a
1846 short "<tt>apt-get source -b freedombox-privoxy</tt>" away. :)</p>
1847
1848 <p>Note that by default Freedombox is a DHCP server on the
1849 192.168.1.0/24 subnet, so if this is your subnet be careful and turn
1850 off the DHCP server by running "<tt>update-rc.d isc-dhcp-server
1851 disable</tt>" as root.</p>
1852
1853 <p>Please let me know if this works for you, or if you have any
1854 problems. We gather on the IRC channel
1855 <a href="irc://irc.debian.org:6667/%23freedombox">#freedombox</a> on
1856 irc.debian.org and the
1857 <a href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/freedombox-discuss">project
1858 mailing list</a>.</p>
1859
1860 <p>Once you get your freedombox operational, you can visit
1861 <tt>http://your-host-name:8001/</tt> to see the state of the plint
1862 welcome screen (dead end - do not be surprised if you are unable to
1863 get past it), and next visit <tt>http://your-host-name:8001/help/</tt>
1864 to look at the rest of plinth. The default user is 'admin' and the
1865 default password is 'secret'.</p>
1866
1867 </div>
1868 <div class="tags">
1869
1870
1871 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1872
1873
1874 </div>
1875 </div>
1876 <div class="padding"></div>
1877
1878 <div class="entry">
1879 <div class="title">
1880 <a href="https://people.skolelinux.org/pere/blog/Netflix_krever_at_du_frasier_deg_dine_forbrukerrettigheter___.html">Netflix krever at du frasier deg dine forbrukerrettigheter...</a>
1881 </div>
1882 <div class="date">
1883 17th October 2012
1884 </div>
1885 <div class="body">
1886 <p>Filmtjenesten Netflix lanseres i Norge, med en jublende presse på
1887 sidelinjen. Men har journalistene lest bruksvilkårene? Synes de
1888 avsnitt nummer to i
1889 «<a href="https://signup.netflix.com/TermsOfUse?locale=nb-NO">Vilkår
1890 for bruk</a>» høres greit ut for en forbrukertjeneste i Norge?
1891 Avsnittet lyder slik:
1892
1893 <blockquote>
1894
1895 «Disse vilkårene for bruk innebærer at alle tvister mellom deg og
1896 Netflix vil bli løst ved BINDENDE VOLDGIFT. DU SAMTYKKER I AT DU
1897 FRASIER DEG ENHVER RETT TIL RETTSLIGE SKRITT for å hevde eller
1898 forsvare rettighetene dine under denne kontrakten (med unntak for
1899 mindre saker som kan avgjøres i forliksretten). Rettighetene dine vil
1900 bli bestemt av en NØYTRAL VOLDGIFTSMANN/MEKLER og IKKE en dommer eller
1901 jury, og krav kan ikke framstilles i form av gruppesøksmål. Les
1902 gjennom voldgiftsavtalen nedenfor for å finne alle detaljer vedrørende
1903 avtalen, slik at du kan se hvordan en eventuell konflikt med Netflix
1904 skal håndteres og vil avgjøres.»
1905
1906 </blockquote>
1907
1908 <p>Ikke nok med det, men må akseptere at det er USAs lov som skal
1909 regulere bruken, og dermed akseptere å miste norsk forbruker- og
1910 personvernlovgiving (hvilket så vidt jeg vet ikke kan gjøres i
1911 Norge).</p>
1912
1913 <blockquote>
1914 «Gjennom å godta disse vilkår for bruk samtykker du i at tolkingen og
1915 håndhevelsen av denne voldgiftsavtalen er underlagt den føderale
1916 voldgiftsloven i USA, U.S. Federal Arbitration Act, og at både du og
1917 Netflix frasier dere retten til en juryprosess eller deltakelse i
1918 gruppesøksmål. Denne voldgiftsbetingelsen gjelder selv etter at denne
1919 avtalen er oppsagt og Netflix-medlemskapet ditt har opphørt.»
1920 </blockquote>
1921
1922 <p>En må altså si ja til å frasi seg de vanlige forbrukerrettighetene
1923 i Norge for å bruke Netflix. Vilkårene til Netflix vil neppe stå seg
1924 i norsk rett, men det er usedvanlig frekt å bare foreslå det, da de
1925 aller fleste som leser dem vil anta at vilkårene gjelder med mindre de
1926 er svært godt kjent med norsk forbrukerrett. Skal en frasi seg
1927 muligheten til å hevde sin rett hvis Netflix lekker personopplysninger
1928 (USAs lovgiving er svært mangelfull i forhold til den norske
1929 personvernlovgivingen) eller leverer en tjeneste som ikke holder mål?
1930 Nei takk. Med slike bruksvilkår takker jeg høflig nei til tilbudet,
1931 og de får ikke meg som kunde før de har en helt annen tilnærming mot
1932 sine kunder.</p>
1933
1934 <p>Oppdatering 2012-10-18: Både
1935 <a href="http://www.aftenposten.no/digital/Netflix-krever-at-du-sier-fra-deg-norske-forbrukerrettigheter-7021182.html">Aftenposten</a>,
1936 <a href="http://nrk.no/helse-forbruk-og-livsstil/1.8362951">NRK</a> og
1937 <a href="http://www.teknofil.no/artikler/forbrukerradet-slakter-netflix/113679">Teknofil</a>
1938 har snappet opp saken (dog nevner ikke NRK kilde, så de kan jo ha
1939 oppdaget det selv). Veldig bra at flere blir oppmerksom på slike
1940 ting. «- Helt hinsides, mener Forbrukerrådet om Netflix'
1941 brukervilkår», siterer Aftenposten. Og
1942 <a href="http://www.aftenposten.no/nyheter/Forbrukerombudet-vil-granske-TV-markedet-7021465.html">Aftenposten</a>
1943 melder videre at Forbrukerrådet vil granske TV-bransjen med bakgrunn i
1944 dette.</p>
1945
1946 </div>
1947 <div class="tags">
1948
1949
1950 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
1951
1952
1953 </div>
1954 </div>
1955 <div class="padding"></div>
1956
1957 <div class="entry">
1958 <div class="title">
1959 <a href="https://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H.264-video</a>
1960 </div>
1961 <div class="date">
1962 5th July 2012
1963 </div>
1964 <div class="body">
1965 <p>I føljetongen om H.264
1966 <a href="https://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">forlot
1967 jeg leserne i undring</a> om hvor pakken fra MPEG-LA tok veien, og om
1968 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
1969 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
1970 og dagen etter fikk jeg følgende svar derfra:</p>
1971
1972 <p><blockquote>
1973 <p>Date: Fri, 29 Jun 2012 18:32:34 +0000
1974 <br>From: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
1975 <br>To: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
1976 <br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
1977 <br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
1978
1979 <p>Dear Mr. Reinholdtsen,</p>
1980
1981 <p>Thank you for your message. As you know, Ryan is currently our of the
1982 office, so it will be my pleasure to assist you.</p>
1983
1984 <p>Per your request, attached please find an electronic copy of the
1985 AVC Patent Portfolio License. Please note that the electronic copy of
1986 the License is provided as a convenience and for informational
1987 purposes only. When concluding the Licenses, only the hard copies
1988 provided by MPEG LA may be used.</p>
1989
1990 <p>To your question, MPEG LA lists our Licensees on our website
1991 according to each program. The lists are in alphabetical order, so it
1992 is very easy to search.</p>
1993
1994 <p>I hope that this was helpful. If we can be of additional
1995 assistance, please let me know.</p>
1996
1997 <p>Kind regards,</p>
1998
1999 <p>Sidney A. Wolf
2000 <br>Manager, Global Licensing
2001 <br>MPEG LA</p>
2002 </blockquote></p>
2003
2004 <p>Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
2005 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
2006 som må deles på individuell basis. Opphavsretten krever godkjenning
2007 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
2008 opp med et spørsmål om dette var greit.</p>
2009
2010 <p><blockquote>
2011 <p>Date: Wed, 4 Jul 2012 20:25:06 +0200
2012 <br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
2013 <br>To: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
2014 <br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
2015 <br>Subject: Re: Do NRK have a license agreement with MPEG-LA?</p>
2016
2017 <p>Thank you for your reply.</p>
2018
2019 <p>[Sidney Wolf]
2020 <br>&gt; Per your request, attached please find an electronic copy of the AVC
2021 <br>&gt; Patent Portfolio License. Please note that the electronic copy of
2022 <br>&gt; the License is provided as a convenience and for informational
2023 <br>&gt; purposes only. When concluding the Licenses, only the hard copies
2024 <br>&gt; provided by MPEG LA may be used.</p>
2025
2026 <p>This is useful for me to learn, but the reason I asked for the
2027 Internet address of the licensing document was to ensure I could
2028 publish a link to it when I discuss the topic of H.264 licensing here
2029 in Norway, and allow others to verify my observations. I can not do
2030 the same with an email attachment. Thus I would like to ask you if it
2031 is OK with MPEG LA that I publish this document on the Internet for
2032 others to read?</p>
2033
2034 <p>&gt; To your question, MPEG LA lists our Licensees on our website
2035 <br>&gt; according to each program. The lists are in alphabetical order, so
2036 <br>&gt; it is very easy to search.</p>
2037
2038 <p>I am afraid this do not help me locate Norwegian companies in the
2039 list of Licensees. I do not know the name of all companies and
2040 organisations in Norway, and thus do not know how to locate the
2041 Norwegian ones on that list.</p>
2042
2043 <p>&gt; I hope that this was helpful. If we can be of additional assistance,
2044 <br>&gt; please let me know.</p>
2045
2046 <p>Absoutely helpful to learn more about how MPEG LA handle licensing.</p>
2047
2048 <p>--
2049 <br>Happy hacking
2050 <br>Petter Reinholdtsen</p>
2051 </blockquote></p>
2052
2053 <p>Jeg håpet også at det skulle være mulig å få vite hvilke av de
2054 mange hundre som har avtale med MPEG-LA om bruk av H.264 som holdt til
2055 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
2056
2057 <p><blockquote>
2058 <p>Date: Thu, 5 Jul 2012 17:42:39 +0000
2059 <br>From: Sidney Wolf &lt;SWolf (at) mpegla.com&gt;
2060 <br>To: 'Petter Reinholdtsen' &lt;pere (at) hungry.com&gt;
2061 <br>Cc: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
2062 <br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
2063
2064 <p>Dear Mr. Reinholdtsen,</p>
2065
2066 <p>Thank you for your reply.</p>
2067
2068 <p>We appreciate the additional explanation you have provided and for
2069 asking our permission to publish the electronic copy of the License in
2070 advance of doing so. Typically, MPEG LA prefers to distribute the
2071 electronic copies of our Licenses to interested parties. Therefore,
2072 please feel free to send interested parties to the AVC portion of our
2073 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
2074 their further reference.</p>
2075
2076 <p>As previously mentioned, MPEG LA maintains a list of Licensees in good
2077 standing on our website according to each program. Due to the large
2078 volume of Licensees, it would be administratively impractical to
2079 provide this level of detail to interested parties. Therefore, I am
2080 afraid we are not in a position to assist you with your request.</p>
2081
2082 <p>Kind regards,</p>
2083
2084 <p>Sidney A. Wolf
2085 <br>Manager, Global Licensing
2086 <br>MPEG LA</p>
2087 </blockquote></p>
2088
2089 <p>Men takket være epostvedlegget kunne jeg søke på Google etter
2090 setningen "WHEREAS, a video standard commonly referred to as AVC has
2091 been defined and is referred to in this Agreement as the “AVC
2092 Standard” (as more fully defined herein below)" som finnes i avtalen,
2093 og lokalisere en kopi fra 2007 av
2094 <a href="http://www.sec.gov/Archives/edgar/data/1342960/000119312509050004/dex1024.htm">lisensavtalen
2095 mellom MPEG-LA og DivX, Inc.</a>, slik at mine lesere kan se hvordan
2096 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
2097 har endret seg siden den tid, men satser på at teksten er representativ.</p>
2098
2099 <p>Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
2100 MPEG-LA.</p>
2101
2102 <p>Update 2012-07-06: Jeg er visst ikke den første som forsøker å få
2103 klarhet i problemstillinger rundt H.264, og kom nettopp over en veldig
2104 interessant bloggpost fra 2010 hos LibreVideo med tittelen
2105 "<a href="http://www.librevideo.org/blog/2010/06/14/mpeg-la-answers-some-questions-about-avch-264-licensing/">MPEG-LA
2106 answers some questions about AVC/H.264 licensing</a>. Anbefales!</p>
2107
2108 </div>
2109 <div class="tags">
2110
2111
2112 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2113
2114
2115 </div>
2116 </div>
2117 <div class="padding"></div>
2118
2119 <div class="entry">
2120 <div class="title">
2121 <a href="https://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html">Departementenes servicesenter har ingen avtale om bruk av H.264 med MPEG-LA</a>
2122 </div>
2123 <div class="date">
2124 29th June 2012
2125 </div>
2126 <div class="body">
2127 <p>Da fikk jeg nettopp svar fra
2128 <a href="http://www.dss.dep.no/">Departementenes servicesenter</a>
2129 (DSS) på
2130 <a href="https://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">mitt
2131 spørsmål om avtale rundt bruk av H.264</a>. De har ingen avtale med
2132 MPEG LA eller dets representanter. Her er svaret.
2133
2134 <p><blockquote>
2135
2136 <p>Date: Fri, 29 Jun 2012 07:04:42 +0000
2137 <br>From: Nielsen Mette Haga &lt;Mette-Haga.Nielsen (at) dss.dep.no&gt;
2138 <br>To: Petter Reinholdtsen &lt;petter.reinholdtsen (at) ...&gt;
2139 <br>CC: Postmottak &lt;Postmottak (at) dss.dep.no&gt;
2140 <br>Subject: SV: Innsynsbegjæring om MPEG/H.264-relaterte avtaler</p>
2141
2142 <p>DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
2143 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
2144 levert av Smartcom:tv. Lisensforholdet rundt H.264 er ikke omtalt i
2145 vår avtale med Smartcom.</p>
2146
2147 <p>Vennlig hilsen</p>
2148
2149 <p>Mette Haga Nielsen
2150 <br>Fung. seksjonssjef</p>
2151
2152 <p>Departementenes servicesenter</p>
2153
2154 <p>Informasjonsforvaltning
2155
2156 <p>Mobil 93 09 83 51
2157 <br>E-post mette-haga.nielsen (at) dss.dep.no</p>
2158 </blockquote></p>
2159
2160 <p>Hvis den norske regjeringen representert ved DSS ikke har slik
2161 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
2162 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
2163 minste interessant å vite at hverken NRK eller DSS har funnet det
2164 nødvendig å ha avtale om bruk av H.264.</p>
2165
2166 <p>Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
2167 til bruk av opphavsrettsbeskyttet materiale de bruker til
2168 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
2169 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
2170 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.</p>
2171
2172 </div>
2173 <div class="tags">
2174
2175
2176 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2177
2178
2179 </div>
2180 </div>
2181 <div class="padding"></div>
2182
2183 <div class="entry">
2184 <div class="title">
2185 <a href="https://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H.264-video</a>
2186 </div>
2187 <div class="date">
2188 28th June 2012
2189 </div>
2190 <div class="body">
2191 <p>Etter at NRK
2192 <a href="https://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">nektet
2193 å spore opp eventuell avtale med MPEG-LA</a> eller andre om bruk av
2194 MPEG/H.264-video etter at jeg <a
2195 href="https://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">ba
2196 om innsyn i slike avtaler</a>, tenkte jeg at i stedet for å forsøke å
2197 få NRK til å finne en slik avtale, så burde det være like enkelt å
2198 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
2199 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
2200 "in Good Standing" befant seg. MPEG-LA svarte meg i dag, og kan
2201 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
2202 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
2203 med MPEG-LA for å streame H.264, men deres rammer er jo
2204 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
2205 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
2206 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
2207 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
2208 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
2209 jurister har vurdert dette, og at det er mulig å få tilgang til
2210 vurderingen uansett om de trenger en avtale eller ikke.</p>
2211
2212 <p>Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
2213 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
2214 MPEG-LA.</p>
2215
2216 <p><blockquote>
2217 <p>Date: Mon, 25 Jun 2012 15:29:37 +0200
2218 <br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
2219 <br>To: licensing-web (at) mpegla.com
2220 <br>Subject: Do NRK have a license agreement with MPEG-LA?</p>
2221
2222 <p>Hi. I have a small question for you, that I hope it is OK that I
2223 ask.</p>
2224
2225 <p>Is there any license agreements between MPEG-LA and NRK, &lt;URL:
2226 <a href="http://www.nrk.no/">http://www.nrk.no/</a> &gt;, the
2227 Norwegian national broadcasting cooperation? I am not sure if they
2228 need one, and am just curious if such agreeement exist.</p>
2229
2230 <p>The postal address is</p>
2231
2232 <p><blockquote>
2233 NRK
2234 <br>Postbox 8500, Majorstuen
2235 <br>0340 Oslo
2236 <br>Norway
2237 </blockquote></p>
2238
2239 <p>if it make it easier for you to locate such agreement.</p>
2240
2241 <p>Can you tell me how many entities in Norway have an agreement with
2242 MPEG-LA, and the name of these entities?</p>
2243
2244 <p>--
2245 <br>Happy hacking
2246 <br>Petter Reinholdtsen
2247 </blockquote></p>
2248
2249 <p>I dag, to dager senere, fikk jeg følgende svar:</p>
2250
2251 <p><blockquote>
2252 <p>Date: Thu, 28 Jun 2012 14:11:17 +0000
2253 <br>From: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com>
2254 <br>To: Petter Reinholdtsen &lt;pere (at) hungry.com>
2255 <br>CC: MD Administration &lt;MDAdministration (at) mpegla.com>
2256 <br>Subject: RE: Do NRK have a license agreement with MPEG-LA?</p>
2257
2258 <p>Dear Mr. Reinholdtsen,</p>
2259
2260 <p>Thank you for your message and for your interest in MPEG LA. We
2261 appreciate hearing from you and I will be happy to assist you.</p>
2262
2263 <p>To begin, I will assume that you are referring to AVC/H.264
2264 technology in your message below, as this technology is commonly used
2265 in the transmission of video content. In that case, please allow me
2266 to briefly summarize the coverage provided by our AVC Patent Portfolio
2267 License.</p>
2268
2269 <P>Our AVC License provides coverage for end products and video
2270 services that make use of AVC/H.264 technology. Accordingly, the
2271 party offering such end products and video to End Users concludes the
2272 AVC License and is responsible for paying the applicable royalties
2273 associated with the end products/video they offer.</p>
2274
2275 <p>While the Norwegian Broadcast Corporation (NRK) is not currently a
2276 Licensee to MPEG LA's AVC License (or any other Portfolio License
2277 offered by MPEG LA), if NRK offers AVC Video to End Users for
2278 remuneration (for example, Title-by-Title, Subscription, Free
2279 Television, or Internet Broadcast AVC Video), then NRK will need to
2280 conclude the AVC License and may be responsible for paying applicable
2281 royalties associated with the AVC Video it distributes.</p>
2282
2283 <p>Today I will send you a FedEx package containing a copy of our AVC
2284 License for your review. You should receive the License document
2285 within the next few days.</p>
2286
2287 <p>Meanwhile, MPEG LA currently has several Norwegian Licensees that
2288 can be found under the "Licensees" header within the respective
2289 portion of our website. For example, you may find our list of
2290 Licensees in Good Standing to our AVC License in the AVC portion of
2291 our website,
2292 <a href="http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx">http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx</a></p>
2293
2294 <p>I hope the above information is helpful. If you have additional
2295 questions or need further assistance with the AVC License, please feel
2296 free to contact me directly. I look forward to hearing from you again
2297 soon.</p>
2298
2299 <p>Best regards,</p>
2300
2301 <p>Ryan</p>
2302
2303 <p>Ryan M. Rodriguez
2304 <br>Licensing Associate
2305 <br>MPEG LA
2306 <br>5425 Wisconsin Avenue
2307 <br>Suite 801
2308 <br>Chevy Chase, MD 20815
2309 <br>U.S.A.
2310 <br>Phone: +1 (301) 986-6660 x211
2311 <br>Fax: +1 (301) 986-8575
2312 <br>Email: rrodriguez (at) mpegla.com</p>
2313
2314 </blockquote></p>
2315
2316 <p>Meldingen om utsendt FedEx-pakke var så merkelig at jeg
2317 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
2318 da han jo ikke hadde fått noen postadresse som nådde meg.</p>
2319
2320 <p><blockquote>
2321
2322 <p>Date: Thu, 28 Jun 2012 16:36:15 +0200
2323 <br>From: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
2324 <br>To: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
2325 <br>Cc: MD Administration &lt;MDAdministration (at) mpegla.com&gt;
2326 <br>Subject: Re: Do NRK have a license agreement with MPEG-LA?</p>
2327
2328 <p>[Ryan Rodriguez]
2329 <br>&gt; Dear Mr. Reinholdtsen,</p>
2330
2331 <p>Thank you for your quick reply.</p>
2332
2333 <p>&gt; Today I will send you a FedEx package containing a copy of our AVC
2334 <br>&gt; License for your review. You should receive the License document
2335 <br>&gt; within the next few days.</p>
2336
2337 <p>The part about sending a FedEx package confused me, though. I did not
2338 <br>give you my address, nor am I associated with NRK in any way, so I hope
2339 <br>you did not try to send me a package using the address of NRK. If you
2340 <br>would send me the Internet address of to the document, it would be more
2341 <br>useful to me to be able to download it as an electronic document.</p>
2342
2343 <p>&gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
2344 <br>&gt; be found under the "Licensees" header within the respective portion
2345 <br>&gt; of our website. For example, you may find our list of Licensees in
2346 <br>&gt; Good Standing to our AVC License in the AVC portion of our website,
2347 <br>&gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx</p>
2348
2349 <p>How can I recognize the Norwegian licensees?</p>
2350
2351 <p>--
2352 <br>Happy hacking
2353 <br>Petter Reinholdtsen</p>
2354 </blockquote></p>
2355
2356 <p>Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
2357 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
2358 siste epost. Får håpe noen likevel følger opp "FedEx-pakken". For å
2359 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
2360 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
2361 Har ikke hørt noe mer 3 timer senere, så jeg mistenker at ingen leste
2362 min epost tidsnok.</p>
2363
2364 <p><blockquote>
2365
2366 <p>Date: Thu, 28 Jun 2012 14:36:20 +0000
2367 <br>From: Ryan Rodriguez &lt;RRodriguez (at) mpegla.com&gt;
2368 <br>To: Petter Reinholdtsen &lt;pere (at) hungry.com&gt;
2369 <br>Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?</p>
2370
2371 <p>Thank you for your message.</p>
2372
2373 <p>I will be out of the office until Thursday, July 5 and will respond
2374 to all messages upon my return. If this is a matter that requires
2375 immediate attention, please contact Sidney Wolf (swolf (at)
2376 mpegla.com)</p>
2377
2378 <p>Best regards,</p>
2379
2380 <p>Ryan</p>
2381
2382 <p>Ryan M. Rodriguez
2383 <br>Licensing Associate
2384 <br>MPEG LA</p>
2385
2386 </blockquote></p>
2387
2388 <p>Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
2389 som er om en trenger avtale med MPEG-LA for å publisere eller
2390 kringkaste H.264-video i Norge.</p>
2391
2392 </div>
2393 <div class="tags">
2394
2395
2396 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2397
2398
2399 </div>
2400 </div>
2401 <div class="padding"></div>
2402
2403 <div class="entry">
2404 <div class="title">
2405 <a href="https://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">NRK nekter å finne og utlevere eventuell avtale med MPEG-LA</a>
2406 </div>
2407 <div class="date">
2408 25th June 2012
2409 </div>
2410 <div class="body">
2411 <p>Jeg fikk nettopp svar fra NRK på
2412 <a href="https://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">min
2413 forespørsel om kopi av avtale</a> med MPEG-LA eller andre om bruk av
2414 MPEG og/eller H.264. Svaret har fått saksreferanse 2011/371 (mon tro
2415 hva slags sak fra 2011 dette er?) hos NRK og lyder som følger:</p>
2416
2417 <p><blockquote>
2418
2419 <p><strong>Svar på innsynsbegjæring i MPEG / H.264-relaterte
2420 avtaler</strong></p>
2421
2422 <p>Viser til innsynsbegjæring av 19. juni 2012. Kravet om innsyn
2423 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
2424 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
2425 H.264».</p>
2426
2427 <p>I henhold til offentleglova § 28 annet ledd må innsynskravet gjelde
2428 en bestemt sak eller i rimelig utstrekning saker av en bestemt
2429 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
2430 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
2431 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
2432 står følgende:</p>
2433
2434 <p>«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
2435 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
2436 at den enkelte saka blir identifisert. Ein kan med andre ord i
2437 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
2438 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
2439 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
2440 til dato, partar eller liknande.»</p>
2441
2442 <p>Vedrørende denne begrensningen har Justisdepartementet uttalt
2443 følgende (Lovavdelingens uttalelser JDLOV-2010-3295):</p>
2444
2445 <p><em>«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
2446 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
2447 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
2448 vanskelege å handsame for forvaltninga.»</em></p>
2449
2450 <p>I samme sak uttaler Lovavdelingen følgende:</p>
2451
2452 <p><em>«Det følgjer vidare av offentleglova § 28 andre ledd at det `i
2453 rimeleg utstrekning' kan krevjast innsyn i `saker av ein bestemt
2454 art'. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning' kan
2455 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
2456 arbeidskrevjande det vil vere å finne fram til dei aktuelle
2457 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
2458 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
2459 mange dokument) at arbeidsmengda som ville gått med til å handsame
2460 det, er større enn det ein `i rimeleg utstrekning' kan krevje (sjølv
2461 om det nok skal mykje til).»</em></p>
2462
2463 <p>NRK har ikke noen egen sammenstilling over avtaler innenfor
2464 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
2465 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
2466 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
2467 gjelder for utstyr som bruker MPEG og/eller H.264». En slik
2468 gjennomgang av avtaler måtte gjøres manuelt av en person med
2469 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
2470 ressurser for å finne frem relevante avtaler og for deretter å vurdere
2471 om de dekkes av det innsynsbegjæringen omfattes.</p>
2472
2473 <p>På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
2474 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
2475 vil være langt større enn det som i rimelig utstrekning kan kreves i
2476 henhold til offentleglova § 28 annet ledd.</p>
2477
2478 <p>Avslag på deres innsynsbegjæring kan påklages til Kultur- og
2479 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
2480 frem til mottakeren, i henhold til reglene i offentleglova § 32,
2481 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
2482 kirkedepartementet, og sendes til NRK.</p>
2483
2484 <p>NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
2485 slik at en eventuell søknad om innsyn kan tydeligere identifisere
2486 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
2487 for inneværende og forrige måned ligger ute på
2488 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
2489 på forespørsel til innsyn (at) nrk.no.</p>
2490
2491 <p>Med hilsen
2492 <br>Dokumentarkivet i NRK
2493 <br>v/ Elin Brandsrud
2494 <br>Tel. direkte: 23 04 29 29
2495 <br>Post: RBM3, Postboks 8500 Majorstuen, 0340 Oslo
2496 <br>innsyn (at) nrk.no</p>
2497
2498 </blockquote></p>
2499
2500 <p>Svaret kom
2501 <a href="https://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf">i
2502 PDF-form som vedlegg på epost</a>. Jeg er litt usikker på hvordan jeg
2503 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
2504 på å vurdere om jeg skal klage. Enten må nok forespørselen
2505 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
2506 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
2507 burde jo være noen i ledelsen som vet om de har signert en avtale med
2508 MPEG-LA eller ikke...</p>
2509
2510 <p>Oppdatering 2012-06-25 20:20: Et google-søk på "2011/371 nrk"
2511 sendte meg til postjournalen for
2512 <a href="http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf">2012-06-19</a>
2513 og
2514 <a href="http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf">2012-06-20</a>
2515 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
2516 er "Graphic Systems Regions MA 2378/10E". Videre søk etter "Graphic
2517 Systems Regions" viser at dette er saken til et anbud om
2518 "<a href="http://no.mercell.com/m/mts/Tender/27179412.aspx">a graphics
2519 system for 12 or 13 sites broadcasting regional news</a>" hos Mercell
2520 Sourcing Service, også omtalt på
2521 <a href="http://www.publictenders.net/tender/595705">Public
2522 Tenders</a> og
2523 <a href="http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521">Doffin</a>.
2524 Jeg er dog usikker på hvordan dette er relatert til min
2525 forespørsel.</p>
2526
2527 <p>Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
2528 miljøet rundt
2529 <a href="http://code.google.com/p/open-broadcast-encoder/">Open
2530 Broadcast Encoder</a>, at listen over de som har lisensavtale med
2531 MPEG-LA er
2532 <a href="http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx">tilgjengelig
2533 på web</a>. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
2534 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
2535 flere andre "Broadcasting Company"-oppføringer. Lurer på om det betyr
2536 at NRK ikke trenger avtale, eller noe helt annet?</p>
2537
2538 </div>
2539 <div class="tags">
2540
2541
2542 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2543
2544
2545 </div>
2546 </div>
2547 <div class="padding"></div>
2548
2549 <div class="entry">
2550 <div class="title">
2551 <a href="https://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</a>
2552 </div>
2553 <div class="date">
2554 21st June 2012
2555 </div>
2556 <div class="body">
2557 <p>Trengs det avtale med MPEG-LA for å ha lovlig rett til å
2558 distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
2559 <a href="http://webmink.com/essays/h-264/">H.264 og MPEG4 er jo ikke en
2560 fri og åpen standard</a> i henhold til
2561 <a href="https://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html">definisjonen
2562 til Digistan</a>, så i enkelte land er det ingen tvil om at du må ha
2563 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
2564 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
2565 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
2566 nødvendig, så har store aktører som
2567 <a href="http://www.nrk.no/">NRK</a> og
2568 <a href="http://www.regjeringen.no/">regjeringen</a> skaffet seg en
2569 slik avtale. Jeg har derfor sendt forespørsel til begge (for
2570 regjeringen sin del er det Departementenes Servicesenter som gjør
2571 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
2572 og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
2573 av MPEG-LA. Her er kopi av eposten jeg har sendt til
2574 <a href="http://www.dss.dep.no/">Departementenes Servicesenter</a>.
2575 Forespørselen til NRK er veldig lik.</p>
2576
2577 <p><blockquote>
2578
2579 <p>Date: Tue, 19 Jun 2012 15:18:33 +0200
2580 <br>From: Petter Reinholdtsen
2581 <br>To: postmottak@dss.dep.no
2582 <br>Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
2583
2584 <p>Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
2585 til avtaler rundt bruk av videoformatene MPEG og H.264. Jeg er
2586 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
2587 eller noen som representerer MPEG-LA i Norge.</p>
2588
2589 <p>MPEG og H.264 er videoformater som brukes både til kringkasting
2590 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
2591 via Adobe Flash. MPEG-LA, &lt;URL:
2592 <a href="http://www.mpeg-la.com/">http://www.mpeg-la.com/</a> &gt;, er
2593 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
2594 av immaterielle rettigheter knyttet til MPEG og H.264, å selge
2595 bruksrett for MPEG og H.264.</p>
2596
2597 <p>Via regjeringen.no kringkastes med MPEG og H.264-baserte
2598 videoformater, og dette ser ut til å være organisert av DSS. Jeg
2599 antar dermed at DSS har avtale med en eller annen aktør om dette.</p>
2600
2601 <p>F.eks. har Adobe Premiere Pro har følgende klausul i følge &lt;URL:
2602 <a href="http://news.cnet.com/8301-30685_3-20000101-264.html">http://news.cnet.com/8301-30685_3-20000101-264.html</a>
2603 &gt;:</p>
2604
2605 <p><blockquote>
2606
2607 <p>6.17. AVC DISTRIBUTION. The following notice applies to software
2608 containing AVC import and export functionality: THIS PRODUCT IS
2609 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
2610 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
2611 WITH THE AVC STANDARD ("AVC VIDEO") AND/OR (b) DECODE AVC VIDEO THAT
2612 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
2613 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
2614 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
2615 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
2616 FROM MPEG LA L.L.C. SEE
2617 <a href="http://www.mpegla.com">http://www.mpegla.com</a>.</p>
2618
2619 </blockquote></p>
2620
2621 <p>Her er det kun "non-commercial" og "personal and non-commercial"
2622 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.</p>
2623
2624 <p>Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
2625 følgende klausul i følge &lt;URL:
2626 <a href="http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf">http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf</a>
2627 &gt;:</p>
2628
2629 <p><blockquote>
2630
2631 <p>15. Merknad om H.264/AVC. Hvis Apple-programvaren inneholder
2632 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
2633 kommersiell bruk ekstra lisensiering og følgende gjelder:
2634 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
2635 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
2636 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN ("AVC-VIDEO")
2637 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
2638 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
2639 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
2640 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
2641 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.</p>
2642 </blockquote></p>
2643
2644 <p>Tilsvarende gjelder for andre programvarepakker, kamera, etc som
2645 bruker MPEG og H.264, at en må ha en avtale med MPEG-LA for å ha lov
2646 til å bruke programmet/utstyret hvis en skal lage noe annet enn
2647 private filmer og i ikke-kommersiell virksomhet.</p>
2648
2649 <p>Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
2650 ikke er begrenset av de generelle bruksvilkårene som gjelder for
2651 utstyr som bruker MPEG og/eller H.264.</p>
2652 </blockquote></p>
2653
2654 <p>Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
2655 her.</p>
2656
2657 </div>
2658 <div class="tags">
2659
2660
2661 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2662
2663
2664 </div>
2665 </div>
2666 <div class="padding"></div>
2667
2668 <div class="entry">
2669 <div class="title">
2670 <a href="https://people.skolelinux.org/pere/blog/Veileder_fra_DIFI_om_publisering_av_offentlige_data.html">Veileder fra DIFI om publisering av offentlige data</a>
2671 </div>
2672 <div class="date">
2673 1st June 2012
2674 </div>
2675 <div class="body">
2676 <p>På onsdag rakk jeg såvidt innom
2677 <a href="http://www.meetup.com/osloopendata/">Oslo Open Data Forums</a>
2678 møte, og fikk lagt hendene mine på DIFIs helt nye veileder
2679 "<a href="http://veileder.data.norge.no/">Åpne data. Del og skap
2680 verdier. Veileder i tilgjengeliggjøring av offentlig data</a>" (også
2681 <a href="http://www.difi.no/filearchive/veileder-i-tilgjengeliggjoring-av-offentlig-data-web.pdf">tilgjengelig
2682 som PDF</a> fra DIFI).</p>
2683
2684 <p>Veilederen er veldig bra, og nevner viktige problemstillinger og
2685 skisserer f.eks. både verdiskapningspotensialet og formatmulighetene
2686 som en bør ha i bakhodet når en publiserer offentlig informasjon på
2687 maskinlesbart format. Kildekoden til veilederen er
2688 <a href="https://github.com/difi/veileder-opnedata">tilgjengelig via
2689 github</a>, og en kan rapportere tilbakemeldinger og forslag til
2690 forbedringer der (eller via epost og twitter for de som ønsker
2691 det).</p>
2692
2693 <p>Det eneste jeg virkelig savnet i veilederen var omtale av
2694 <a href="http://www.w3.org/DesignIssues/LinkedData.html">w3cs
2695 stjerneklassifisering</a> av åpne datakilder, som jeg tror ville være
2696 nyttige mentale knagger for de som vurderer å publisere sin
2697 informasjon på som åpne data. Jeg har
2698 <a href="https://github.com/difi/veileder-opnedata/issues/1">rapportert
2699 en github-bug</a> om dette, så får vi se hvordan den blir behandlet.</p>
2700
2701 <p>Det slo meg at det var veldig lite konkret i veilederen om valg av
2702 bruksvilkår ved publisering (aka lisens), men jeg er ikke sikker på om
2703 det hører hjemme der, da det er et vanskelig tema som kanskje heller
2704 hører hjemme i sin egen veileder. Uansett, anbefaler alle å ta en
2705 titt på veilederen og sikre at alle offentlige etater en har kontakt
2706 med får en kopi.</p>
2707
2708 </div>
2709 <div class="tags">
2710
2711
2712 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2713
2714
2715 </div>
2716 </div>
2717 <div class="padding"></div>
2718
2719 <div class="entry">
2720 <div class="title">
2721 <a href="https://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html">HTC One X - Your video? What do you mean?</a>
2722 </div>
2723 <div class="date">
2724 26th April 2012
2725 </div>
2726 <div class="body">
2727 <p>In <a href="http://www.idg.no/computerworld/article243690.ece">an
2728 article today</a> published by Computerworld Norway, the photographer
2729 <a href="http://www.urke.com/eirik/">Eirik Helland Urke</a> reports
2730 that the video editor application included with
2731 <a href="http://www.htc.com/www/smartphones/htc-one-x/#specs">HTC One
2732 X</a> have some quite surprising terms of use. The article is mostly
2733 based on the twitter message from mister Urke, stating:
2734
2735 <p><blockquote>
2736 "<a href="http://twitter.com/urke/status/194062269724897280">Drøy
2737 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
2738 kan jeg KUN bruke dem privat.</a>"
2739 </blockquote></p>
2740
2741 <p>I quickly translated it to this English message:</p>
2742
2743 <p><blockquote>
2744 "Arrogant user agreement: HTC can use MY edited videos
2745 commercially. Although I can ONLY use them privately."
2746 </blockquote></p>
2747
2748 <p>I've been unable to find the text of the license term myself, but
2749 suspect it is a variation of the MPEG-LA terms I
2750 <a href="https://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">discovered
2751 with my Canon IXUS 130</a>. The HTC One X specification specifies that
2752 the recording format of the phone is .amr for audio and .mp3 for
2753 video. AMR is
2754 <a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues">Adaptive
2755 Multi-Rate audio codec</a> with patents which according to the
2756 Wikipedia article require an license agreement with
2757 <a href="http://www.voiceage.com/">VoiceAge</a>. MP4 is
2758 <a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing">MPEG4 with
2759 H.264</a>, which according to Wikipedia require a licence agreement
2760 with <a href="http://www.mpegla.com/">MPEG-LA</a>.</p>
2761
2762 <p>I know why I prefer
2763 <a href="http://www.digistan.org/open-standard:definition">free and open
2764 standards</a> also for video.</p>
2765
2766 </div>
2767 <div class="tags">
2768
2769
2770 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2771
2772
2773 </div>
2774 </div>
2775 <div class="padding"></div>
2776
2777 <div class="entry">
2778 <div class="title">
2779 <a href="https://people.skolelinux.org/pere/blog/Changing_the_default_Iceweasel_start_page_in_Debian_Edu_Squeeze.html">Changing the default Iceweasel start page in Debian Edu/Squeeze</a>
2780 </div>
2781 <div class="date">
2782 10th January 2012
2783 </div>
2784 <div class="body">
2785 <p>In the Squeeze version of
2786 <a href="http://www.skolelinux.org/">Debian Edu / Skolelinux</a> soon
2787 to be released, users of the system will get their default browser
2788 start page set from LDAP, allowing the system administrator to point
2789 all users to the school web page by updating one setting in LDAP. In
2790 addition to setting the default start page when a machine boots, users
2791 are shown the same page as a welcome page when they log in for the
2792 first time.</p>
2793
2794 <p>The LDAP object dc=skole,dc=skolelinux,dc=no have an attribute
2795 labeledURI with "http://www/ LDAP for Debian Edu/Skolelinux" as the
2796 default content. By changing this value to another URL, all users get
2797 to see the page behind this new URL.</p>
2798
2799 <p>An easy way to update it is by using the ldapvi tool. It can be
2800 called as "<tt>ldapvi -ZD '(cn=admin)'</tt>' to update LDAP with the
2801 new setting.</p>
2802
2803 <p>We have written the code to adjust the default start page and show
2804 the welcome page, and I wonder if there is an easier way to do this
2805 from within Iceweasel instead.</p>
2806
2807 </div>
2808 <div class="tags">
2809
2810
2811 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2812
2813
2814 </div>
2815 </div>
2816 <div class="padding"></div>
2817
2818 <div class="entry">
2819 <div class="title">
2820 <a href="https://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html">Hvordan enkelt laste ned filmer fra NRK</a>
2821 </div>
2822 <div class="date">
2823 5th November 2011
2824 </div>
2825 <div class="body">
2826 <p>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
2827 å se det senere når jeg ikke er på nett, eller for å ha det
2828 tilgjengelig når jeg en gang i fremtiden ønsker å referere til
2829 innslaget selv om NRK har fjernet det fra sine nettsider. I dag fant
2830 jeg et lite script som fikser jobben.</p>
2831
2832 <p>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
2833 <a href="http://jhthorsen.github.com/snippets/nrk-downloader/">github</a>,
2834 og gjør det veldig enkelt å laste ned. Kjør <tt>nrk-downloader.sh
2835 http://www1.nrk.no/nett-tv/klipp/582810</tt> for å hente ned et enkelt
2836 innslag eller <tt>nrk-downloader.sh
2837 http://www1.nrk.no/nett-tv/kategori/3521</tt> for å laste ned alle
2838 episodene i en serie.</p>
2839
2840 <p>Det er ikke rakettforskning å laste ned NRK-"strømmer", og
2841 tidligere gjorde jeg dette manuelt med mplayer. Scriptet til
2842 Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
2843 at det er en revolusjonerende løsning. Jeg mener jo fortsatt at
2844 påstanden fra NRKs ansatte om at det er
2845 <a href="https://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">vesensforskjellig
2846 å legge tilgjengelig for nedlasting og for streaming</a> er
2847 meningsløs.</p>
2848
2849 </div>
2850 <div class="tags">
2851
2852
2853 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2854
2855
2856 </div>
2857 </div>
2858 <div class="padding"></div>
2859
2860 <div class="entry">
2861 <div class="title">
2862 <a href="https://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html">What is missing in the Debian desktop, or why my parents use Kubuntu</a>
2863 </div>
2864 <div class="date">
2865 29th July 2011
2866 </div>
2867 <div class="body">
2868 <p>While at Debconf11, I have several times during discussions
2869 mentioned the issues I believe should be improved in Debian for its
2870 desktop to be useful for more people. The use case for this is my
2871 parents, which are currently running Kubuntu which solve the
2872 issues.</p>
2873
2874 <p>I suspect these four missing features are not very hard to
2875 implement. After all, they are present in Ubuntu, so if we wanted to
2876 do this in Debian we would have a source.</p>
2877
2878 <ol>
2879
2880 <li><strong>Simple GUI based upgrade of packages.</strong> When there
2881 are new packages available for upgrades, a icon in the KDE status bar
2882 indicate this, and clicking on it will activate the simple upgrade
2883 tool to handle it. I have no problem guiding both of my parents
2884 through the process over the phone. If a kernel reboot is required,
2885 this too is indicated by the status bars and the upgrade tool. Last
2886 time I checked, nothing with the same features was working in KDE in
2887 Debian.</li>
2888
2889 <li><strong>Simple handling of missing Firefox browser
2890 plugins.</strong> When the browser encounter a MIME type it do not
2891 currently have a handler for, it will ask the user if the system
2892 should search for a package that would add support for this MIME type,
2893 and if the user say yes, the APT sources will be searched for packages
2894 advertising the MIME type in their control file (visible in the
2895 Packages file in the APT archive). If one or more packages are found,
2896 it is a simple click of the mouse to add support for the missing mime
2897 type. If the package require the user to accept some non-free
2898 license, this is explained to the user. The entire process make it
2899 more clear to the user why something do not work in the browser, and
2900 make the chances higher for the user to blame the web page authors and
2901 not the browser for any missing features.</li>
2902
2903 <li><strong>Simple handling of missing multimedia codec/format
2904 handlers.</strong> When the media players encounter a format or codec
2905 it is not supporting, a dialog pop up asking the user if the system
2906 should search for a package that would add support for it. This
2907 happen with things like MP3, Windows Media or H.264. The selection
2908 and installation procedure is very similar to the Firefox browser
2909 plugin handling. This is as far as I know implemented using a
2910 gstreamer hook. The end result is that the user easily get access to
2911 the codecs that are present from the APT archives available, while
2912 explaining more on why a given format is unsupported by Ubuntu.</li>
2913
2914 <li><strong>Better browser handling of some MIME types.</strong> When
2915 displaying a text/plain file in my Debian browser, it will propose to
2916 start emacs to show it. If I remember correctly, when doing the same
2917 in Kunbutu it show the file as a text file in the browser. At least I
2918 know Opera will show text files within the browser. I much prefer the
2919 latter behaviour.</li>
2920
2921 </ol>
2922
2923 <p>There are other nice features as well, like the simplified suite
2924 upgrader, but given that I am the one mostly doing the dist-upgrade,
2925 it do not matter much.</p>
2926
2927 <p>I really hope we could get these features in place for the next
2928 Debian release. It would require the coordinated effort of several
2929 maintainers, but would make the end user experience a lot better.</p>
2930
2931 </div>
2932 <div class="tags">
2933
2934
2935 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2936
2937
2938 </div>
2939 </div>
2940 <div class="padding"></div>
2941
2942 <div class="entry">
2943 <div class="title">
2944 <a href="https://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html">Gnash enteres Google Summer of Code 2011</a>
2945 </div>
2946 <div class="date">
2947 6th April 2011
2948 </div>
2949 <div class="body">
2950 <p><a href="http://www.getgnash.org/">The Gnash project</a> is still
2951 the most promising solution for a Free Software Flash implementation.
2952 A few days ago the project
2953 <a href="http://lists.gnu.org/archive/html/gnash-dev/2011-04/msg00011.html">announced</a>
2954 that it will participate in Google Summer of Code. I hope many
2955 students apply, and that some of them succeed in getting AVM2 support
2956 into Gnash.</p>
2957
2958 </div>
2959 <div class="tags">
2960
2961
2962 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
2963
2964
2965 </div>
2966 </div>
2967 <div class="padding"></div>
2968
2969 <div class="entry">
2970 <div class="title">
2971 <a href="https://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html">Why isn't Debian Edu using VLC?</a>
2972 </div>
2973 <div class="date">
2974 27th November 2010
2975 </div>
2976 <div class="body">
2977 <p>In the latest issue of Linux Journal, the readers choices were
2978 presented, and the winner among the multimedia player were VLC.
2979 Personally, I like VLC, and it is my player of choice when I first try
2980 to play a video file or stream. Only if VLC fail will I drag out
2981 gmplayer to see if it can do better. The reason is mostly the failure
2982 model and trust. When VLC fail, it normally pop up a error message
2983 reporting the problem. When mplayer fail, it normally segfault or
2984 just hangs. The latter failure mode drain my trust in the program.<p>
2985
2986 <p>But even if VLC is my player of choice, we have choosen to use
2987 mplayer in <a href="http://www.skolelinux.org/">Debian
2988 Edu/Skolelinux</a>. The reason is simple. We need a good browser
2989 plugin to play web videos seamlessly, and the VLC browser plugin is
2990 not very good. For example, it lack in-line control buttons, so there
2991 is no way for the user to pause the video. Also, when I
2992 <a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">last
2993 tested the browser plugins</a> available in Debian, the VLC plugin
2994 failed on several video pages where mplayer based plugins worked. If
2995 the browser plugin for VLC was as good as the gecko-mediaplayer
2996 package (which uses mplayer), we would switch.</P>
2997
2998 <p>While VLC is a good player, its user interface is slightly
2999 annoying. The most annoying feature is its inconsistent use of
3000 keyboard shortcuts. When the player is in full screen mode, its
3001 shortcuts are different from when it is playing the video in a window.
3002 For example, space only work as pause when in full screen mode. I
3003 wish it had consisten shortcuts and that space also would work when in
3004 window mode. Another nice shortcut in gmplayer is [enter] to restart
3005 the current video. It is very nice when playing short videos from the
3006 web and want to restart it when new people arrive to have a look at
3007 what is going on.</p>
3008
3009 </div>
3010 <div class="tags">
3011
3012
3013 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3014
3015
3016 </div>
3017 </div>
3018 <div class="padding"></div>
3019
3020 <div class="entry">
3021 <div class="title">
3022 <a href="https://people.skolelinux.org/pere/blog/Norgeskartet_p__mange_vis___via_OpenStreetmap_org.html">Norgeskartet på mange vis - via OpenStreetmap.org</a>
3023 </div>
3024 <div class="date">
3025 1st November 2010
3026 </div>
3027 <div class="body">
3028 <p>Har oppdaget at mange ikke er klar over at OpenStreetmap.org er
3029 tilgjengelig i en rekke forskjellige formater. Her er en liste med
3030 eksporter jeg kjenner til for Norge, for de som trenger et
3031 fribrukskart til sine tjenester:</p>
3032
3033 <p><ul>
3034
3035 <li>Cloudmade tilbyr OSM XML, Garmin Map Files, Osmosis country
3036 bounding polygon, Shapefile, Navit maps, GPX POI, TomTom POI og OSM
3037 XML feature extracts via
3038 <a href="http://downloads.cloudmade.com/europe/norway">sine
3039 nedlastingssider</a>.</li>
3040
3041 <li>Geofabric tilbyr
3042 <a href="http://download.geofabrik.de/osm/europe/norway.osm.bz2">OSM
3043 XML</a>,
3044 <a href="http://download.geofabrik.de/osm/europe/norway.osm.pbf">OSM
3045 protobuf binærformat</a> og
3046 <a href="http://download.geofabrik.de/osm/europe/norway.shp.zip">ESRI
3047 Shapefile (EPSG:4326)</a> fra sine nedlastingssider.</li>
3048
3049 <li>Frikart.no tilbyr
3050 <a href="http://www.frikart.no/garmin/">Garmin-kart</a> i uike
3051 varianter for veibruk og turbruk sommer og vinter.</li>
3052
3053 </ul></p>
3054
3055 <p>Kartene oppdateres regelmessig, som oftest hver uke. Det skulle
3056 dermed være noe for enhver smak.</p>
3057
3058 </div>
3059 <div class="tags">
3060
3061
3062 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3063
3064
3065 </div>
3066 </div>
3067 <div class="padding"></div>
3068
3069 <div class="entry">
3070 <div class="title">
3071 <a href="https://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">Best å ikke fortelle noen at streaming er nedlasting...</a>
3072 </div>
3073 <div class="date">
3074 30th October 2010
3075 </div>
3076 <div class="body">
3077 <p>I dag la jeg inn en kommentar på en sak hos NRKBeta
3078 <a href="http://nrkbeta.no/2010/10/27/bakom-blindpassasjer-del-1/">om
3079 hvordan TV-serien Blindpassasjer ble laget</a> i forbindelse med at
3080 filmene NRK la ut ikke var tilgjengelig i et
3081 <a href="http://www.digistan.org/open-standard:definition">fritt og
3082 åpent format</a>. Dette var det jeg skrev publiserte der 07:39.</p>
3083
3084 <p><blockquote>
3085 <p>"Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
3086 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
3087 som dette, vet at det stort sett er mulig å lure ut ting med den
3088 nødvendige forkunnskapen."</p>
3089
3090 <p>Haha. Å streame innhold er det samme som å laste ned innhold, så å
3091 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
3092 er å forlede leseren.</p>
3093
3094 <p>Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
3095 vil tillate streaming men ikke nedlasting meningsløs.</p>
3096
3097 <p>Anbefaler forresten å lese
3098 <a href="http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm">http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm</a>
3099 om hva som ville være konsekvensen hvis digitale avspillingssperrer
3100 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
3101 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
3102 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
3103 opp under.</p>
3104 </blockquote></p>
3105
3106 <p>Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
3107 NRKBeta:</p>
3108
3109 <p><blockquote>
3110 <p>From: Anders Hofseth &lt;XXX@gmail.com>
3111 <br>To: "pere@hungry.com" &lt;pere@hungry.com>
3112 <br>Cc: Eirik Solheim &lt;XXX@gmail.com>, Jon Ståle Carlsen &lt;XXX@gmail.com>, Henrik Lied &lt;XXX@gmail.com>
3113 <br>Subject: Re: [NRKbeta] Kommentar: "Bakom Blindpassasjer: del 1"
3114 <br>Date: Sat, 30 Oct 2010 07:58:44 +0200</p>
3115
3116 <p>Hei Petter.
3117 <br>Det du forsøker dra igang er egentlig en interessant diskusjon,
3118 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
3119 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
3120 særlig lett å klarere ut noe annet arkivmateriale på lang tid.</p>
3121
3122 <p>Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
3123 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
3124 konsekvensene vi beskriver ikke er noe du ønsker heller...</p>
3125
3126 <p>Med hilsen,
3127 <br>-anders</p>
3128
3129 <p>Ring meg om noe er uklart: 95XXXXXXX</p>
3130 </blockquote></p>
3131
3132 <p>Ble så fascinert over denne holdningen, at jeg forfattet og sendte
3133 over følgende svar. I og med at debatten er fjernet fra NRK Betas
3134 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
3135 Har fjernet epostadresser og telefonnummer til de involverte, for å
3136 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.</p>
3137
3138 <p><blockquote>
3139 <p>From: Petter Reinholdtsen &lt;pere@hungry.com>
3140 <br>To: Anders Hofseth &lt;XXX@gmail.com>
3141 <br>Cc: Eirik Solheim &lt;XXX@gmail.com>,
3142 <br> Jon Ståle Carlsen &lt;XXX@gmail.com>,
3143 <br> Henrik Lied &lt;XXX@gmail.com>
3144 <br>Subject: Re: [NRKbeta] Kommentar: "Bakom Blindpassasjer: del 1"
3145 <br>Date: Sat, 30 Oct 2010 08:24:34 +0200</p>
3146
3147 <p>[Anders Hofseth]
3148 <br>> Hei Petter.</p>
3149
3150 <p>Hei.</p>
3151
3152 <p>> Det du forsøker dra igang er egentlig en interessant diskusjon, men
3153 <br>> om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
3154 <br>> å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
3155 <br>> særlig lett å klarere ut noe annet arkivmateriale på lang tid.</p>
3156
3157 <p>Godt å se at du er enig i at dette er en interessant diskusjon. Den
3158 vil nok fortsette en stund til. :)</p>
3159
3160 <p>Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
3161 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
3162 fortsette å legge ut arkivmateriale.</p>
3163
3164 <p>Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
3165 faktum, som er at streaming er det samme som nedlasting, og at innhold
3166 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
3167 det.</p>
3168
3169 <p>Det du sier er jo at klarering av arkivmateriale for publisering på
3170 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
3171 Det er ikke et argument som holder vann. :)</p>
3172
3173 <p>> Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
3174 <br>> og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
3175 <br>> konsekvensene vi beskriver ikke er noe du ønsker heller...</p>
3176
3177 <p>Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
3178 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
3179 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
3180 godtar å forlede publikum. Ville heller at NRK krever at innhold som
3181 skal sendes skal være uten bruksbegresninger og kan publiseres i
3182 formater som heller ikke har bruksbegresninger (bruksbegresningene til
3183 H.264 burde få varselbjellene i NRK til å ringe).</p>
3184
3185 <p>At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
3186 påstander om at "streaming beskytter mot nedlasting" som bare er egnet
3187 til å bygge opp om en myte som er skadelig for samfunnet som helhet.</p>
3188
3189 <p>Anbefaler &lt;URL:<a href="http://webmink.com/2010/09/03/h-264-and-foss/">http://webmink.com/2010/09/03/h-264-and-foss/</a>> og en
3190 titt på
3191 &lt;URL: <a href="https://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">https://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</a> >.
3192 for å se hva slags bruksbegresninger H.264 innebærer.</p>
3193
3194 <p>Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
3195 kan brukes før rettighetshaverene også innser at de er med på å skade
3196 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
3197 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
3198 langt på overtid.</p>
3199
3200 <p>> Ring meg om noe er uklart: XXX</p>
3201
3202 <p>Intet uklart, men ikke imponert over måten dere håndterer debatten på.
3203 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
3204 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
3205 for videre diskusjon hadde dere i mine øyne kommet fra det med
3206 ryggraden på plass.</p>
3207
3208 <p>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.</p>
3209
3210 <p>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
3211 &lt;URL: <a href="http://www.archive.org/details/CopyingIsNotTheft">http://www.archive.org/details/CopyingIsNotTheft</a> > og
3212 &lt;URL: <a href="http://patentabsurdity.com/">http://patentabsurdity.com/</a> > hadde vært noe å kringkaste på
3213 NRK1. :)</p>
3214
3215 <p>Vennlig hilsen,
3216 <br>--
3217 <br>Petter Reinholdtsen</p>
3218
3219 </div>
3220 <div class="tags">
3221
3222
3223 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3224
3225
3226 </div>
3227 </div>
3228 <div class="padding"></div>
3229
3230 <div class="entry">
3231 <div class="title">
3232 <a href="https://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html">Pledge for funding to the Gnash project to get AVM2 support</a>
3233 </div>
3234 <div class="date">
3235 19th October 2010
3236 </div>
3237 <div class="body">
3238 <p><a href="http://www.getgnash.org/">The Gnash project</a> is the
3239 most promising solution for a Free Software Flash implementation. It
3240 has done great so far, but there is still far to go, and recently its
3241 funding has dried up. I believe AVM2 support in Gnash is vital to the
3242 continued progress of the project, as more and more sites show up with
3243 AVM2 flash files.</p>
3244
3245 <p>To try to get funding for developing such support, I have started
3246 <a href="http://www.pledgebank.com/gnash-avm2">a pledge</a> with the
3247 following text:</P>
3248
3249 <p><blockquote>
3250
3251 <p>"I will pay 100$ to the Gnash project to develop AVM2 support but
3252 only if 10 other people will do the same."</p>
3253
3254 <p>- Petter Reinholdtsen, free software developer</p>
3255
3256 <p>Deadline to sign up by: 24th December 2010</p>
3257
3258 <p>The Gnash project need to get support for the new Flash file
3259 format AVM2 to work with a lot of sites using Flash on the
3260 web. Gnash already work with a lot of Flash sites using the old AVM1
3261 format, but more and more sites are using the AVM2 format these
3262 days. The project web page is available from
3263 http://www.getgnash.org/ . Gnash is a free software implementation
3264 of Adobe Flash, allowing those of us that do not accept the terms of
3265 the Adobe Flash license to get access to Flash sites.</p>
3266
3267 <p>The project need funding to get developers to put aside enough
3268 time to develop the AVM2 support, and this pledge is my way to try
3269 to get this to happen.</p>
3270
3271 <p>The project accept donations via the OpenMediaNow foundation,
3272 <a href="http://www.openmedianow.org/?q=node/32">http://www.openmedianow.org/?q=node/32</a> .</p>
3273
3274 </blockquote></p>
3275
3276 <p>I hope you will support this effort too. I hope more than 10
3277 people will participate to make this happen. The more money the
3278 project gets, the more features it can develop using these funds.
3279 :)</p>
3280
3281 </div>
3282 <div class="tags">
3283
3284
3285 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3286
3287
3288 </div>
3289 </div>
3290 <div class="padding"></div>
3291
3292 <div class="entry">
3293 <div class="title">
3294 <a href="https://people.skolelinux.org/pere/blog/Standardkrav_inn_i_anbudstekster_.html">Standardkrav inn i anbudstekster?</a>
3295 </div>
3296 <div class="date">
3297 17th October 2010
3298 </div>
3299 <div class="body">
3300 <p>Hvis det å følge standarder skal ha noen effekt overfor
3301 leverandører, så må slike krav og ønsker komme inn i anbudstekster når
3302 systemer kjøpes inn. Har ikke sett noen slike formuleringer i anbud
3303 så langt, men har tenkt litt på hva som bør inn. Her er noen ideer og
3304 forslag. Min drøm er at en kan sette krav til slik støtte i
3305 anbudstekster, men så langt er det nok mer sannsynlig at en må nøye
3306 seg med å skrive at det er en fordel om slik støtte er tilstede i
3307 leveranser.</p>
3308
3309 <p>Som systemadministrator på Universitetet er det typisk to områder
3310 som er problematiske for meg. Det ene er admin-grensesnittene på
3311 tjenermaskiner, som vi ønsker å bruke via ssh. Det andre er nettsider
3312 som vi ønsker å bruke via en nettleser. For begge deler er det viktig
3313 at protokollene og formatene som brukes følger standarder våre verktøy
3314 støtter.</p>
3315
3316 <p>De fleste har nå støtte for SSH som overføringsprotkoll for
3317 admin-grensesnittet, men det er ikke tilstrekkelig for å kunne stille
3318 inn f.eks BIOS og RAID-kontroller via ssh-forbindelsen. Det er flere
3319 aktuelle protokoller for fremvisning av BIOS-oppsett og
3320 oppstartmeldinger, og min anbefaling ville være å kreve
3321 VT100-kompatibel protokoll, for å sikre at flest mulig
3322 terminalemulatorer kan forstå hva som kommer fra admin-grensesnittet
3323 via ssh. Andre aktuelle alternativer er ANSI-terminalemulering og
3324 VT220. Kanskje en formulering ala dette i anbudsutlysninger vil
3325 fungere:</p>
3326
3327 <p><blockquote>
3328 BIOS og oppstartmeldinger i administrasjonsgrensesnittet til maskinen
3329 bør/skal være tilgjengelig via SSH-protokollen som definert av IETF
3330 (RFC 4251 mfl.) og følge terminalfremvisningprotokollen VT100 (ref?)
3331 når en kobler seg til oppstart via ssh.
3332 </blockquote></p>
3333
3334 <p>Har ikke lykkes med å finne en god referanse for
3335 VT100-spesifikasjonen.</p>
3336
3337 <p>Når det gjelder nettsider, så er det det HTML, CSS og
3338 JavaScript-spesifikasjonen til W3C som gjelder.</p>
3339
3340 <p><blockquote>
3341 Alle systemets nettsider bør/skal være i henhold til statens
3342 standardkatalogs krav om nettsider og følge HTML-standarden som
3343 definert av W3C, og validere uten feil hos W3Cs HTML-validator
3344 (http://validator.w3.org). Hvis det brukes CSS så bør/skal denne
3345 validere uten feil hos W3Cs CSS-validator
3346 (http://jigsaw.w3.org/css-validator/). Eventuelle JavaScript skal
3347 være i henhold til EcmaScript-standarden. I tillegg til å følge de
3348 overnevnte standardene skal websidene fungere i nettleserne (fyll inn
3349 relevant liste for organisasjonen) Firefox 3.5, Internet Explorer 8,
3350 Opera 9, etc.
3351 </blockquote></p>
3352
3353 <p>Vil et slikt avsnitt være konkret nok til å få leverandørene til å
3354 lage nettsider som følger standardene og fungerer i flere
3355 nettlesere?</p>
3356
3357 <p>Tar svært gjerne imot innspill på dette temaet til aktive (at)
3358 nuug.no, og er spesielt interessert i hva andre skriver i sine anbud
3359 for å oppmuntre leverandører til å følge standardene. Kanskje NUUG
3360 burde lage et dokument med forslag til standardformuleringer å ta med
3361 i anbudsutlysninger?</p>
3362
3363 <p>Oppdatering 2010-12-03: I følge Wikipedias oppføring om
3364 <a href="http://en.wikipedia.org/wiki/ANSI_escape_code">ANSI escape
3365 code</a>, så bruker VT100-terminaler ECMA-48-spesifikasjonen som
3366 basis for sin oppførsel. Det kan dermed være et alternativ når en
3367 skal spesifisere hvordan seriell-konsoll skal fungere.</p>
3368
3369 </div>
3370 <div class="tags">
3371
3372
3373 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3374
3375
3376 </div>
3377 </div>
3378 <div class="padding"></div>
3379
3380 <div class="entry">
3381 <div class="title">
3382 <a href="https://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">Terms of use for video produced by a Canon IXUS 130 digital camera</a>
3383 </div>
3384 <div class="date">
3385 9th September 2010
3386 </div>
3387 <div class="body">
3388 <p>A few days ago I had the mixed pleasure of bying a new digital
3389 camera, a Canon IXUS 130. It was instructive and very disturbing to
3390 be able to verify that also this camera producer have the nerve to
3391 specify how I can or can not use the videos produced with the camera.
3392 Even thought I was aware of the issue, the options with new cameras
3393 are limited and I ended up bying the camera anyway. What is the
3394 problem, you might ask? It is software patents, MPEG-4, H.264 and the
3395 MPEG-LA that is the problem, and our right to record our experiences
3396 without asking for permissions that is at risk.
3397
3398 <p>On page 27 of the Danish instruction manual, this section is
3399 written:</p>
3400
3401 <blockquote>
3402 <p>This product is licensed under AT&T patents for the MPEG-4 standard
3403 and may be used for encoding MPEG-4 compliant video and/or decoding
3404 MPEG-4 compliant video that was encoded only (1) for a personal and
3405 non-commercial purpose or (2) by a video provider licensed under the
3406 AT&T patents to provide MPEG-4 compliant video.</p>
3407
3408 <p>No license is granted or implied for any other use for MPEG-4
3409 standard.</p>
3410 </blockquote>
3411
3412 <p>In short, the camera producer have chosen to use technology
3413 (MPEG-4/H.264) that is only provided if I used it for personal and
3414 non-commercial purposes, or ask for permission from the organisations
3415 holding the knowledge monopoly (patent) for technology used.</p>
3416
3417 <p>This issue has been brewing for a while, and I recommend you to
3418 read
3419 "<a href="http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why
3420 Our Civilization's Video Art and Culture is Threatened by the
3421 MPEG-LA</a>" by Eugenia Loli-Queru and
3422 "<a href="http://webmink.com/2010/09/03/h-264-and-foss/">H.264 Is Not
3423 The Sort Of Free That Matters</a>" by Simon Phipps to learn more about
3424 the issue. The solution is to support the
3425 <a href="http://www.digistan.org/open-standard:definition">free and
3426 open standards</a> for video, like <a href="http://www.theora.org/">Ogg
3427 Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
3428
3429 </div>
3430 <div class="tags">
3431
3432
3433 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3434
3435
3436 </div>
3437 </div>
3438 <div class="padding"></div>
3439
3440 <div class="entry">
3441 <div class="title">
3442 <a href="https://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html">Some notes on Flash in Debian and Debian Edu</a>
3443 </div>
3444 <div class="date">
3445 4th September 2010
3446 </div>
3447 <div class="body">
3448 <p>In the <a href="http://popcon.debian.org/unknown/by_vote">Debian
3449 popularity-contest numbers</a>, the adobe-flashplugin package the
3450 second most popular used package that is missing in Debian. The sixth
3451 most popular is flashplayer-mozilla. This is a clear indication that
3452 working flash is important for Debian users. Around 10 percent of the
3453 users submitting data to popcon.debian.org have this package
3454 installed.</p>
3455
3456 <p>In the report written by Lars Risan in August 2008
3457 («<a href="http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&do=view&target=Skolelinux_i_bruk_rapport_1.0.pdf">Skolelinux
3458 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
3459 stiftelsen SLX Debian Labs</a>»), one of the most important problems
3460 schools experienced with <a href="http://www.skolelinux.org/">Debian
3461 Edu/Skolelinux</a> was the lack of working Flash. A lot of educational
3462 web sites require Flash to work, and lacking working Flash support in
3463 the web browser and the problems with installing it was perceived as a
3464 good reason to stay with Windows.</p>
3465
3466 <p>I once saw a funny and sad comment in a web forum, where Linux was
3467 said to be the retarded cousin that did not really understand
3468 everything you told him but could work fairly well. This was a
3469 comment regarding the problems Linux have with proprietary formats and
3470 non-standard web pages, and is sad because it exposes a fairly common
3471 understanding of whose fault it is if web pages that only work in for
3472 example Internet Explorer 6 fail to work on Firefox, and funny because
3473 it explain very well how annoying it is for users when Linux
3474 distributions do not work with the documents they receive or the web
3475 pages they want to visit.</p>
3476
3477 <p>This is part of the reason why I believe it is important for Debian
3478 and Debian Edu to have a well working Flash implementation in the
3479 distribution, to get at least popular sites as Youtube and Google
3480 Video to working out of the box. For Squeeze, Debian have the chance
3481 to include the latest version of Gnash that will make this happen, as
3482 the new release 0.8.8 was published a few weeks ago and is resting in
3483 unstable. The new version work with more sites that version 0.8.7.
3484 The Gnash maintainers have asked for a freeze exception, but the
3485 release team have not had time to reply to it yet. I hope they agree
3486 with me that Flash is important for the Debian desktop users, and thus
3487 accept the new package into Squeeze.</p>
3488
3489 </div>
3490 <div class="tags">
3491
3492
3493 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3494
3495
3496 </div>
3497 </div>
3498 <div class="padding"></div>
3499
3500 <div class="entry">
3501 <div class="title">
3502 <a href="https://people.skolelinux.org/pere/blog/OpenStreetmap_one_step_closer_to_having_routing_on_its_front_page.html">OpenStreetmap one step closer to having routing on its front page</a>
3503 </div>
3504 <div class="date">
3505 18th July 2010
3506 </div>
3507 <div class="body">
3508 <p>Thanks to
3509 <a href="http://feedproxy.google.com/~r/Opengeodata/~3/wUTCzDZk3lc/project-of-the-week-which-way-home">todays
3510 opengeodata blog entry</a>, I just discovered that the
3511 OpenStreetmap.org site have gotten
3512 <a href="http://nroets.dev.openstreetmap.org/demo/index.html?layers=B000FTFTT">support
3513 for calculating routes</a>. The support is still experimental and
3514 only available from the development server, until more experience is
3515 gathered on the user interface and any scalability issues.</p>
3516
3517 <p>Earlier, the routing I knew about using the OpenStreetmap.org data
3518 was provided by <a href="http://maps.cloudmade.com/">Cloudmade</a>,
3519 but having it on the main page is required to make everyone aware of
3520 the issue. I've had people reject Openstreetmap.org as a viable
3521 alternative for them because the front page lacked routing support,
3522 and I hope their needs will be catered for when routing show up on the
3523 www.openstreetmap.org front page.</p>
3524
3525 </div>
3526 <div class="tags">
3527
3528
3529 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/kart">kart</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3530
3531
3532 </div>
3533 </div>
3534 <div class="padding"></div>
3535
3536 <div class="entry">
3537 <div class="title">
3538 <a href="https://people.skolelinux.org/pere/blog/Great_book___Content__Selected_Essays_on_Technology__Creativity__Copyright__and_the_Future_of_the_Future_.html">Great book: "Content: Selected Essays on Technology, Creativity, Copyright, and the Future of the Future"</a>
3539 </div>
3540 <div class="date">
3541 19th April 2010
3542 </div>
3543 <div class="body">
3544 <p>The last few weeks i have had the pleasure of reading a
3545 thought-provoking collection of essays by Cory Doctorow, on topics
3546 touching copyright, virtual worlds, the future of man when the
3547 conscience mind can be duplicated into a computer and many more. The
3548 book titled "Content: Selected Essays on Technology, Creativity,
3549 Copyright, and the Future of the Future" is available with few
3550 restrictions on the web, for example from
3551 <a href="http://craphound.com/content/">his own site</a>. I read the
3552 epub-version from
3553 <a href="http://www.feedbooks.com/book/2883">feedbooks</a> using
3554 <a href="http://www.fbreader.org/">fbreader</a> and my N810. I
3555 strongly recommend this book.</p>
3556
3557 </div>
3558 <div class="tags">
3559
3560
3561 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern</a>, <a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3562
3563
3564 </div>
3565 </div>
3566 <div class="padding"></div>
3567
3568 <div class="entry">
3569 <div class="title">
3570 <a href="https://people.skolelinux.org/pere/blog/Relative_popularity_of_document_formats__MS_Office_vs__ODF_.html">Relative popularity of document formats (MS Office vs. ODF)</a>
3571 </div>
3572 <div class="date">
3573 12th August 2009
3574 </div>
3575 <div class="body">
3576 <p>Just for fun, I did a search right now on Google for a few file ODF
3577 and MS Office based formats (not to be mistaken for ISO or ECMA
3578 OOXML), to get an idea of their relative usage. I searched using
3579 'filetype:odt' and equvalent terms, and got these results:</P>
3580
3581 <table>
3582 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
3583 <tr><td>Tekst</td> <td>odt:282000</td> <td>docx:308000</td></tr>
3584 <tr><td>Presentasjon</td> <td>odp:75600</td> <td>pptx:183000</td></tr>
3585 <tr><td>Regneark</td> <td>ods:26500 </td> <td>xlsx:145000</td></tr>
3586 </table>
3587
3588 <p>Next, I added a 'site:no' limit to get the numbers for Norway, and
3589 got these numbers:</p>
3590
3591 <table>
3592 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
3593 <tr><td>Tekst</td> <td>odt:2480 </td> <td>docx:4460</td></tr>
3594 <tr><td>Presentasjon</td> <td>odp:299 </td> <td>pptx:741</td></tr>
3595 <tr><td>Regneark</td> <td>ods:187 </td> <td>xlsx:372</td></tr>
3596 </table>
3597
3598 <p>I wonder how these numbers change over time.</p>
3599
3600 <p>I am aware of Google returning different results and numbers based
3601 on where the search is done, so I guess these numbers will differ if
3602 they are conduced in another country. Because of this, I did the same
3603 search from a machine in California, USA, a few minutes after the
3604 search done from a machine here in Norway.</p>
3605
3606
3607 <table>
3608 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
3609 <tr><td>Tekst</td> <td>odt:129000</td> <td>docx:308000</td></tr>
3610 <tr><td>Presentasjon</td> <td>odp:44200</td> <td>pptx:93900</td></tr>
3611 <tr><td>Regneark</td> <td>ods:26500 </td> <td>xlsx:82400</td></tr>
3612 </table>
3613
3614 <p>And with 'site:no':
3615
3616 <table>
3617 <tr><th>Type</th><th>ODF</th><th>MS Office</th></tr>
3618 <tr><td>Tekst</td> <td>odt:2480</td> <td>docx:3410</td></tr>
3619 <tr><td>Presentasjon</td> <td>odp:175</td> <td>pptx:604</td></tr>
3620 <tr><td>Regneark</td> <td>ods:186 </td> <td>xlsx:296</td></tr>
3621 </table>
3622
3623 <p>Interesting difference, not sure what to conclude from these
3624 numbers.</p>
3625
3626 </div>
3627 <div class="tags">
3628
3629
3630 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/standard">standard</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3631
3632
3633 </div>
3634 </div>
3635 <div class="padding"></div>
3636
3637 <div class="entry">
3638 <div class="title">
3639 <a href="https://people.skolelinux.org/pere/blog/Nasjonalbiblioteket_legger_ut_b_ker_p__web.html">Nasjonalbiblioteket legger ut bøker på web</a>
3640 </div>
3641 <div class="date">
3642 23rd April 2009
3643 </div>
3644 <div class="body">
3645 <p><a href="http://www.aftenposten.no/kul_und/litteratur/article3042382.ece">Aftenposten
3646 melder</a> at
3647 <a href="http://www.nb.no/aktuelt/50_000_norske_boeker_gratis_tilgjengelig_paa_nett_helt_lovlig">nasjonalbiblioteket
3648 og Kopinor har gjort en avtale</a> som gjør at eldre bøker kan gjøres
3649 digitalt tilgjengelig fra nasjonalbiblioteket mot at Kopinor får 56
3650 øre for hver side som legges ut. Utvalget er litt merkelig: 1790-,
3651 1890- og 1990-tallet. Jeg synes det er absurd hvis det er slik at
3652 Kopinor skal ha betalt for utlegging av bøker som ikke lenger er
3653 beskyttet av opphavsretten. Jeg antar her at det er mer enn 90 år
3654 siden forfatterne av bøker som ble publisert 1790-1799 døde, slik at
3655 disse bøkene er falt i det fri og enhver kan kopiere så mye de vil fra
3656 dem uten å bryte opphavsrettsloven. Bruk av slike verk har ikke
3657 Kopinor noe med å gjøre. Jeg håper jeg har misforstått.
3658 <a href="http://www.nb.no/aktuelt/no_er_vi_i_gang_med_aa_digitalisere_samlingane_vaare_og_formidle_digitalt">En
3659 melding fra nasjonalbiblioteket i 2007</a> tyder på at tekster i det
3660 fri ikke trenger avtale med Kopinor.</p>
3661
3662 <p>Et annet problem er at bøkene kun legges ut som bildefiler, noe som
3663 vil gjøre at søketjenester ikke vil finne disse bøkene når en søker
3664 etter fragmenter i teksten. En risikerer dermed at de blir liggende
3665 på en slik måte at folk som bruker Google ikke finner dem.</p>
3666
3667 <p>Da skulle jeg heller sett at nasjonalbiblioteket gjorde alvor av
3668 sin aprilspøk, og la ut bøkene som faller i det fri
3669 fortløpende.</p>
3670
3671
3672 </div>
3673 <div class="tags">
3674
3675
3676 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3677
3678
3679 </div>
3680 </div>
3681 <div class="padding"></div>
3682
3683 <div class="entry">
3684 <div class="title">
3685 <a href="https://people.skolelinux.org/pere/blog/Fildeling_er_lovlig___ulovlig_fildeling_er_ulovlig.html">Fildeling er lovlig - ulovlig fildeling er ulovlig</a>
3686 </div>
3687 <div class="date">
3688 17th April 2009
3689 </div>
3690 <div class="body">
3691 <p>Jeg hadde glede av å overvære FADs lansering av
3692 <a href="http://www.deltemeninger.no/">Debattsentralen
3693 deltemeninger.no</a> under Go Open 2009, og må si jeg ble skuffet over
3694 en kommentar fra podiet om ulovlig fildeling. Fikk ikke med meg hvem
3695 som holdt innlegget, men det startet med å snakke om ulovlig fildeling
3696 og gikk så over til å snakke om fildeling som om fildeling i seg er
3697 ulovlig. Intet er lengre fra sannheten. Fildeling er en nyttig
3698 teknologi som benyttes av NRK, Debian, Ubuntu, NUUG og andre for
3699 distribusjon av filer. Det er ingenting med denne fildelingen som
3700 gjør den ulovlig. Fildeling er i seg selv en fullt ut lovlig
3701 teknologisk anvendelse. Noe fildeling er ulovlig, og noe er lovlig.
3702 De som tror at fildeling er ulovlig har misforstått grovt. Hvorvidt
3703 den er ulovlig kommer jo an på hvem som har opphavsretten til filene
3704 som deles og hvilke bruksbegrensninger som gjelder for filene. En
3705 rekke filer er lagt ut av rettighetsinnehaver for deling på Internet,
3706 og fildeling av slike filer er fullt ut lovlig.</p>
3707
3708 </div>
3709 <div class="tags">
3710
3711
3712 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling</a>, <a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3713
3714
3715 </div>
3716 </div>
3717 <div class="padding"></div>
3718
3719 <div class="entry">
3720 <div class="title">
3721 <a href="https://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html">When web browser developers make a video player...</a>
3722 </div>
3723 <div class="date">
3724 17th January 2009
3725 </div>
3726 <div class="body">
3727 <p>As part of the work we do in <a href="http://www.nuug.no">NUUG</a>
3728 to publish video recordings of our monthly presentations, we provide a
3729 page with embedded video for easy access to the recording. Putting a
3730 good set of HTML tags together to get working embedded video in all
3731 browsers and across all operating systems is not easy. I hope this
3732 will become easier when the &lt;video&gt; tag is implemented in all
3733 browsers, but I am not sure. We provide the recordings in several
3734 formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
3735 browser/media plugin to pick one it support and use it to play the
3736 recording, using whatever embed mechanism the browser understand.
3737 There is at least four different tags to use for this, the new HTML5
3738 &lt;video&gt; tag, the &lt;object&gt; tag, the &lt;embed&gt; tag and
3739 the &lt;applet&gt; tag. All of these take a lot of options, and
3740 finding the best options is a major challenge.</p>
3741
3742 <p>I just tested the experimental Opera browser available from <a
3743 href="http://labs.opera.com">labs.opera.com</a>, to see how it handled
3744 a &lt;video&gt; tag with a few video sources and no extra attributes.
3745 I was not very impressed. The browser start by fetching a picture
3746 from the video stream. Not sure if it is the first frame, but it is
3747 definitely very early in the recording. So far, so good. Next,
3748 instead of streaming the 76 MiB video file, it start to download all
3749 of it, but do not start to play the video. This mean I have to wait
3750 for several minutes for the downloading to finish. When the download
3751 is done, the playing of the video do not start! Waiting for the
3752 download, but I do not get to see the video? Some testing later, I
3753 discover that I have to add the controls="true" attribute to be able
3754 to get a play button to pres to start the video. Adding
3755 autoplay="true" did not help. I sure hope this is a misfeature of the
3756 test version of Opera, and that future implementations of the
3757 &lt;video&gt; tag will stream recordings by default, or at least start
3758 playing when the download is done.</p>
3759
3760 <p>The test page I used (since changed to add more attributes) is
3761 <a href="http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
3762 from the nuug site</a>. Will have to test it with the new Firefox
3763 too.</p>
3764
3765 <p>In the test process, I discovered a missing feature. I was unable
3766 to find a way to get the URL of the playing video out of Opera, so I
3767 am not quite sure it picked the Ogg Theora version of the video. I
3768 sure hope it was using the announced Ogg Theora support. :)</p>
3769
3770 </div>
3771 <div class="tags">
3772
3773
3774 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/h264">h264</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug</a>, <a href="https://people.skolelinux.org/pere/blog/tags/video">video</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3775
3776
3777 </div>
3778 </div>
3779 <div class="padding"></div>
3780
3781 <div class="entry">
3782 <div class="title">
3783 <a href="https://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html">The sorry state of multimedia browser plugins in Debian</a>
3784 </div>
3785 <div class="date">
3786 25th November 2008
3787 </div>
3788 <div class="body">
3789 <p>Recently I have spent some time evaluating the multimedia browser
3790 plugins available in Debian Lenny, to see which one we should use by
3791 default in Debian Edu. We need an embedded video playing plugin with
3792 control buttons to pause or stop the video, and capable of streaming
3793 all the multimedia content available on the web. The test results and
3794 notes are available on
3795 <a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">the
3796 Debian wiki</a>. I was surprised how few of the plugins are able to
3797 fill this need. My personal video player favorite, VLC, has a really
3798 bad plugin which fail on a lot of the test pages. A lot of the MIME
3799 types I would expect to work with any free software player (like
3800 video/ogg), just do not work. And simple formats like the
3801 audio/x-mplegurl format (m3u playlists), just isn't supported by the
3802 totem and vlc plugins. I hope the situation will improve soon. No
3803 wonder sites use the proprietary Adobe flash to play video.</p>
3804
3805 <p>For Lenny, we seem to end up with the mplayer plugin. It seem to
3806 be the only one fitting our needs. :/</p>
3807
3808 </div>
3809 <div class="tags">
3810
3811
3812 Tags: <a href="https://people.skolelinux.org/pere/blog/tags/debian">debian</a>, <a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu</a>, <a href="https://people.skolelinux.org/pere/blog/tags/english">english</a>, <a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia</a>, <a href="https://people.skolelinux.org/pere/blog/tags/web">web</a>.
3813
3814
3815 </div>
3816 </div>
3817 <div class="padding"></div>
3818
3819 <p style="text-align: right;"><a href="web.rss"><img src="https://people.skolelinux.org/pere/blog/xml.gif" alt="RSS Feed" width="36" height="14" /></a></p>
3820 <div id="sidebar">
3821
3822
3823
3824 <h2>Archive</h2>
3825 <ul>
3826
3827 <li>2024
3828 <ul>
3829
3830 <li><a href="https://people.skolelinux.org/pere/blog/archive/2024/01/">January (1)</a></li>
3831
3832 <li><a href="https://people.skolelinux.org/pere/blog/archive/2024/02/">February (1)</a></li>
3833
3834 <li><a href="https://people.skolelinux.org/pere/blog/archive/2024/03/">March (2)</a></li>
3835
3836 <li><a href="https://people.skolelinux.org/pere/blog/archive/2024/04/">April (2)</a></li>
3837
3838 </ul></li>
3839
3840 <li>2023
3841 <ul>
3842
3843 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/01/">January (3)</a></li>
3844
3845 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/02/">February (1)</a></li>
3846
3847 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/04/">April (2)</a></li>
3848
3849 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/05/">May (3)</a></li>
3850
3851 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/06/">June (1)</a></li>
3852
3853 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/08/">August (1)</a></li>
3854
3855 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/09/">September (1)</a></li>
3856
3857 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/10/">October (1)</a></li>
3858
3859 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/11/">November (4)</a></li>
3860
3861 <li><a href="https://people.skolelinux.org/pere/blog/archive/2023/12/">December (1)</a></li>
3862
3863 </ul></li>
3864
3865 <li>2022
3866 <ul>
3867
3868 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/02/">February (1)</a></li>
3869
3870 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/03/">March (3)</a></li>
3871
3872 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/04/">April (2)</a></li>
3873
3874 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/06/">June (2)</a></li>
3875
3876 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/07/">July (1)</a></li>
3877
3878 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/09/">September (1)</a></li>
3879
3880 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/10/">October (1)</a></li>
3881
3882 <li><a href="https://people.skolelinux.org/pere/blog/archive/2022/12/">December (1)</a></li>
3883
3884 </ul></li>
3885
3886 <li>2021
3887 <ul>
3888
3889 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/01/">January (2)</a></li>
3890
3891 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/02/">February (1)</a></li>
3892
3893 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/05/">May (1)</a></li>
3894
3895 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/06/">June (1)</a></li>
3896
3897 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/07/">July (3)</a></li>
3898
3899 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/08/">August (1)</a></li>
3900
3901 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/09/">September (1)</a></li>
3902
3903 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/10/">October (1)</a></li>
3904
3905 <li><a href="https://people.skolelinux.org/pere/blog/archive/2021/12/">December (1)</a></li>
3906
3907 </ul></li>
3908
3909 <li>2020
3910 <ul>
3911
3912 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/02/">February (2)</a></li>
3913
3914 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/03/">March (2)</a></li>
3915
3916 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/04/">April (2)</a></li>
3917
3918 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/05/">May (3)</a></li>
3919
3920 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/06/">June (2)</a></li>
3921
3922 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/07/">July (1)</a></li>
3923
3924 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/09/">September (1)</a></li>
3925
3926 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/10/">October (1)</a></li>
3927
3928 <li><a href="https://people.skolelinux.org/pere/blog/archive/2020/11/">November (1)</a></li>
3929
3930 </ul></li>
3931
3932 <li>2019
3933 <ul>
3934
3935 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/01/">January (4)</a></li>
3936
3937 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/02/">February (3)</a></li>
3938
3939 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/03/">March (3)</a></li>
3940
3941 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/05/">May (2)</a></li>
3942
3943 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/06/">June (5)</a></li>
3944
3945 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/07/">July (2)</a></li>
3946
3947 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/08/">August (1)</a></li>
3948
3949 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/09/">September (1)</a></li>
3950
3951 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/11/">November (1)</a></li>
3952
3953 <li><a href="https://people.skolelinux.org/pere/blog/archive/2019/12/">December (4)</a></li>
3954
3955 </ul></li>
3956
3957 <li>2018
3958 <ul>
3959
3960 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/01/">January (1)</a></li>
3961
3962 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/02/">February (5)</a></li>
3963
3964 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/03/">March (5)</a></li>
3965
3966 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/04/">April (3)</a></li>
3967
3968 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/06/">June (2)</a></li>
3969
3970 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/07/">July (5)</a></li>
3971
3972 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/08/">August (3)</a></li>
3973
3974 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/09/">September (3)</a></li>
3975
3976 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/10/">October (5)</a></li>
3977
3978 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/11/">November (2)</a></li>
3979
3980 <li><a href="https://people.skolelinux.org/pere/blog/archive/2018/12/">December (4)</a></li>
3981
3982 </ul></li>
3983
3984 <li>2017
3985 <ul>
3986
3987 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/01/">January (4)</a></li>
3988
3989 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/02/">February (3)</a></li>
3990
3991 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/03/">March (5)</a></li>
3992
3993 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/04/">April (2)</a></li>
3994
3995 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/06/">June (5)</a></li>
3996
3997 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/07/">July (1)</a></li>
3998
3999 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/08/">August (1)</a></li>
4000
4001 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/09/">September (3)</a></li>
4002
4003 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/10/">October (5)</a></li>
4004
4005 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/11/">November (3)</a></li>
4006
4007 <li><a href="https://people.skolelinux.org/pere/blog/archive/2017/12/">December (4)</a></li>
4008
4009 </ul></li>
4010
4011 <li>2016
4012 <ul>
4013
4014 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/01/">January (3)</a></li>
4015
4016 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/02/">February (2)</a></li>
4017
4018 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/03/">March (3)</a></li>
4019
4020 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/04/">April (8)</a></li>
4021
4022 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/05/">May (8)</a></li>
4023
4024 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/06/">June (2)</a></li>
4025
4026 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/07/">July (2)</a></li>
4027
4028 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/08/">August (5)</a></li>
4029
4030 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/09/">September (2)</a></li>
4031
4032 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/10/">October (3)</a></li>
4033
4034 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/11/">November (8)</a></li>
4035
4036 <li><a href="https://people.skolelinux.org/pere/blog/archive/2016/12/">December (5)</a></li>
4037
4038 </ul></li>
4039
4040 <li>2015
4041 <ul>
4042
4043 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/01/">January (7)</a></li>
4044
4045 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/02/">February (6)</a></li>
4046
4047 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/03/">March (1)</a></li>
4048
4049 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/04/">April (4)</a></li>
4050
4051 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/05/">May (3)</a></li>
4052
4053 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/06/">June (4)</a></li>
4054
4055 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/07/">July (6)</a></li>
4056
4057 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/08/">August (2)</a></li>
4058
4059 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/09/">September (2)</a></li>
4060
4061 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/10/">October (9)</a></li>
4062
4063 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/11/">November (6)</a></li>
4064
4065 <li><a href="https://people.skolelinux.org/pere/blog/archive/2015/12/">December (3)</a></li>
4066
4067 </ul></li>
4068
4069 <li>2014
4070 <ul>
4071
4072 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/01/">January (2)</a></li>
4073
4074 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/02/">February (3)</a></li>
4075
4076 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/03/">March (8)</a></li>
4077
4078 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/04/">April (7)</a></li>
4079
4080 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/05/">May (1)</a></li>
4081
4082 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/06/">June (2)</a></li>
4083
4084 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/07/">July (2)</a></li>
4085
4086 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/08/">August (2)</a></li>
4087
4088 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/09/">September (5)</a></li>
4089
4090 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/10/">October (6)</a></li>
4091
4092 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/11/">November (3)</a></li>
4093
4094 <li><a href="https://people.skolelinux.org/pere/blog/archive/2014/12/">December (5)</a></li>
4095
4096 </ul></li>
4097
4098 <li>2013
4099 <ul>
4100
4101 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/01/">January (11)</a></li>
4102
4103 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/02/">February (9)</a></li>
4104
4105 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/03/">March (9)</a></li>
4106
4107 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/04/">April (6)</a></li>
4108
4109 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/05/">May (9)</a></li>
4110
4111 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/06/">June (10)</a></li>
4112
4113 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/07/">July (7)</a></li>
4114
4115 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/08/">August (3)</a></li>
4116
4117 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/09/">September (5)</a></li>
4118
4119 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/10/">October (7)</a></li>
4120
4121 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/11/">November (9)</a></li>
4122
4123 <li><a href="https://people.skolelinux.org/pere/blog/archive/2013/12/">December (3)</a></li>
4124
4125 </ul></li>
4126
4127 <li>2012
4128 <ul>
4129
4130 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/01/">January (7)</a></li>
4131
4132 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/02/">February (10)</a></li>
4133
4134 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/03/">March (17)</a></li>
4135
4136 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/04/">April (12)</a></li>
4137
4138 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/05/">May (12)</a></li>
4139
4140 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/06/">June (20)</a></li>
4141
4142 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/07/">July (17)</a></li>
4143
4144 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/08/">August (6)</a></li>
4145
4146 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/09/">September (9)</a></li>
4147
4148 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/10/">October (17)</a></li>
4149
4150 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/11/">November (10)</a></li>
4151
4152 <li><a href="https://people.skolelinux.org/pere/blog/archive/2012/12/">December (7)</a></li>
4153
4154 </ul></li>
4155
4156 <li>2011
4157 <ul>
4158
4159 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/01/">January (16)</a></li>
4160
4161 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/02/">February (6)</a></li>
4162
4163 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/03/">March (6)</a></li>
4164
4165 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/04/">April (7)</a></li>
4166
4167 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/05/">May (3)</a></li>
4168
4169 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/06/">June (2)</a></li>
4170
4171 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/07/">July (7)</a></li>
4172
4173 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/08/">August (6)</a></li>
4174
4175 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/09/">September (4)</a></li>
4176
4177 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/10/">October (2)</a></li>
4178
4179 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/11/">November (3)</a></li>
4180
4181 <li><a href="https://people.skolelinux.org/pere/blog/archive/2011/12/">December (1)</a></li>
4182
4183 </ul></li>
4184
4185 <li>2010
4186 <ul>
4187
4188 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/01/">January (2)</a></li>
4189
4190 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/02/">February (1)</a></li>
4191
4192 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/03/">March (3)</a></li>
4193
4194 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/04/">April (3)</a></li>
4195
4196 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/05/">May (9)</a></li>
4197
4198 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/06/">June (14)</a></li>
4199
4200 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/07/">July (12)</a></li>
4201
4202 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/08/">August (13)</a></li>
4203
4204 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/09/">September (7)</a></li>
4205
4206 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/10/">October (9)</a></li>
4207
4208 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/11/">November (13)</a></li>
4209
4210 <li><a href="https://people.skolelinux.org/pere/blog/archive/2010/12/">December (12)</a></li>
4211
4212 </ul></li>
4213
4214 <li>2009
4215 <ul>
4216
4217 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/01/">January (8)</a></li>
4218
4219 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/02/">February (8)</a></li>
4220
4221 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/03/">March (12)</a></li>
4222
4223 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/04/">April (10)</a></li>
4224
4225 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/05/">May (9)</a></li>
4226
4227 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/06/">June (3)</a></li>
4228
4229 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/07/">July (4)</a></li>
4230
4231 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/08/">August (3)</a></li>
4232
4233 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/09/">September (1)</a></li>
4234
4235 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/10/">October (2)</a></li>
4236
4237 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/11/">November (3)</a></li>
4238
4239 <li><a href="https://people.skolelinux.org/pere/blog/archive/2009/12/">December (3)</a></li>
4240
4241 </ul></li>
4242
4243 <li>2008
4244 <ul>
4245
4246 <li><a href="https://people.skolelinux.org/pere/blog/archive/2008/11/">November (5)</a></li>
4247
4248 <li><a href="https://people.skolelinux.org/pere/blog/archive/2008/12/">December (7)</a></li>
4249
4250 </ul></li>
4251
4252 </ul>
4253
4254
4255
4256 <h2>Tags</h2>
4257 <ul>
4258
4259 <li><a href="https://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (19)</a></li>
4260
4261 <li><a href="https://people.skolelinux.org/pere/blog/tags/amiga">amiga (1)</a></li>
4262
4263 <li><a href="https://people.skolelinux.org/pere/blog/tags/aros">aros (1)</a></li>
4264
4265 <li><a href="https://people.skolelinux.org/pere/blog/tags/bankid">bankid (4)</a></li>
4266
4267 <li><a href="https://people.skolelinux.org/pere/blog/tags/betalkontant">betalkontant (9)</a></li>
4268
4269 <li><a href="https://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (13)</a></li>
4270
4271 <li><a href="https://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (17)</a></li>
4272
4273 <li><a href="https://people.skolelinux.org/pere/blog/tags/bsa">bsa (2)</a></li>
4274
4275 <li><a href="https://people.skolelinux.org/pere/blog/tags/chrpath">chrpath (3)</a></li>
4276
4277 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian">debian (198)</a></li>
4278
4279 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (159)</a></li>
4280
4281 <li><a href="https://people.skolelinux.org/pere/blog/tags/debian-handbook">debian-handbook (9)</a></li>
4282
4283 <li><a href="https://people.skolelinux.org/pere/blog/tags/digistan">digistan (11)</a></li>
4284
4285 <li><a href="https://people.skolelinux.org/pere/blog/tags/dld">dld (18)</a></li>
4286
4287 <li><a href="https://people.skolelinux.org/pere/blog/tags/docbook">docbook (32)</a></li>
4288
4289 <li><a href="https://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (4)</a></li>
4290
4291 <li><a href="https://people.skolelinux.org/pere/blog/tags/english">english (460)</a></li>
4292
4293 <li><a href="https://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (23)</a></li>
4294
4295 <li><a href="https://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (14)</a></li>
4296
4297 <li><a href="https://people.skolelinux.org/pere/blog/tags/freeculture">freeculture (34)</a></li>
4298
4299 <li><a href="https://people.skolelinux.org/pere/blog/tags/freedombox">freedombox (9)</a></li>
4300
4301 <li><a href="https://people.skolelinux.org/pere/blog/tags/frikanalen">frikanalen (20)</a></li>
4302
4303 <li><a href="https://people.skolelinux.org/pere/blog/tags/h264">h264 (20)</a></li>
4304
4305 <li><a href="https://people.skolelinux.org/pere/blog/tags/intervju">intervju (43)</a></li>
4306
4307 <li><a href="https://people.skolelinux.org/pere/blog/tags/isenkram">isenkram (18)</a></li>
4308
4309 <li><a href="https://people.skolelinux.org/pere/blog/tags/kart">kart (23)</a></li>
4310
4311 <li><a href="https://people.skolelinux.org/pere/blog/tags/kodi">kodi (6)</a></li>
4312
4313 <li><a href="https://people.skolelinux.org/pere/blog/tags/ldap">ldap (9)</a></li>
4314
4315 <li><a href="https://people.skolelinux.org/pere/blog/tags/lego">lego (5)</a></li>
4316
4317 <li><a href="https://people.skolelinux.org/pere/blog/tags/lenker">lenker (8)</a></li>
4318
4319 <li><a href="https://people.skolelinux.org/pere/blog/tags/linuxcnc">linuxcnc (5)</a></li>
4320
4321 <li><a href="https://people.skolelinux.org/pere/blog/tags/lsdvd">lsdvd (2)</a></li>
4322
4323 <li><a href="https://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (1)</a></li>
4324
4325 <li><a href="https://people.skolelinux.org/pere/blog/tags/madewithcc">madewithcc (3)</a></li>
4326
4327 <li><a href="https://people.skolelinux.org/pere/blog/tags/mesh network">mesh network (8)</a></li>
4328
4329 <li><a href="https://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (46)</a></li>
4330
4331 <li><a href="https://people.skolelinux.org/pere/blog/tags/nice free software">nice free software (15)</a></li>
4332
4333 <li><a href="https://people.skolelinux.org/pere/blog/tags/noark5">noark5 (25)</a></li>
4334
4335 <li><a href="https://people.skolelinux.org/pere/blog/tags/norsk">norsk (324)</a></li>
4336
4337 <li><a href="https://people.skolelinux.org/pere/blog/tags/nuug">nuug (199)</a></li>
4338
4339 <li><a href="https://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (41)</a></li>
4340
4341 <li><a href="https://people.skolelinux.org/pere/blog/tags/open311">open311 (2)</a></li>
4342
4343 <li><a href="https://people.skolelinux.org/pere/blog/tags/opensnitch">opensnitch (4)</a></li>
4344
4345 <li><a href="https://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (76)</a></li>
4346
4347 <li><a href="https://people.skolelinux.org/pere/blog/tags/personvern">personvern (114)</a></li>
4348
4349 <li><a href="https://people.skolelinux.org/pere/blog/tags/raid">raid (4)</a></li>
4350
4351 <li><a href="https://people.skolelinux.org/pere/blog/tags/reactos">reactos (1)</a></li>
4352
4353 <li><a href="https://people.skolelinux.org/pere/blog/tags/reprap">reprap (11)</a></li>
4354
4355 <li><a href="https://people.skolelinux.org/pere/blog/tags/rfid">rfid (3)</a></li>
4356
4357 <li><a href="https://people.skolelinux.org/pere/blog/tags/robot">robot (17)</a></li>
4358
4359 <li><a href="https://people.skolelinux.org/pere/blog/tags/rss">rss (1)</a></li>
4360
4361 <li><a href="https://people.skolelinux.org/pere/blog/tags/ruter">ruter (7)</a></li>
4362
4363 <li><a href="https://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (2)</a></li>
4364
4365 <li><a href="https://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (60)</a></li>
4366
4367 <li><a href="https://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (4)</a></li>
4368
4369 <li><a href="https://people.skolelinux.org/pere/blog/tags/skepsis">skepsis (5)</a></li>
4370
4371 <li><a href="https://people.skolelinux.org/pere/blog/tags/standard">standard (76)</a></li>
4372
4373 <li><a href="https://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (7)</a></li>
4374
4375 <li><a href="https://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (14)</a></li>
4376
4377 <li><a href="https://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (65)</a></li>
4378
4379 <li><a href="https://people.skolelinux.org/pere/blog/tags/sysadmin">sysadmin (5)</a></li>
4380
4381 <li><a href="https://people.skolelinux.org/pere/blog/tags/usenix">usenix (2)</a></li>
4382
4383 <li><a href="https://people.skolelinux.org/pere/blog/tags/valg">valg (9)</a></li>
4384
4385 <li><a href="https://people.skolelinux.org/pere/blog/tags/verkidetfri">verkidetfri (22)</a></li>
4386
4387 <li><a href="https://people.skolelinux.org/pere/blog/tags/video">video (80)</a></li>
4388
4389 <li><a href="https://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (4)</a></li>
4390
4391 <li><a href="https://people.skolelinux.org/pere/blog/tags/web">web (42)</a></li>
4392
4393 </ul>
4394
4395
4396 </div>
4397 <p style="text-align: right">
4398 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v4.6</a>
4399 </p>
4400
4401 </body>
4402 </html>