]> pere.pagekite.me Git - homepage.git/blob - blog/tags/multimedia/multimedia.rss
4137651bc6c430550542fab97ed97c4f3be4082a
[homepage.git] / blog / tags / multimedia / multimedia.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged multimedia</title>
5 <description>Entries tagged multimedia</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>Hvordan enkelt laste ned filmer fra NRK med den &quot;nye&quot; løsningen</title>
11 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK_med_den__nye__l_sningen.html</guid>
13 <pubDate>Mon, 16 Jun 2014 19:20:00 +0200</pubDate>
14 <description>&lt;p&gt;Jeg har fortsatt behov for å kunne laste ned innslag fra NRKs
15 nettsted av og til for å se senere når jeg ikke er på nett, men
16 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html&quot;&gt;min
17 oppskrift fra 2011&lt;/a&gt; sluttet å fungere da NRK byttet
18 avspillermetode. I dag fikk jeg endelig lett etter oppdatert løsning,
19 og jeg er veldig glad for å fortelle at den enkleste måten å laste ned
20 innslag er å bruke siste versjon 2014.06.07 av youtube-dl. Støtten i
21 youtube-dl &lt;a href=&quot;https://github.com/rg3/youtube-dl/issues/2980&quot;&gt;kom
22 inn for 23 dager siden&lt;/a&gt; og
23 &lt;a href=&quot;http://packages.qa.debian.org/y/youtube-dl.html&quot;&gt;versjonen i
24 Debian&lt;/a&gt; fungerer fint også som backport til Debian Wheezy. Det er
25 et lite problem, det håndterer kun URLer med små bokstaver, men hvis
26 en har en URL med store bokstaver kan en bare gjøre alle store om til
27 små bokstaver for å få youtube-dl til å laste ned. Rapporterte
28 problemet nettopp til utviklerne, og antar de får fikset det
29 snart.&lt;/p&gt;
30
31 &lt;p&gt;Dermed er alt klart til å laste ned dokumentarene om
32 &lt;a href=&quot;http://tv.nrk.no/program/KOID23005014/usas-hemmelige-avlytting&quot;&gt;USAs
33 hemmelige avlytting&lt;/a&gt; og
34 &lt;a href=&quot;http://tv.nrk.no/program/KOID23005114/selskapene-bak-usas-avlytting&quot;&gt;Selskapene
35 bak USAs avlytting&lt;/a&gt;, i tillegg til
36 &lt;a href=&quot;http://tv.nrk.no/program/KOID20005814/et-moete-med-edward-snowden&quot;&gt;intervjuet
37 med Edward Snowden gjort av den tyske tv-kanalen ARD&lt;/a&gt;. Anbefaler
38 alle å se disse, sammen med
39 &lt;a href=&quot;http://media.ccc.de/browse/congress/2013/30C3_-_5713_-_en_-_saal_2_-_201312301130_-_to_protect_and_infect_part_2_-_jacob.html&quot;&gt;foredraget
40 til Jacob Appelbaum på siste CCC-konferanse&lt;/a&gt;, for å forstå mer om
41 hvordan overvåkningen av borgerne brer om seg.&lt;/p&gt;
42
43 &lt;p&gt;Takk til gode venner på foreningen NUUGs IRC-kanal
44 &lt;a href=&quot;irc://irc.freenode.net/%23nuug&quot;&gt;#nuug på irc.freenode.net&lt;/a&gt;
45 for tipsene som fikk meg i mål&lt;/a&gt;.&lt;/p&gt;
46 </description>
47 </item>
48
49 <item>
50 <title>Half the Coverity issues in Gnash fixed in the next release</title>
51 <link>http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html</link>
52 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Half_the_Coverity_issues_in_Gnash_fixed_in_the_next_release.html</guid>
53 <pubDate>Tue, 29 Apr 2014 14:20:00 +0200</pubDate>
54 <description>&lt;p&gt;I&#39;ve been following &lt;a href=&quot;http://www.getgnash.org/&quot;&gt;the Gnash
55 project&lt;/a&gt; for quite a while now. It is a free software
56 implementation of Adobe Flash, both a standalone player and a browser
57 plugin. Gnash implement support for the AVM1 format (and not the
58 newer AVM2 format - see
59 &lt;a href=&quot;http://lightspark.github.io/&quot;&gt;Lightspark&lt;/a&gt; for that one),
60 allowing several flash based sites to work. Thanks to the friendly
61 developers at Youtube, it also work with Youtube videos, because the
62 Javascript code at Youtube detect Gnash and serve a AVM1 player to
63 those users. :) Would be great if someone found time to implement AVM2
64 support, but it has not happened yet. If you install both Lightspark
65 and Gnash, Lightspark will invoke Gnash if it find a AVM1 flash file,
66 so you can get both handled as free software. Unfortunately,
67 Lightspark so far only implement a small subset of AVM2, and many
68 sites do not work yet.&lt;/p&gt;
69
70 &lt;p&gt;A few months ago, I started looking at
71 &lt;a href=&quot;http://scan.coverity.com/&quot;&gt;Coverity&lt;/a&gt;, the static source
72 checker used to find heaps and heaps of bugs in free software (thanks
73 to the donation of a scanning service to free software projects by the
74 company developing this non-free code checker), and Gnash was one of
75 the projects I decided to check out. Coverity is able to find lock
76 errors, memory errors, dead code and more. A few days ago they even
77 extended it to also be able to find the heartbleed bug in OpenSSL.
78 There are heaps of checks being done on the instrumented code, and the
79 amount of bogus warnings is quite low compared to the other static
80 code checkers I have tested over the years.&lt;/p&gt;
81
82 &lt;p&gt;Since a few weeks ago, I&#39;ve been working with the other Gnash
83 developers squashing bugs discovered by Coverity. I was quite happy
84 today when I checked the current status and saw that of the 777 issues
85 detected so far, 374 are marked as fixed. This make me confident that
86 the next Gnash release will be more stable and more dependable than
87 the previous one. Most of the reported issues were and are in the
88 test suite, but it also found a few in the rest of the code.&lt;/p&gt;
89
90 &lt;p&gt;If you want to help out, you find us on
91 &lt;a href=&quot;https://lists.gnu.org/mailman/listinfo/gnash-dev&quot;&gt;the
92 gnash-dev mailing list&lt;/a&gt; and on
93 &lt;a href=&quot;irc://irc.freenode.net/#gnash&quot;&gt;the #gnash channel on
94 irc.freenode.net IRC server&lt;/a&gt;.&lt;/p&gt;
95 </description>
96 </item>
97
98 <item>
99 <title>Video DVD reader library / python-dvdvideo - nice free software</title>
100 <link>http://people.skolelinux.org/pere/blog/Video_DVD_reader_library___python_dvdvideo___nice_free_software.html</link>
101 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Video_DVD_reader_library___python_dvdvideo___nice_free_software.html</guid>
102 <pubDate>Fri, 21 Mar 2014 15:25:00 +0100</pubDate>
103 <description>&lt;p&gt;Keeping your DVD collection safe from scratches and curious
104 children fingers while still having it available when you want to see a
105 movie is not straight forward. My preferred method at the moment is
106 to store a full copy of the ISO on a hard drive, and use VLC, Popcorn
107 Hour or other useful players to view the resulting file. This way the
108 subtitles and bonus material are still available and using the ISO is
109 just like inserting the original DVD record in the DVD player.&lt;/p&gt;
110
111 &lt;p&gt;Earlier I used dd for taking security copies, but it do not handle
112 DVDs giving read errors (which are quite a few of them). I&#39;ve also
113 tried using
114 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Ripping_problematic_DVDs_using_dvdbackup_and_genisoimage.html&quot;&gt;dvdbackup
115 and genisoimage&lt;/a&gt;, but these days I use the marvellous python library
116 and program
117 &lt;a href=&quot;http://bblank.thinkmo.de/blog/new-software-python-dvdvideo&quot;&gt;python-dvdvideo&lt;/a&gt;
118 written by Bastian Blank. It is
119 &lt;a href=&quot;http://packages.qa.debian.org/p/python-dvdvideo.html&quot;&gt;in Debian
120 already&lt;/a&gt; and the binary package name is python3-dvdvideo. Instead
121 of trying to read every block from the DVD, it parses the file
122 structure and figure out which block on the DVD is actually in used,
123 and only read those blocks from the DVD. This work surprisingly well,
124 and I have been able to almost backup my entire DVD collection using
125 this method.&lt;/p&gt;
126
127 &lt;p&gt;So far, python-dvdvideo have failed on between 10 and
128 20 DVDs, which is a small fraction of my collection. The most common
129 problem is
130 &lt;a href=&quot;https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720831&quot;&gt;DVDs
131 using UTF-16 instead of UTF-8 characters&lt;/a&gt;, which according to
132 Bastian is against the DVD specification (and seem to cause some
133 players to fail too). A rarer problem is what seem to be inconsistent
134 DVD structures, as the python library
135 &lt;a href=&quot;https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=723079&quot;&gt;claim
136 there is a overlap between objects&lt;/a&gt;. An equally rare problem claim
137 &lt;a href=&quot;https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741878&quot;&gt;some
138 value is out of range&lt;/a&gt;. No idea what is going on there. I wish I
139 knew enough about the DVD format to fix these, to ensure my movie
140 collection will stay with me in the future.&lt;/p&gt;
141
142 &lt;p&gt;So, if you need to keep your DVDs safe, back them up using
143 python-dvdvideo. :)&lt;/p&gt;
144 </description>
145 </item>
146
147 <item>
148 <title>IETF activity to standardise video codec</title>
149 <link>http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html</link>
150 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/IETF_activity_to_standardise_video_codec.html</guid>
151 <pubDate>Sat, 15 Sep 2012 20:00:00 +0200</pubDate>
152 <description>&lt;p&gt;After the
153 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html&quot;&gt;Opus
154 codec made&lt;/a&gt; it into &lt;a href=&quot;http://www.ietf.org/&quot;&gt;IETF&lt;/a&gt; as
155 &lt;a href=&quot;http://tools.ietf.org/html/rfc6716&quot;&gt;RFC 6716&lt;/a&gt;, I had a look
156 to see if there is any activity in IETF to standardise a video codec
157 too, and I was happy to discover that there is some activity in this
158 area. A non-&quot;working group&quot; mailing list
159 &lt;a href=&quot;https://www.ietf.org/mailman/listinfo/video-codec&quot;&gt;video-codec&lt;/a&gt;
160 was
161 &lt;a href=&quot;http://ietf.10.n7.nabble.com/New-Non-WG-Mailing-List-video-codec-Video-codec-BoF-discussion-list-td119548.html&quot;&gt;created 2012-08-20&lt;/a&gt;. It is intended to discuss the topic and if a
162 formal working group should be formed.&lt;/p&gt;
163
164 &lt;p&gt;I look forward to see how this plays out. There is already
165 &lt;a href=&quot;http://www.ietf.org/mail-archive/web/video-codec/current/msg00003.html&quot;&gt;an
166 email from someone&lt;/a&gt; in the MPEG group at ISO asking people to
167 participate in the ISO group. Given how ISO failed with OOXML and given
168 that it so far (as far as I can remember) only have produced
169 multimedia formats requiring royalty payments, I suspect
170 joining the ISO group would be a complete waste of time, but I am not
171 involved in any codec work and my opinion will not matter much.&lt;/p&gt;
172
173 &lt;p&gt;If one of my readers is involved with codec work, I hope she will
174 join this work to standardise a royalty free video codec within
175 IETF.&lt;/p&gt;
176 </description>
177 </item>
178
179 <item>
180 <title>IETF standardize its first multimedia codec: Opus</title>
181 <link>http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html</link>
182 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/IETF_standardize_its_first_multimedia_codec__Opus.html</guid>
183 <pubDate>Wed, 12 Sep 2012 13:50:00 +0200</pubDate>
184 <description>&lt;p&gt;Yesterday, &lt;a href=&quot;http://www.ietf.org/&quot;&gt;IETF&lt;/a&gt; announced the
185 publication of of
186 &lt;a href=&quot;http://tools.ietf.org/html/rfc6716&quot;&gt;RFC 6716, the Definition
187 of the Opus Audio Codec&lt;/a&gt;, a low latency, variable bandwidth, codec
188 intended for both VoIP, film and music. This is the first time, as
189 far as I know, that IETF have standardized a multimedia codec. In
190 &lt;a href=&quot;http://tools.ietf.org/html/rfc3533&quot;&gt;RFC 3533&lt;/a&gt;, IETF
191 standardized the OGG container format, and it has proven to be a great
192 royalty free container for audio, video and movies. I hope IETF will
193 continue to standardize more royalty free codeces, after ISO and MPEG
194 have proven incapable of securing everyone equal rights to publish
195 multimedia content on the Internet.&lt;/p&gt;
196
197 &lt;p&gt;IETF require two interoperating independent implementations to
198 ratify a standard, and have so far ensured to only standardize royalty
199 free specifications. Both are key factors to allow everyone (rich and
200 poor), to compete on equal terms on the Internet.&lt;/p&gt;
201
202 &lt;p&gt;Visit the &lt;a href=&quot;http://opus-codec.org/&quot;&gt;Opus project page&lt;/a&gt; if
203 you want to learn more about the solution.&lt;/p&gt;
204 </description>
205 </item>
206
207 <item>
208 <title>Git repository for song book for Computer Scientists</title>
209 <link>http://people.skolelinux.org/pere/blog/Git_repository_for_song_book_for_Computer_Scientists.html</link>
210 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Git_repository_for_song_book_for_Computer_Scientists.html</guid>
211 <pubDate>Fri, 7 Sep 2012 13:50:00 +0200</pubDate>
212 <description>&lt;p&gt;As I
213 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html&quot;&gt;mentioned
214 this summer&lt;/a&gt;, I have created a Computer Science song book a few
215 years ago, and today I finally found time to create a public
216 &lt;a href=&quot;https://gitorious.org/pere-cs-songbook/pere-cs-songbook&quot;&gt;Gitorious
217 repository for the project&lt;/a&gt;.&lt;/p&gt;
218
219 &lt;p&gt;If you want to help out, please clone the source and submit patches
220 to the HTML version. To generate the PDF and PostScript version,
221 please use prince XML, or let me know about a useful free software
222 processor capable of creating a good looking PDF from the HTML.&lt;/p&gt;
223
224 &lt;p&gt;Want to sing? You can still find the song book in HTML, PDF and
225 PostScript formats at
226 &lt;a href=&quot;http://www.hungry.com/~pere/cs-songbook/&quot;&gt;Petter&#39;s Computer
227 Science Songbook&lt;/a&gt;.&lt;/p&gt;
228 </description>
229 </item>
230
231 <item>
232 <title>Mer oppfølging fra MPEG-LA om avtale med dem for å kringkaste og publisere H.264-video</title>
233 <link>http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
234 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Mer_oppf_lging_fra_MPEG_LA_om_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
235 <pubDate>Thu, 5 Jul 2012 23:50:00 +0200</pubDate>
236 <description>&lt;p&gt;I føljetongen om H.264
237 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html&quot;&gt;forlot
238 jeg leserne i undring&lt;/a&gt; om hvor pakken fra MPEG-LA tok veien, og om
239 hvilke selskaper i Norge som har avtale med MPEG-LA. Da Ryan hos
240 MPEG-LA dro på ferie sendte jeg min melding videre til hans kollega,
241 og dagen etter fikk jeg følgende svar derfra:&lt;/p&gt;
242
243 &lt;p&gt;&lt;blockquote&gt;
244 &lt;p&gt;Date: Fri, 29 Jun 2012 18:32:34 +0000
245 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
246 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
247 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
248 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
249
250 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
251
252 &lt;p&gt;Thank you for your message. As you know, Ryan is currently our of the
253 office, so it will be my pleasure to assist you.&lt;/p&gt;
254
255 &lt;p&gt;Per your request, attached please find an electronic copy of the
256 AVC Patent Portfolio License. Please note that the electronic copy of
257 the License is provided as a convenience and for informational
258 purposes only. When concluding the Licenses, only the hard copies
259 provided by MPEG LA may be used.&lt;/p&gt;
260
261 &lt;p&gt;To your question, MPEG LA lists our Licensees on our website
262 according to each program. The lists are in alphabetical order, so it
263 is very easy to search.&lt;/p&gt;
264
265 &lt;p&gt;I hope that this was helpful. If we can be of additional
266 assistance, please let me know.&lt;/p&gt;
267
268 &lt;p&gt;Kind regards,&lt;/p&gt;
269
270 &lt;p&gt;Sidney A. Wolf
271 &lt;br&gt;Manager, Global Licensing
272 &lt;br&gt;MPEG LA&lt;/p&gt;
273 &lt;/blockquote&gt;&lt;/p&gt;
274
275 &lt;p&gt;Selv om et epostvedlegg er nyttig for mottakeren, så håpet jeg å få
276 et dokument jeg kunne dele med alle leserne av bloggen min, og ikke et
277 som må deles på individuell basis. Opphavsretten krever godkjenning
278 fra rettighetsinnehaver før en kan gjøre slikt, så dermed fulgte jeg
279 opp med et spørsmål om dette var greit.&lt;/p&gt;
280
281 &lt;p&gt;&lt;blockquote&gt;
282 &lt;p&gt;Date: Wed, 4 Jul 2012 20:25:06 +0200
283 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
284 &lt;br&gt;To: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
285 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
286 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
287
288 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
289
290 &lt;p&gt;[Sidney Wolf]
291 &lt;br&gt;&amp;gt; Per your request, attached please find an electronic copy of the AVC
292 &lt;br&gt;&amp;gt; Patent Portfolio License. Please note that the electronic copy of
293 &lt;br&gt;&amp;gt; the License is provided as a convenience and for informational
294 &lt;br&gt;&amp;gt; purposes only. When concluding the Licenses, only the hard copies
295 &lt;br&gt;&amp;gt; provided by MPEG LA may be used.&lt;/p&gt;
296
297 &lt;p&gt;This is useful for me to learn, but the reason I asked for the
298 Internet address of the licensing document was to ensure I could
299 publish a link to it when I discuss the topic of H.264 licensing here
300 in Norway, and allow others to verify my observations. I can not do
301 the same with an email attachment. Thus I would like to ask you if it
302 is OK with MPEG LA that I publish this document on the Internet for
303 others to read?&lt;/p&gt;
304
305 &lt;p&gt;&amp;gt; To your question, MPEG LA lists our Licensees on our website
306 &lt;br&gt;&amp;gt; according to each program. The lists are in alphabetical order, so
307 &lt;br&gt;&amp;gt; it is very easy to search.&lt;/p&gt;
308
309 &lt;p&gt;I am afraid this do not help me locate Norwegian companies in the
310 list of Licensees. I do not know the name of all companies and
311 organisations in Norway, and thus do not know how to locate the
312 Norwegian ones on that list.&lt;/p&gt;
313
314 &lt;p&gt;&amp;gt; I hope that this was helpful. If we can be of additional assistance,
315 &lt;br&gt;&amp;gt; please let me know.&lt;/p&gt;
316
317 &lt;p&gt;Absoutely helpful to learn more about how MPEG LA handle licensing.&lt;/p&gt;
318
319 &lt;p&gt;--
320 &lt;br&gt;Happy hacking
321 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
322 &lt;/blockquote&gt;&lt;/p&gt;
323
324 &lt;p&gt;Jeg håpet også at det skulle være mulig å få vite hvilke av de
325 mange hundre som har avtale med MPEG-LA om bruk av H.264 som holdt til
326 i Norge. Begge mine håp falt i grus med svaret fra MPEG-LA.
327
328 &lt;p&gt;&lt;blockquote&gt;
329 &lt;p&gt;Date: Thu, 5 Jul 2012 17:42:39 +0000
330 &lt;br&gt;From: Sidney Wolf &amp;lt;SWolf (at) mpegla.com&amp;gt;
331 &lt;br&gt;To: &#39;Petter Reinholdtsen&#39; &amp;lt;pere (at) hungry.com&amp;gt;
332 &lt;br&gt;Cc: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
333 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
334
335 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
336
337 &lt;p&gt;Thank you for your reply.&lt;/p&gt;
338
339 &lt;p&gt;We appreciate the additional explanation you have provided and for
340 asking our permission to publish the electronic copy of the License in
341 advance of doing so. Typically, MPEG LA prefers to distribute the
342 electronic copies of our Licenses to interested parties. Therefore,
343 please feel free to send interested parties to the AVC portion of our
344 website, http://www.mpegla.com/main/programs/AVC/Pages/Intro.aspx for
345 their further reference.&lt;/p&gt;
346
347 &lt;p&gt;As previously mentioned, MPEG LA maintains a list of Licensees in good
348 standing on our website according to each program. Due to the large
349 volume of Licensees, it would be administratively impractical to
350 provide this level of detail to interested parties. Therefore, I am
351 afraid we are not in a position to assist you with your request.&lt;/p&gt;
352
353 &lt;p&gt;Kind regards,&lt;/p&gt;
354
355 &lt;p&gt;Sidney A. Wolf
356 &lt;br&gt;Manager, Global Licensing
357 &lt;br&gt;MPEG LA&lt;/p&gt;
358 &lt;/blockquote&gt;&lt;/p&gt;
359
360 &lt;p&gt;Men takket være epostvedlegget kunne jeg søke på Google etter
361 setningen &quot;WHEREAS, a video standard commonly referred to as AVC has
362 been defined and is referred to in this Agreement as the “AVC
363 Standard” (as more fully defined herein below)&quot; som finnes i avtalen,
364 og lokalisere en kopi fra 2007 av
365 &lt;a href=&quot;http://www.sec.gov/Archives/edgar/data/1342960/000119312509050004/dex1024.htm&quot;&gt;lisensavtalen
366 mellom MPEG-LA og DivX, Inc.&lt;/a&gt;, slik at mine lesere kan se hvordan
367 avtalen så ut da. Jeg har ikke sammenlignet tekstene for å se om noe
368 har endret seg siden den tid, men satser på at teksten er representativ.&lt;/p&gt;
369
370 &lt;p&gt;Jeg aner fortsatt ikke hvor FedEx tok veien med pakken fra
371 MPEG-LA.&lt;/p&gt;
372
373 &lt;p&gt;Update 2012-07-06: Jeg er visst ikke den første som forsøker å få
374 klarhet i problemstillinger rundt H.264, og kom nettopp over en veldig
375 interessant bloggpost fra 2010 hos LibreVideo med tittelen
376 &quot;&lt;a href=&quot;http://www.librevideo.org/blog/2010/06/14/mpeg-la-answers-some-questions-about-avch-264-licensing/&quot;&gt;MPEG-LA
377 answers some questions about AVC/H.264 licensing&lt;/a&gt;. Anbefales!&lt;/p&gt;
378 </description>
379 </item>
380
381 <item>
382 <title>Departementenes servicesenter har ingen avtale om bruk av H.264 med MPEG-LA</title>
383 <link>http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</link>
384 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html</guid>
385 <pubDate>Fri, 29 Jun 2012 09:40:00 +0200</pubDate>
386 <description>&lt;p&gt;Da fikk jeg nettopp svar fra
387 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes servicesenter&lt;/a&gt;
388 (DSS) på
389 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;mitt
390 spørsmål om avtale rundt bruk av H.264&lt;/a&gt;. De har ingen avtale med
391 MPEG LA eller dets representanter. Her er svaret.
392
393 &lt;p&gt;&lt;blockquote&gt;
394
395 &lt;p&gt;Date: Fri, 29 Jun 2012 07:04:42 +0000
396 &lt;br&gt;From: Nielsen Mette Haga &amp;lt;Mette-Haga.Nielsen (at) dss.dep.no&amp;gt;
397 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;petter.reinholdtsen (at) ...&amp;gt;
398 &lt;br&gt;CC: Postmottak &amp;lt;Postmottak (at) dss.dep.no&amp;gt;
399 &lt;br&gt;Subject: SV: Innsynsbegjæring om MPEG/H.264-relaterte avtaler&lt;/p&gt;
400
401 &lt;p&gt;DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
402 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
403 levert av Smartcom:tv. Lisensforholdet rundt H.264 er ikke omtalt i
404 vår avtale med Smartcom.&lt;/p&gt;
405
406 &lt;p&gt;Vennlig hilsen&lt;/p&gt;
407
408 &lt;p&gt;Mette Haga Nielsen
409 &lt;br&gt;Fung. seksjonssjef&lt;/p&gt;
410
411 &lt;p&gt;Departementenes servicesenter&lt;/p&gt;
412
413 &lt;p&gt;Informasjonsforvaltning
414
415 &lt;p&gt;Mobil 93 09 83 51
416 &lt;br&gt;E-post mette-haga.nielsen (at) dss.dep.no&lt;/p&gt;
417 &lt;/blockquote&gt;&lt;/p&gt;
418
419 &lt;p&gt;Hvis den norske regjeringen representert ved DSS ikke har slik
420 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
421 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
422 minste interessant å vite at hverken NRK eller DSS har funnet det
423 nødvendig å ha avtale om bruk av H.264.&lt;/p&gt;
424
425 &lt;p&gt;Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
426 til bruk av opphavsrettsbeskyttet materiale de bruker til
427 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
428 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
429 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.&lt;/p&gt;
430 </description>
431 </item>
432
433 <item>
434 <title>MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H.264-video</title>
435 <link>http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</link>
436 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html</guid>
437 <pubDate>Thu, 28 Jun 2012 20:00:00 +0200</pubDate>
438 <description>&lt;p&gt;Etter at NRK
439 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html&quot;&gt;nektet
440 å spore opp eventuell avtale med MPEG-LA&lt;/a&gt; eller andre om bruk av
441 MPEG/H.264-video etter at jeg &lt;a
442 href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;ba
443 om innsyn i slike avtaler&lt;/a&gt;, tenkte jeg at i stedet for å forsøke å
444 få NRK til å finne en slik avtale, så burde det være like enkelt å
445 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
446 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
447 &quot;in Good Standing&quot; befant seg. MPEG-LA svarte meg i dag, og kan
448 fortelle at NRK ikke har noen avtale med dem, så da er i det minste det
449 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
450 med MPEG-LA for å streame H.264, men deres rammer er jo
451 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
452 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
453 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
454 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
455 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
456 jurister har vurdert dette, og at det er mulig å få tilgang til
457 vurderingen uansett om de trenger en avtale eller ikke.&lt;/p&gt;
458
459 &lt;p&gt;Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
460 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
461 MPEG-LA.&lt;/p&gt;
462
463 &lt;p&gt;&lt;blockquote&gt;
464 &lt;p&gt;Date: Mon, 25 Jun 2012 15:29:37 +0200
465 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
466 &lt;br&gt;To: licensing-web (at) mpegla.com
467 &lt;br&gt;Subject: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
468
469 &lt;p&gt;Hi. I have a small question for you, that I hope it is OK that I
470 ask.&lt;/p&gt;
471
472 &lt;p&gt;Is there any license agreements between MPEG-LA and NRK, &amp;lt;URL:
473 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;http://www.nrk.no/&lt;/a&gt; &amp;gt;, the
474 Norwegian national broadcasting cooperation? I am not sure if they
475 need one, and am just curious if such agreeement exist.&lt;/p&gt;
476
477 &lt;p&gt;The postal address is&lt;/p&gt;
478
479 &lt;p&gt;&lt;blockquote&gt;
480 NRK
481 &lt;br&gt;Postbox 8500, Majorstuen
482 &lt;br&gt;0340 Oslo
483 &lt;br&gt;Norway
484 &lt;/blockquote&gt;&lt;/p&gt;
485
486 &lt;p&gt;if it make it easier for you to locate such agreement.&lt;/p&gt;
487
488 &lt;p&gt;Can you tell me how many entities in Norway have an agreement with
489 MPEG-LA, and the name of these entities?&lt;/p&gt;
490
491 &lt;p&gt;--
492 &lt;br&gt;Happy hacking
493 &lt;br&gt;Petter Reinholdtsen
494 &lt;/blockquote&gt;&lt;/p&gt;
495
496 &lt;p&gt;I dag, to dager senere, fikk jeg følgende svar:&lt;/p&gt;
497
498 &lt;p&gt;&lt;blockquote&gt;
499 &lt;p&gt;Date: Thu, 28 Jun 2012 14:11:17 +0000
500 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&gt;
501 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&gt;
502 &lt;br&gt;CC: MD Administration &amp;lt;MDAdministration (at) mpegla.com&gt;
503 &lt;br&gt;Subject: RE: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
504
505 &lt;p&gt;Dear Mr. Reinholdtsen,&lt;/p&gt;
506
507 &lt;p&gt;Thank you for your message and for your interest in MPEG LA. We
508 appreciate hearing from you and I will be happy to assist you.&lt;/p&gt;
509
510 &lt;p&gt;To begin, I will assume that you are referring to AVC/H.264
511 technology in your message below, as this technology is commonly used
512 in the transmission of video content. In that case, please allow me
513 to briefly summarize the coverage provided by our AVC Patent Portfolio
514 License.&lt;/p&gt;
515
516 &lt;P&gt;Our AVC License provides coverage for end products and video
517 services that make use of AVC/H.264 technology. Accordingly, the
518 party offering such end products and video to End Users concludes the
519 AVC License and is responsible for paying the applicable royalties
520 associated with the end products/video they offer.&lt;/p&gt;
521
522 &lt;p&gt;While the Norwegian Broadcast Corporation (NRK) is not currently a
523 Licensee to MPEG LA&#39;s AVC License (or any other Portfolio License
524 offered by MPEG LA), if NRK offers AVC Video to End Users for
525 remuneration (for example, Title-by-Title, Subscription, Free
526 Television, or Internet Broadcast AVC Video), then NRK will need to
527 conclude the AVC License and may be responsible for paying applicable
528 royalties associated with the AVC Video it distributes.&lt;/p&gt;
529
530 &lt;p&gt;Today I will send you a FedEx package containing a copy of our AVC
531 License for your review. You should receive the License document
532 within the next few days.&lt;/p&gt;
533
534 &lt;p&gt;Meanwhile, MPEG LA currently has several Norwegian Licensees that
535 can be found under the &quot;Licensees&quot; header within the respective
536 portion of our website. For example, you may find our list of
537 Licensees in Good Standing to our AVC License in the AVC portion of
538 our website,
539 &lt;a href=&quot;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/a&gt;&lt;/p&gt;
540
541 &lt;p&gt;I hope the above information is helpful. If you have additional
542 questions or need further assistance with the AVC License, please feel
543 free to contact me directly. I look forward to hearing from you again
544 soon.&lt;/p&gt;
545
546 &lt;p&gt;Best regards,&lt;/p&gt;
547
548 &lt;p&gt;Ryan&lt;/p&gt;
549
550 &lt;p&gt;Ryan M. Rodriguez
551 &lt;br&gt;Licensing Associate
552 &lt;br&gt;MPEG LA
553 &lt;br&gt;5425 Wisconsin Avenue
554 &lt;br&gt;Suite 801
555 &lt;br&gt;Chevy Chase, MD 20815
556 &lt;br&gt;U.S.A.
557 &lt;br&gt;Phone: +1 (301) 986-6660 x211
558 &lt;br&gt;Fax: +1 (301) 986-8575
559 &lt;br&gt;Email: rrodriguez (at) mpegla.com&lt;/p&gt;
560
561 &lt;/blockquote&gt;&lt;/p&gt;
562
563 &lt;p&gt;Meldingen om utsendt FedEx-pakke var så merkelig at jeg
564 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
565 da han jo ikke hadde fått noen postadresse som nådde meg.&lt;/p&gt;
566
567 &lt;p&gt;&lt;blockquote&gt;
568
569 &lt;p&gt;Date: Thu, 28 Jun 2012 16:36:15 +0200
570 &lt;br&gt;From: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
571 &lt;br&gt;To: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
572 &lt;br&gt;Cc: MD Administration &amp;lt;MDAdministration (at) mpegla.com&amp;gt;
573 &lt;br&gt;Subject: Re: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
574
575 &lt;p&gt;[Ryan Rodriguez]
576 &lt;br&gt;&amp;gt; Dear Mr. Reinholdtsen,&lt;/p&gt;
577
578 &lt;p&gt;Thank you for your quick reply.&lt;/p&gt;
579
580 &lt;p&gt;&amp;gt; Today I will send you a FedEx package containing a copy of our AVC
581 &lt;br&gt;&amp;gt; License for your review. You should receive the License document
582 &lt;br&gt;&amp;gt; within the next few days.&lt;/p&gt;
583
584 &lt;p&gt;The part about sending a FedEx package confused me, though. I did not
585 &lt;br&gt;give you my address, nor am I associated with NRK in any way, so I hope
586 &lt;br&gt;you did not try to send me a package using the address of NRK. If you
587 &lt;br&gt;would send me the Internet address of to the document, it would be more
588 &lt;br&gt;useful to me to be able to download it as an electronic document.&lt;/p&gt;
589
590 &lt;p&gt;&amp;gt; Meanwhile, MPEG LA currently has several Norwegian Licensees that can
591 &lt;br&gt;&amp;gt; be found under the &quot;Licensees&quot; header within the respective portion
592 &lt;br&gt;&amp;gt; of our website. For example, you may find our list of Licensees in
593 &lt;br&gt;&amp;gt; Good Standing to our AVC License in the AVC portion of our website,
594 &lt;br&gt;&amp;gt; http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx&lt;/p&gt;
595
596 &lt;p&gt;How can I recognize the Norwegian licensees?&lt;/p&gt;
597
598 &lt;p&gt;--
599 &lt;br&gt;Happy hacking
600 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
601 &lt;/blockquote&gt;&lt;/p&gt;
602
603 &lt;p&gt;Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
604 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
605 siste epost. Får håpe noen likevel følger opp &quot;FedEx-pakken&quot;. For å
606 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
607 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
608 Har ikke hørt noe mer 3 timer senere, så jeg mistenker at ingen leste
609 min epost tidsnok.&lt;/p&gt;
610
611 &lt;p&gt;&lt;blockquote&gt;
612
613 &lt;p&gt;Date: Thu, 28 Jun 2012 14:36:20 +0000
614 &lt;br&gt;From: Ryan Rodriguez &amp;lt;RRodriguez (at) mpegla.com&amp;gt;
615 &lt;br&gt;To: Petter Reinholdtsen &amp;lt;pere (at) hungry.com&amp;gt;
616 &lt;br&gt;Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?&lt;/p&gt;
617
618 &lt;p&gt;Thank you for your message.&lt;/p&gt;
619
620 &lt;p&gt;I will be out of the office until Thursday, July 5 and will respond
621 to all messages upon my return. If this is a matter that requires
622 immediate attention, please contact Sidney Wolf (swolf (at)
623 mpegla.com)&lt;/p&gt;
624
625 &lt;p&gt;Best regards,&lt;/p&gt;
626
627 &lt;p&gt;Ryan&lt;/p&gt;
628
629 &lt;p&gt;Ryan M. Rodriguez
630 &lt;br&gt;Licensing Associate
631 &lt;br&gt;MPEG LA&lt;/p&gt;
632
633 &lt;/blockquote&gt;&lt;/p&gt;
634
635 &lt;p&gt;Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
636 som er om en trenger avtale med MPEG-LA for å publisere eller
637 kringkaste H.264-video i Norge.&lt;/p&gt;
638 </description>
639 </item>
640
641 <item>
642 <title>NRK nekter å finne og utlevere eventuell avtale med MPEG-LA</title>
643 <link>http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</link>
644 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html</guid>
645 <pubDate>Mon, 25 Jun 2012 15:10:00 +0200</pubDate>
646 <description>&lt;p&gt;Jeg fikk nettopp svar fra NRK på
647 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html&quot;&gt;min
648 forespørsel om kopi av avtale&lt;/a&gt; med MPEG-LA eller andre om bruk av
649 MPEG og/eller H.264. Svaret har fått saksreferanse 2011/371 (mon tro
650 hva slags sak fra 2011 dette er?) hos NRK og lyder som følger:&lt;/p&gt;
651
652 &lt;p&gt;&lt;blockquote&gt;
653
654 &lt;p&gt;&lt;strong&gt;Svar på innsynsbegjæring i MPEG / H.264-relaterte
655 avtaler&lt;/strong&gt;&lt;/p&gt;
656
657 &lt;p&gt;Viser til innsynsbegjæring av 19. juni 2012. Kravet om innsyn
658 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
659 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
660 H.264».&lt;/p&gt;
661
662 &lt;p&gt;I henhold til offentleglova § 28 annet ledd må innsynskravet gjelde
663 en bestemt sak eller i rimelig utstrekning saker av en bestemt
664 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
665 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
666 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
667 står følgende:&lt;/p&gt;
668
669 &lt;p&gt;«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
670 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
671 at den enkelte saka blir identifisert. Ein kan med andre ord i
672 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
673 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
674 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
675 til dato, partar eller liknande.»&lt;/p&gt;
676
677 &lt;p&gt;Vedrørende denne begrensningen har Justisdepartementet uttalt
678 følgende (Lovavdelingens uttalelser JDLOV-2010-3295):&lt;/p&gt;
679
680 &lt;p&gt;&lt;em&gt;«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
681 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
682 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
683 vanskelege å handsame for forvaltninga.»&lt;/em&gt;&lt;/p&gt;
684
685 &lt;p&gt;I samme sak uttaler Lovavdelingen følgende:&lt;/p&gt;
686
687 &lt;p&gt;&lt;em&gt;«Det følgjer vidare av offentleglova § 28 andre ledd at det `i
688 rimeleg utstrekning&#39; kan krevjast innsyn i `saker av ein bestemt
689 art&#39;. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning&#39; kan
690 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
691 arbeidskrevjande det vil vere å finne fram til dei aktuelle
692 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
693 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
694 mange dokument) at arbeidsmengda som ville gått med til å handsame
695 det, er større enn det ein `i rimeleg utstrekning&#39; kan krevje (sjølv
696 om det nok skal mykje til).»&lt;/em&gt;&lt;/p&gt;
697
698 &lt;p&gt;NRK har ikke noen egen sammenstilling over avtaler innenfor
699 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
700 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
701 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
702 gjelder for utstyr som bruker MPEG og/eller H.264». En slik
703 gjennomgang av avtaler måtte gjøres manuelt av en person med
704 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
705 ressurser for å finne frem relevante avtaler og for deretter å vurdere
706 om de dekkes av det innsynsbegjæringen omfattes.&lt;/p&gt;
707
708 &lt;p&gt;På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
709 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
710 vil være langt større enn det som i rimelig utstrekning kan kreves i
711 henhold til offentleglova § 28 annet ledd.&lt;/p&gt;
712
713 &lt;p&gt;Avslag på deres innsynsbegjæring kan påklages til Kultur- og
714 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
715 frem til mottakeren, i henhold til reglene i offentleglova § 32,
716 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
717 kirkedepartementet, og sendes til NRK.&lt;/p&gt;
718
719 &lt;p&gt;NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
720 slik at en eventuell søknad om innsyn kan tydeligere identifisere
721 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
722 for inneværende og forrige måned ligger ute på
723 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
724 på forespørsel til innsyn (at) nrk.no.&lt;/p&gt;
725
726 &lt;p&gt;Med hilsen
727 &lt;br&gt;Dokumentarkivet i NRK
728 &lt;br&gt;v/ Elin Brandsrud
729 &lt;br&gt;Tel. direkte: 23 04 29 29
730 &lt;br&gt;Post: RBM3, Postboks 8500 Majorstuen, 0340 Oslo
731 &lt;br&gt;innsyn (at) nrk.no&lt;/p&gt;
732
733 &lt;/blockquote&gt;&lt;/p&gt;
734
735 &lt;p&gt;Svaret kom
736 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf&quot;&gt;i
737 PDF-form som vedlegg på epost&lt;/a&gt;. Jeg er litt usikker på hvordan jeg
738 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
739 på å vurdere om jeg skal klage. Enten må nok forespørselen
740 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
741 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
742 burde jo være noen i ledelsen som vet om de har signert en avtale med
743 MPEG-LA eller ikke...&lt;/p&gt;
744
745 &lt;p&gt;Oppdatering 2012-06-25 20:20: Et google-søk på &quot;2011/371 nrk&quot;
746 sendte meg til postjournalen for
747 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf&quot;&gt;2012-06-19&lt;/a&gt;
748 og
749 &lt;a href=&quot;http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf&quot;&gt;2012-06-20&lt;/a&gt;
750 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
751 er &quot;Graphic Systems Regions MA 2378/10E&quot;. Videre søk etter &quot;Graphic
752 Systems Regions&quot; viser at dette er saken til et anbud om
753 &quot;&lt;a href=&quot;http://no.mercell.com/m/mts/Tender/27179412.aspx&quot;&gt;a graphics
754 system for 12 or 13 sites broadcasting regional news&lt;/a&gt;&quot; hos Mercell
755 Sourcing Service, også omtalt på
756 &lt;a href=&quot;http://www.publictenders.net/tender/595705&quot;&gt;Public
757 Tenders&lt;/a&gt; og
758 &lt;a href=&quot;http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521&quot;&gt;Doffin&lt;/a&gt;.
759 Jeg er dog usikker på hvordan dette er relatert til min
760 forespørsel.&lt;/p&gt;
761
762 &lt;p&gt;Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
763 miljøet rundt
764 &lt;a href=&quot;http://code.google.com/p/open-broadcast-encoder/&quot;&gt;Open
765 Broadcast Encoder&lt;/a&gt;, at listen over de som har lisensavtale med
766 MPEG-LA er
767 &lt;a href=&quot;http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx&quot;&gt;tilgjengelig
768 på web&lt;/a&gt;. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
769 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
770 flere andre &quot;Broadcasting Company&quot;-oppføringer. Lurer på om det betyr
771 at NRK ikke trenger avtale, eller noe helt annet?&lt;/p&gt;
772 </description>
773 </item>
774
775 <item>
776 <title>Song book for Computer Scientists</title>
777 <link>http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html</link>
778 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Song_book_for_Computer_Scientists.html</guid>
779 <pubDate>Sun, 24 Jun 2012 13:30:00 +0200</pubDate>
780 <description>&lt;p&gt;Many years ago, while studying Computer Science at the
781 &lt;a href=&quot;http://www.uit.no/&quot;&gt;University of Tromsø&lt;/a&gt;, I started
782 collecting computer related songs for use at parties. The original
783 version was written in LaTeX, but a few years ago I got help from
784 Håkon W. Lie, one of the inventors of W3C CSS, to convert it to HTML
785 while keeping the ability to create a nice book in PDF format. I have
786 not had time to maintain the book for a while now, and guess I should
787 put it up on some public version control repository where others can
788 help me extend and update the book. If anyone is volunteering to help
789 me with this, send me an email. Also let me know if there are songs
790 missing in my book.&lt;/p&gt;
791
792 &lt;p&gt;I have not mentioned the book on my blog so far, and it occured to
793 me today that I really should let all my readers share the joys of
794 singing out load about programming, computers and computer networks.
795 Especially now that &lt;a href=&quot;http://debconf12.debconf.org/&quot;&gt;Debconf
796 12&lt;/a&gt; is about to start (and I am not going). Want to sing? Check
797 out &lt;a href=&quot;http://www.hungry.com/~pere/cs-songbook/&quot;&gt;Petter&#39;s
798 Computer Science Songbook&lt;/a&gt;.
799 </description>
800 </item>
801
802 <item>
803 <title>Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</title>
804 <link>http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</link>
805 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html</guid>
806 <pubDate>Thu, 21 Jun 2012 13:40:00 +0200</pubDate>
807 <description>&lt;p&gt;Trengs det avtale med MPEG-LA for å ha lovlig rett til å
808 distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
809 &lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 og MPEG4 er jo ikke en
810 fri og åpen standard&lt;/a&gt; i henhold til
811 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html&quot;&gt;definisjonen
812 til Digistan&lt;/a&gt;, så i enkelte land er det ingen tvil om at du må ha
813 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
814 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
815 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
816 nødvendig, så har store aktører som
817 &lt;a href=&quot;http://www.nrk.no/&quot;&gt;NRK&lt;/a&gt; og
818 &lt;a href=&quot;http://www.regjeringen.no/&quot;&gt;regjeringen&lt;/a&gt; skaffet seg en
819 slik avtale. Jeg har derfor sendt forespørsel til begge (for
820 regjeringen sin del er det Departementenes Servicesenter som gjør
821 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
822 og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
823 av MPEG-LA. Her er kopi av eposten jeg har sendt til
824 &lt;a href=&quot;http://www.dss.dep.no/&quot;&gt;Departementenes Servicesenter&lt;/a&gt;.
825 Forespørselen til NRK er veldig lik.&lt;/p&gt;
826
827 &lt;p&gt;&lt;blockquote&gt;
828
829 &lt;p&gt;Date: Tue, 19 Jun 2012 15:18:33 +0200
830 &lt;br&gt;From: Petter Reinholdtsen
831 &lt;br&gt;To: postmottak@dss.dep.no
832 &lt;br&gt;Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
833
834 &lt;p&gt;Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
835 til avtaler rundt bruk av videoformatene MPEG og H.264. Jeg er
836 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
837 eller noen som representerer MPEG-LA i Norge.&lt;/p&gt;
838
839 &lt;p&gt;MPEG og H.264 er videoformater som brukes både til kringkasting
840 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
841 via Adobe Flash. MPEG-LA, &amp;lt;URL:
842 &lt;a href=&quot;http://www.mpeg-la.com/&quot;&gt;http://www.mpeg-la.com/&lt;/a&gt; &amp;gt;, er
843 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
844 av immaterielle rettigheter knyttet til MPEG og H.264, å selge
845 bruksrett for MPEG og H.264.&lt;/p&gt;
846
847 &lt;p&gt;Via regjeringen.no kringkastes med MPEG og H.264-baserte
848 videoformater, og dette ser ut til å være organisert av DSS. Jeg
849 antar dermed at DSS har avtale med en eller annen aktør om dette.&lt;/p&gt;
850
851 &lt;p&gt;F.eks. har Adobe Premiere Pro har følgende klausul i følge &amp;lt;URL:
852 &lt;a href=&quot;http://news.cnet.com/8301-30685_3-20000101-264.html&quot;&gt;http://news.cnet.com/8301-30685_3-20000101-264.html&lt;/a&gt;
853 &amp;gt;:&lt;/p&gt;
854
855 &lt;p&gt;&lt;blockquote&gt;
856
857 &lt;p&gt;6.17. AVC DISTRIBUTION. The following notice applies to software
858 containing AVC import and export functionality: THIS PRODUCT IS
859 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
860 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
861 WITH THE AVC STANDARD (&quot;AVC VIDEO&quot;) AND/OR (b) DECODE AVC VIDEO THAT
862 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
863 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
864 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
865 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
866 FROM MPEG LA L.L.C. SEE
867 &lt;a href=&quot;http://www.mpegla.com&quot;&gt;http://www.mpegla.com&lt;/a&gt;.&lt;/p&gt;
868
869 &lt;/blockquote&gt;&lt;/p&gt;
870
871 &lt;p&gt;Her er det kun &quot;non-commercial&quot; og &quot;personal and non-commercial&quot;
872 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.&lt;/p&gt;
873
874 &lt;p&gt;Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
875 følgende klausul i følge &amp;lt;URL:
876 &lt;a href=&quot;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&quot;&gt;http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf&lt;/a&gt;
877 &amp;gt;:&lt;/p&gt;
878
879 &lt;p&gt;&lt;blockquote&gt;
880
881 &lt;p&gt;15. Merknad om H.264/AVC. Hvis Apple-programvaren inneholder
882 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
883 kommersiell bruk ekstra lisensiering og følgende gjelder:
884 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
885 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
886 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (&quot;AVC-VIDEO&quot;)
887 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
888 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
889 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
890 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
891 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.&lt;/p&gt;
892 &lt;/blockquote&gt;&lt;/p&gt;
893
894 &lt;p&gt;Tilsvarende gjelder for andre programvarepakker, kamera, etc som
895 bruker MPEG og H.264, at en må ha en avtale med MPEG-LA for å ha lov
896 til å bruke programmet/utstyret hvis en skal lage noe annet enn
897 private filmer og i ikke-kommersiell virksomhet.&lt;/p&gt;
898
899 &lt;p&gt;Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
900 ikke er begrenset av de generelle bruksvilkårene som gjelder for
901 utstyr som bruker MPEG og/eller H.264.&lt;/p&gt;
902 &lt;/blockquote&gt;&lt;/p&gt;
903
904 &lt;p&gt;Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
905 her.&lt;/p&gt;
906 </description>
907 </item>
908
909 <item>
910 <title>HTC One X - Your video? What do you mean?</title>
911 <link>http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</link>
912 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html</guid>
913 <pubDate>Thu, 26 Apr 2012 13:20:00 +0200</pubDate>
914 <description>&lt;p&gt;In &lt;a href=&quot;http://www.idg.no/computerworld/article243690.ece&quot;&gt;an
915 article today&lt;/a&gt; published by Computerworld Norway, the photographer
916 &lt;a href=&quot;http://www.urke.com/eirik/&quot;&gt;Eirik Helland Urke&lt;/a&gt; reports
917 that the video editor application included with
918 &lt;a href=&quot;http://www.htc.com/www/smartphones/htc-one-x/#specs&quot;&gt;HTC One
919 X&lt;/a&gt; have some quite surprising terms of use. The article is mostly
920 based on the twitter message from mister Urke, stating:
921
922 &lt;p&gt;&lt;blockquote&gt;
923 &quot;&lt;a href=&quot;http://twitter.com/urke/status/194062269724897280&quot;&gt;Drøy
924 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
925 kan jeg KUN bruke dem privat.&lt;/a&gt;&quot;
926 &lt;/blockquote&gt;&lt;/p&gt;
927
928 &lt;p&gt;I quickly translated it to this English message:&lt;/p&gt;
929
930 &lt;p&gt;&lt;blockquote&gt;
931 &quot;Arrogant user agreement: HTC can use MY edited videos
932 commercially. Although I can ONLY use them privately.&quot;
933 &lt;/blockquote&gt;&lt;/p&gt;
934
935 &lt;p&gt;I&#39;ve been unable to find the text of the license term myself, but
936 suspect it is a variation of the MPEG-LA terms I
937 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;discovered
938 with my Canon IXUS 130&lt;/a&gt;. The HTC One X specification specifies that
939 the recording format of the phone is .amr for audio and .mp3 for
940 video. AMR is
941 &lt;a href=&quot;http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues&quot;&gt;Adaptive
942 Multi-Rate audio codec&lt;/a&gt; with patents which according to the
943 Wikipedia article require an license agreement with
944 &lt;a href=&quot;http://www.voiceage.com/&quot;&gt;VoiceAge&lt;/a&gt;. MP4 is
945 &lt;a href=&quot;http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Patent_licensing&quot;&gt;MPEG4 with
946 H.264&lt;/a&gt;, which according to Wikipedia require a licence agreement
947 with &lt;a href=&quot;http://www.mpegla.com/&quot;&gt;MPEG-LA&lt;/a&gt;.&lt;/p&gt;
948
949 &lt;p&gt;I know why I prefer
950 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and open
951 standards&lt;/a&gt; also for video.&lt;/p&gt;
952 </description>
953 </item>
954
955 <item>
956 <title>RAND terms - non-reasonable and discriminatory</title>
957 <link>http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</link>
958 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html</guid>
959 <pubDate>Thu, 19 Apr 2012 22:20:00 +0200</pubDate>
960 <description>&lt;p&gt;Here in Norway, the
961 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad.html?id=339&quot;&gt; Ministry of
962 Government Administration, Reform and Church Affairs&lt;/a&gt; is behind
963 a &lt;a href=&quot;http://standard.difi.no/forvaltningsstandarder&quot;&gt;directory of
964 standards&lt;/a&gt; that are recommended or mandatory for use by the
965 government. When the directory was created, the people behind it made
966 an effort to ensure that everyone would be able to implement the
967 standards and compete on equal terms to supply software and solutions
968 to the government. Free software and non-free software could compete
969 on the same level.&lt;/p&gt;
970
971 &lt;p&gt;But recently, some standards with RAND
972 (&lt;a href=&quot;http://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing&quot;&gt;Reasonable
973 And Non-Discriminatory&lt;/a&gt;) terms have made their way into the
974 directory. And while this might not sound too bad, the fact is that
975 standard specifications with RAND terms often block free software from
976 implementing them. The reasonable part of RAND mean that the cost per
977 user/unit is low,and the non-discriminatory part mean that everyone
978 willing to pay will get a license. Both sound great in theory. In
979 practice, to get such license one need to be able to count users, and
980 be able to pay a small amount of money per unit or user. By
981 definition, users of free software do not need to register their use.
982 So counting users or units is not possible for free software projects.
983 And given that people will use the software without handing any money
984 to the author, it is not really economically possible for a free
985 software author to pay a small amount of money to license the rights
986 to implement a standard when the income available is zero. The result
987 in these situations is that free software are locked out from
988 implementing standards with RAND terms.&lt;/p&gt;
989
990 &lt;p&gt;Because of this, when I see someone claiming the terms of a
991 standard is reasonable and non-discriminatory, all I can think of is
992 how this really is non-reasonable and discriminatory. Because free
993 software developers are working in a global market, it does not really
994 help to know that software patents are not supposed to be enforceable
995 in Norway. The patent regimes in other countries affect us even here.
996 I really hope the people behind the standard directory will pay more
997 attention to these issues in the future.&lt;/p&gt;
998
999 &lt;p&gt;You can find more on the issues with RAND, FRAND and RAND-Z terms
1000 from Simon Phipps
1001 (&lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/11/rand-not-so-reasonable/&quot;&gt;RAND:
1002 Not So Reasonable?&lt;/a&gt;).&lt;/p&gt;
1003
1004 &lt;p&gt;Update 2012-04-21: Just came across a
1005 &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2012/04/of-microsoft-netscape-patents-and-open-standards/index.htm&quot;&gt;blog
1006 post from Glyn Moody&lt;/a&gt; over at Computer World UK warning about the
1007 same issue, and urging people to speak out to the UK government. I
1008 can only urge Norwegian users to do the same for
1009 &lt;a href=&quot;http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder&quot;&gt;the
1010 hearing taking place at the moment&lt;/a&gt; (respond before 2012-04-27).
1011 It proposes to require video conferencing standards including
1012 specifications with RAND terms.&lt;/p&gt;
1013 </description>
1014 </item>
1015
1016 <item>
1017 <title>Hvordan enkelt laste ned filmer fra NRK</title>
1018 <link>http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html</link>
1019 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html</guid>
1020 <pubDate>Sat, 5 Nov 2011 15:20:00 +0100</pubDate>
1021 <description>&lt;p&gt;Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
1022 å se det senere når jeg ikke er på nett, eller for å ha det
1023 tilgjengelig når jeg en gang i fremtiden ønsker å referere til
1024 innslaget selv om NRK har fjernet det fra sine nettsider. I dag fant
1025 jeg et lite script som fikser jobben.&lt;/p&gt;
1026
1027 &lt;p&gt;Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
1028 &lt;a href=&quot;http://jhthorsen.github.com/snippets/nrk-downloader/&quot;&gt;github&lt;/a&gt;,
1029 og gjør det veldig enkelt å laste ned. Kjør &lt;tt&gt;nrk-downloader.sh
1030 http://www1.nrk.no/nett-tv/klipp/582810&lt;/tt&gt; for å hente ned et enkelt
1031 innslag eller &lt;tt&gt;nrk-downloader.sh
1032 http://www1.nrk.no/nett-tv/kategori/3521&lt;/tt&gt; for å laste ned alle
1033 episodene i en serie.&lt;/p&gt;
1034
1035 &lt;p&gt;Det er ikke rakettforskning å laste ned NRK-&quot;strømmer&quot;, og
1036 tidligere gjorde jeg dette manuelt med mplayer. Scriptet til
1037 Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
1038 at det er en revolusjonerende løsning. Jeg mener jo fortsatt at
1039 påstanden fra NRKs ansatte om at det er
1040 &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html&quot;&gt;vesensforskjellig
1041 å legge tilgjengelig for nedlasting og for streaming&lt;/a&gt; er
1042 meningsløs.&lt;/p&gt;
1043 </description>
1044 </item>
1045
1046 <item>
1047 <title>What is missing in the Debian desktop, or why my parents use Kubuntu</title>
1048 <link>http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html</link>
1049 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_is_missing_in_the_Debian_desktop__or_why_my_parents_use_Kubuntu.html</guid>
1050 <pubDate>Fri, 29 Jul 2011 08:10:00 +0200</pubDate>
1051 <description>&lt;p&gt;While at Debconf11, I have several times during discussions
1052 mentioned the issues I believe should be improved in Debian for its
1053 desktop to be useful for more people. The use case for this is my
1054 parents, which are currently running Kubuntu which solve the
1055 issues.&lt;/p&gt;
1056
1057 &lt;p&gt;I suspect these four missing features are not very hard to
1058 implement. After all, they are present in Ubuntu, so if we wanted to
1059 do this in Debian we would have a source.&lt;/p&gt;
1060
1061 &lt;ol&gt;
1062
1063 &lt;li&gt;&lt;strong&gt;Simple GUI based upgrade of packages.&lt;/strong&gt; When there
1064 are new packages available for upgrades, a icon in the KDE status bar
1065 indicate this, and clicking on it will activate the simple upgrade
1066 tool to handle it. I have no problem guiding both of my parents
1067 through the process over the phone. If a kernel reboot is required,
1068 this too is indicated by the status bars and the upgrade tool. Last
1069 time I checked, nothing with the same features was working in KDE in
1070 Debian.&lt;/li&gt;
1071
1072 &lt;li&gt;&lt;strong&gt;Simple handling of missing Firefox browser
1073 plugins.&lt;/strong&gt; When the browser encounter a MIME type it do not
1074 currently have a handler for, it will ask the user if the system
1075 should search for a package that would add support for this MIME type,
1076 and if the user say yes, the APT sources will be searched for packages
1077 advertising the MIME type in their control file (visible in the
1078 Packages file in the APT archive). If one or more packages are found,
1079 it is a simple click of the mouse to add support for the missing mime
1080 type. If the package require the user to accept some non-free
1081 license, this is explained to the user. The entire process make it
1082 more clear to the user why something do not work in the browser, and
1083 make the chances higher for the user to blame the web page authors and
1084 not the browser for any missing features.&lt;/li&gt;
1085
1086 &lt;li&gt;&lt;strong&gt;Simple handling of missing multimedia codec/format
1087 handlers.&lt;/strong&gt; When the media players encounter a format or codec
1088 it is not supporting, a dialog pop up asking the user if the system
1089 should search for a package that would add support for it. This
1090 happen with things like MP3, Windows Media or H.264. The selection
1091 and installation procedure is very similar to the Firefox browser
1092 plugin handling. This is as far as I know implemented using a
1093 gstreamer hook. The end result is that the user easily get access to
1094 the codecs that are present from the APT archives available, while
1095 explaining more on why a given format is unsupported by Ubuntu.&lt;/li&gt;
1096
1097 &lt;li&gt;&lt;strong&gt;Better browser handling of some MIME types.&lt;/strong&gt; When
1098 displaying a text/plain file in my Debian browser, it will propose to
1099 start emacs to show it. If I remember correctly, when doing the same
1100 in Kunbutu it show the file as a text file in the browser. At least I
1101 know Opera will show text files within the browser. I much prefer the
1102 latter behaviour.&lt;/li&gt;
1103
1104 &lt;/ol&gt;
1105
1106 &lt;p&gt;There are other nice features as well, like the simplified suite
1107 upgrader, but given that I am the one mostly doing the dist-upgrade,
1108 it do not matter much.&lt;/p&gt;
1109
1110 &lt;p&gt;I really hope we could get these features in place for the next
1111 Debian release. It would require the coordinated effort of several
1112 maintainers, but would make the end user experience a lot better.&lt;/p&gt;
1113 </description>
1114 </item>
1115
1116 <item>
1117 <title>Gnash enteres Google Summer of Code 2011</title>
1118 <link>http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html</link>
1119 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html</guid>
1120 <pubDate>Wed, 6 Apr 2011 09:00:00 +0200</pubDate>
1121 <description>&lt;p&gt;&lt;a href=&quot;http://www.getgnash.org/&quot;&gt;The Gnash project&lt;/a&gt; is still
1122 the most promising solution for a Free Software Flash implementation.
1123 A few days ago the project
1124 &lt;a href=&quot;http://lists.gnu.org/archive/html/gnash-dev/2011-04/msg00011.html&quot;&gt;announced&lt;/a&gt;
1125 that it will participate in Google Summer of Code. I hope many
1126 students apply, and that some of them succeed in getting AVM2 support
1127 into Gnash.&lt;/p&gt;
1128 </description>
1129 </item>
1130
1131 <item>
1132 <title>Why isn&#39;t Debian Edu using VLC?</title>
1133 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
1134 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
1135 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
1136 <description>&lt;p&gt;In the latest issue of Linux Journal, the readers choices were
1137 presented, and the winner among the multimedia player were VLC.
1138 Personally, I like VLC, and it is my player of choice when I first try
1139 to play a video file or stream. Only if VLC fail will I drag out
1140 gmplayer to see if it can do better. The reason is mostly the failure
1141 model and trust. When VLC fail, it normally pop up a error message
1142 reporting the problem. When mplayer fail, it normally segfault or
1143 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
1144
1145 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
1146 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
1147 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
1148 plugin to play web videos seamlessly, and the VLC browser plugin is
1149 not very good. For example, it lack in-line control buttons, so there
1150 is no way for the user to pause the video. Also, when I
1151 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
1152 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
1153 failed on several video pages where mplayer based plugins worked. If
1154 the browser plugin for VLC was as good as the gecko-mediaplayer
1155 package (which uses mplayer), we would switch.&lt;/P&gt;
1156
1157 &lt;p&gt;While VLC is a good player, its user interface is slightly
1158 annoying. The most annoying feature is its inconsistent use of
1159 keyboard shortcuts. When the player is in full screen mode, its
1160 shortcuts are different from when it is playing the video in a window.
1161 For example, space only work as pause when in full screen mode. I
1162 wish it had consisten shortcuts and that space also would work when in
1163 window mode. Another nice shortcut in gmplayer is [enter] to restart
1164 the current video. It is very nice when playing short videos from the
1165 web and want to restart it when new people arrive to have a look at
1166 what is going on.&lt;/p&gt;
1167 </description>
1168 </item>
1169
1170 <item>
1171 <title>Best å ikke fortelle noen at streaming er nedlasting...</title>
1172 <link>http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</link>
1173 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html</guid>
1174 <pubDate>Sat, 30 Oct 2010 11:20:00 +0200</pubDate>
1175 <description>&lt;p&gt;I dag la jeg inn en kommentar på en sak hos NRKBeta
1176 &lt;a href=&quot;http://nrkbeta.no/2010/10/27/bakom-blindpassasjer-del-1/&quot;&gt;om
1177 hvordan TV-serien Blindpassasjer ble laget&lt;/a&gt; i forbindelse med at
1178 filmene NRK la ut ikke var tilgjengelig i et
1179 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;fritt og
1180 åpent format&lt;/a&gt;. Dette var det jeg skrev publiserte der 07:39.&lt;/p&gt;
1181
1182 &lt;p&gt;&lt;blockquote&gt;
1183 &lt;p&gt;&quot;Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
1184 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
1185 som dette, vet at det stort sett er mulig å lure ut ting med den
1186 nødvendige forkunnskapen.&quot;&lt;/p&gt;
1187
1188 &lt;p&gt;Haha. Å streame innhold er det samme som å laste ned innhold, så å
1189 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
1190 er å forlede leseren.&lt;/p&gt;
1191
1192 &lt;p&gt;Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
1193 vil tillate streaming men ikke nedlasting meningsløs.&lt;/p&gt;
1194
1195 &lt;p&gt;Anbefaler forresten å lese
1196 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&quot;&gt;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&lt;/a&gt;
1197 om hva som ville være konsekvensen hvis digitale avspillingssperrer
1198 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
1199 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
1200 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
1201 opp under.&lt;/p&gt;
1202 &lt;/blockquote&gt;&lt;/p&gt;
1203
1204 &lt;p&gt;Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
1205 NRKBeta:&lt;/p&gt;
1206
1207 &lt;p&gt;&lt;blockquote&gt;
1208 &lt;p&gt;From: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
1209 &lt;br&gt;To: &quot;pere@hungry.com&quot; &amp;lt;pere@hungry.com&gt;
1210 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;, Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;, Henrik Lied &amp;lt;XXX@gmail.com&gt;
1211 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
1212 &lt;br&gt;Date: Sat, 30 Oct 2010 07:58:44 +0200&lt;/p&gt;
1213
1214 &lt;p&gt;Hei Petter.
1215 &lt;br&gt;Det du forsøker dra igang er egentlig en interessant diskusjon,
1216 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
1217 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
1218 særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
1219
1220 &lt;p&gt;Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
1221 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
1222 konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
1223
1224 &lt;p&gt;Med hilsen,
1225 &lt;br&gt;-anders&lt;/p&gt;
1226
1227 &lt;p&gt;Ring meg om noe er uklart: 95XXXXXXX&lt;/p&gt;
1228 &lt;/blockquote&gt;&lt;/p&gt;
1229
1230 &lt;p&gt;Ble så fascinert over denne holdningen, at jeg forfattet og sendte
1231 over følgende svar. I og med at debatten er fjernet fra NRK Betas
1232 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
1233 Har fjernet epostadresser og telefonnummer til de involverte, for å
1234 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.&lt;/p&gt;
1235
1236 &lt;p&gt;&lt;blockquote&gt;
1237 &lt;p&gt;From: Petter Reinholdtsen &amp;lt;pere@hungry.com&gt;
1238 &lt;br&gt;To: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
1239 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;,
1240 &lt;br&gt; Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;,
1241 &lt;br&gt; Henrik Lied &amp;lt;XXX@gmail.com&gt;
1242 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
1243 &lt;br&gt;Date: Sat, 30 Oct 2010 08:24:34 +0200&lt;/p&gt;
1244
1245 &lt;p&gt;[Anders Hofseth]
1246 &lt;br&gt;&gt; Hei Petter.&lt;/p&gt;
1247
1248 &lt;p&gt;Hei.&lt;/p&gt;
1249
1250 &lt;p&gt;&gt; Det du forsøker dra igang er egentlig en interessant diskusjon, men
1251 &lt;br&gt;&gt; om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
1252 &lt;br&gt;&gt; å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
1253 &lt;br&gt;&gt; særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
1254
1255 &lt;p&gt;Godt å se at du er enig i at dette er en interessant diskusjon. Den
1256 vil nok fortsette en stund til. :)&lt;/p&gt;
1257
1258 &lt;p&gt;Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
1259 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
1260 fortsette å legge ut arkivmateriale.&lt;/p&gt;
1261
1262 &lt;p&gt;Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
1263 faktum, som er at streaming er det samme som nedlasting, og at innhold
1264 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
1265 det.&lt;/p&gt;
1266
1267 &lt;p&gt;Det du sier er jo at klarering av arkivmateriale for publisering på
1268 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
1269 Det er ikke et argument som holder vann. :)&lt;/p&gt;
1270
1271 &lt;p&gt;&gt; Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
1272 &lt;br&gt;&gt; og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
1273 &lt;br&gt;&gt; konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
1274
1275 &lt;p&gt;Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
1276 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
1277 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
1278 godtar å forlede publikum. Ville heller at NRK krever at innhold som
1279 skal sendes skal være uten bruksbegresninger og kan publiseres i
1280 formater som heller ikke har bruksbegresninger (bruksbegresningene til
1281 H.264 burde få varselbjellene i NRK til å ringe).&lt;/p&gt;
1282
1283 &lt;p&gt;At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
1284 påstander om at &quot;streaming beskytter mot nedlasting&quot; som bare er egnet
1285 til å bygge opp om en myte som er skadelig for samfunnet som helhet.&lt;/p&gt;
1286
1287 &lt;p&gt;Anbefaler &amp;lt;URL:&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;http://webmink.com/2010/09/03/h-264-and-foss/&lt;/a&gt;&gt; og en
1288 titt på
1289 &amp;lt;URL: &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&lt;/a&gt; &gt;.
1290 for å se hva slags bruksbegresninger H.264 innebærer.&lt;/p&gt;
1291
1292 &lt;p&gt;Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
1293 kan brukes før rettighetshaverene også innser at de er med på å skade
1294 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
1295 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
1296 langt på overtid.&lt;/p&gt;
1297
1298 &lt;p&gt;&gt; Ring meg om noe er uklart: XXX&lt;/p&gt;
1299
1300 &lt;p&gt;Intet uklart, men ikke imponert over måten dere håndterer debatten på.
1301 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
1302 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
1303 for videre diskusjon hadde dere i mine øyne kommet fra det med
1304 ryggraden på plass.&lt;/p&gt;
1305
1306 &lt;p&gt;PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.&lt;/p&gt;
1307
1308 &lt;p&gt;Som en liten avslutning, her er noen litt morsomme innslag om temaet.
1309 &amp;lt;URL: &lt;a href=&quot;http://www.archive.org/details/CopyingIsNotTheft&quot;&gt;http://www.archive.org/details/CopyingIsNotTheft&lt;/a&gt; &gt; og
1310 &amp;lt;URL: &lt;a href=&quot;http://patentabsurdity.com/&quot;&gt;http://patentabsurdity.com/&lt;/a&gt; &gt; hadde vært noe å kringkaste på
1311 NRK1. :)&lt;/p&gt;
1312
1313 &lt;p&gt;Vennlig hilsen,
1314 &lt;br&gt;--
1315 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
1316 </description>
1317 </item>
1318
1319 <item>
1320 <title>Software updates 2010-10-24</title>
1321 <link>http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</link>
1322 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_updates_2010_10_24.html</guid>
1323 <pubDate>Sun, 24 Oct 2010 22:45:00 +0200</pubDate>
1324 <description>&lt;p&gt;Some updates.&lt;/p&gt;
1325
1326 &lt;p&gt;My &lt;a href=&quot;http://pledgebank.com/gnash-avm2&quot;&gt;gnash pledge&lt;/a&gt; to
1327 raise money for the project is going well. The lower limit of 10
1328 signers was reached in 24 hours, and so far 13 people have signed it.
1329 More signers and more funding is most welcome, and I am really curious
1330 how far we can get before the time limit of December 24 is reached.
1331 :)&lt;/p&gt;
1332
1333 &lt;p&gt;On the #gnash IRC channel on irc.freenode.net, I was just tipped
1334 about what appear to be a great code coverage tool capable of
1335 generating code coverage stats without any changes to the source code.
1336 It is called
1337 &lt;a href=&quot;http://simonkagstrom.github.com/kcov/index.html&quot;&gt;kcov&lt;/a&gt;,
1338 and can be used using &lt;tt&gt;kcov &amp;lt;directory&amp;gt; &amp;lt;binary&amp;gt;&lt;/tt&gt;.
1339 It is missing in Debian, but the git source built just fine in Squeeze
1340 after I installed libelf-dev, libdwarf-dev, pkg-config and
1341 libglib2.0-dev. Failed to build in Lenny, but suspect that is
1342 solvable. I hope kcov make it into Debian soon.&lt;/p&gt;
1343
1344 &lt;p&gt;Finally found time to wrap up the release notes for &lt;a
1345 href=&quot;http://lists.debian.org/debian-edu-announce/2010/10/msg00002.html&quot;&gt;a
1346 new alpha release of Debian Edu&lt;/a&gt;, and just published the second
1347 alpha test release of the Squeeze based Debian Edu /
1348 &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Skolelinux&lt;/a&gt;
1349 release. Give it a try if you need a complete linux solution for your
1350 school, including central infrastructure server, workstations, thin
1351 client servers and diskless workstations. A nice touch added
1352 yesterday is RDP support on the thin client servers, for windows
1353 clients to get a Linux desktop on request.&lt;/p&gt;
1354 </description>
1355 </item>
1356
1357 <item>
1358 <title>Pledge for funding to the Gnash project to get AVM2 support</title>
1359 <link>http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html</link>
1360 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html</guid>
1361 <pubDate>Tue, 19 Oct 2010 14:45:00 +0200</pubDate>
1362 <description>&lt;p&gt;&lt;a href=&quot;http://www.getgnash.org/&quot;&gt;The Gnash project&lt;/a&gt; is the
1363 most promising solution for a Free Software Flash implementation. It
1364 has done great so far, but there is still far to go, and recently its
1365 funding has dried up. I believe AVM2 support in Gnash is vital to the
1366 continued progress of the project, as more and more sites show up with
1367 AVM2 flash files.&lt;/p&gt;
1368
1369 &lt;p&gt;To try to get funding for developing such support, I have started
1370 &lt;a href=&quot;http://www.pledgebank.com/gnash-avm2&quot;&gt;a pledge&lt;/a&gt; with the
1371 following text:&lt;/P&gt;
1372
1373 &lt;p&gt;&lt;blockquote&gt;
1374
1375 &lt;p&gt;&quot;I will pay 100$ to the Gnash project to develop AVM2 support but
1376 only if 10 other people will do the same.&quot;&lt;/p&gt;
1377
1378 &lt;p&gt;- Petter Reinholdtsen, free software developer&lt;/p&gt;
1379
1380 &lt;p&gt;Deadline to sign up by: 24th December 2010&lt;/p&gt;
1381
1382 &lt;p&gt;The Gnash project need to get support for the new Flash file
1383 format AVM2 to work with a lot of sites using Flash on the
1384 web. Gnash already work with a lot of Flash sites using the old AVM1
1385 format, but more and more sites are using the AVM2 format these
1386 days. The project web page is available from
1387 http://www.getgnash.org/ . Gnash is a free software implementation
1388 of Adobe Flash, allowing those of us that do not accept the terms of
1389 the Adobe Flash license to get access to Flash sites.&lt;/p&gt;
1390
1391 &lt;p&gt;The project need funding to get developers to put aside enough
1392 time to develop the AVM2 support, and this pledge is my way to try
1393 to get this to happen.&lt;/p&gt;
1394
1395 &lt;p&gt;The project accept donations via the OpenMediaNow foundation,
1396 &lt;a href=&quot;http://www.openmedianow.org/?q=node/32&quot;&gt;http://www.openmedianow.org/?q=node/32&lt;/a&gt; .&lt;/p&gt;
1397
1398 &lt;/blockquote&gt;&lt;/p&gt;
1399
1400 &lt;p&gt;I hope you will support this effort too. I hope more than 10
1401 people will participate to make this happen. The more money the
1402 project gets, the more features it can develop using these funds.
1403 :)&lt;/p&gt;
1404 </description>
1405 </item>
1406
1407 <item>
1408 <title>Terms of use for video produced by a Canon IXUS 130 digital camera</title>
1409 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</link>
1410 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</guid>
1411 <pubDate>Thu, 9 Sep 2010 23:55:00 +0200</pubDate>
1412 <description>&lt;p&gt;A few days ago I had the mixed pleasure of bying a new digital
1413 camera, a Canon IXUS 130. It was instructive and very disturbing to
1414 be able to verify that also this camera producer have the nerve to
1415 specify how I can or can not use the videos produced with the camera.
1416 Even thought I was aware of the issue, the options with new cameras
1417 are limited and I ended up bying the camera anyway. What is the
1418 problem, you might ask? It is software patents, MPEG-4, H.264 and the
1419 MPEG-LA that is the problem, and our right to record our experiences
1420 without asking for permissions that is at risk.
1421
1422 &lt;p&gt;On page 27 of the Danish instruction manual, this section is
1423 written:&lt;/p&gt;
1424
1425 &lt;blockquote&gt;
1426 &lt;p&gt;This product is licensed under AT&amp;T patents for the MPEG-4 standard
1427 and may be used for encoding MPEG-4 compliant video and/or decoding
1428 MPEG-4 compliant video that was encoded only (1) for a personal and
1429 non-commercial purpose or (2) by a video provider licensed under the
1430 AT&amp;T patents to provide MPEG-4 compliant video.&lt;/p&gt;
1431
1432 &lt;p&gt;No license is granted or implied for any other use for MPEG-4
1433 standard.&lt;/p&gt;
1434 &lt;/blockquote&gt;
1435
1436 &lt;p&gt;In short, the camera producer have chosen to use technology
1437 (MPEG-4/H.264) that is only provided if I used it for personal and
1438 non-commercial purposes, or ask for permission from the organisations
1439 holding the knowledge monopoly (patent) for technology used.&lt;/p&gt;
1440
1441 &lt;p&gt;This issue has been brewing for a while, and I recommend you to
1442 read
1443 &quot;&lt;a href=&quot;http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA&quot;&gt;Why
1444 Our Civilization&#39;s Video Art and Culture is Threatened by the
1445 MPEG-LA&lt;/a&gt;&quot; by Eugenia Loli-Queru and
1446 &quot;&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;H.264 Is Not
1447 The Sort Of Free That Matters&lt;/a&gt;&quot; by Simon Phipps to learn more about
1448 the issue. The solution is to support the
1449 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and
1450 open standards&lt;/a&gt; for video, like &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg
1451 Theora&lt;/a&gt;, and avoid MPEG-4 and H.264 if you can.&lt;/p&gt;
1452 </description>
1453 </item>
1454
1455 <item>
1456 <title>Some notes on Flash in Debian and Debian Edu</title>
1457 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
1458 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
1459 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
1460 <description>&lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
1461 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
1462 second most popular used package that is missing in Debian. The sixth
1463 most popular is flashplayer-mozilla. This is a clear indication that
1464 working flash is important for Debian users. Around 10 percent of the
1465 users submitting data to popcon.debian.org have this package
1466 installed.&lt;/p&gt;
1467
1468 &lt;p&gt;In the report written by Lars Risan in August 2008
1469&lt;a href=&quot;http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&amp;do=view&amp;target=Skolelinux_i_bruk_rapport_1.0.pdf&quot;&gt;Skolelinux
1470 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
1471 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
1472 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
1473 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
1474 web sites require Flash to work, and lacking working Flash support in
1475 the web browser and the problems with installing it was perceived as a
1476 good reason to stay with Windows.&lt;/p&gt;
1477
1478 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
1479 said to be the retarded cousin that did not really understand
1480 everything you told him but could work fairly well. This was a
1481 comment regarding the problems Linux have with proprietary formats and
1482 non-standard web pages, and is sad because it exposes a fairly common
1483 understanding of whose fault it is if web pages that only work in for
1484 example Internet Explorer 6 fail to work on Firefox, and funny because
1485 it explain very well how annoying it is for users when Linux
1486 distributions do not work with the documents they receive or the web
1487 pages they want to visit.&lt;/p&gt;
1488
1489 &lt;p&gt;This is part of the reason why I believe it is important for Debian
1490 and Debian Edu to have a well working Flash implementation in the
1491 distribution, to get at least popular sites as Youtube and Google
1492 Video to working out of the box. For Squeeze, Debian have the chance
1493 to include the latest version of Gnash that will make this happen, as
1494 the new release 0.8.8 was published a few weeks ago and is resting in
1495 unstable. The new version work with more sites that version 0.8.7.
1496 The Gnash maintainers have asked for a freeze exception, but the
1497 release team have not had time to reply to it yet. I hope they agree
1498 with me that Flash is important for the Debian desktop users, and thus
1499 accept the new package into Squeeze.&lt;/p&gt;
1500 </description>
1501 </item>
1502
1503 <item>
1504 <title>Regjerningens oppsummering av høringen om standardkatalogen versjon 2</title>
1505 <link>http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</link>
1506 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html</guid>
1507 <pubDate>Thu, 9 Jul 2009 14:40:00 +0200</pubDate>
1508 <description>&lt;p&gt;For å forstå mer om hvorfor standardkatalogens versjon 2 ble som
1509 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
1510 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
1511 wiki, direkte tilgjengelig via &quot;&lt;a
1512 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon.pdf&quot;&gt;Referansekatalogen
1513 v2.0 - Oppsummering av høring&lt;/a&gt;&quot; og &quot;&lt;a
1514 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon-katalogutkast.pdf&quot;&gt;Referansekatalog
1515 for IT-standarder i offentlig sektor Versjon 2.0, dd.mm.åååå -
1516 UTKAST&lt;/a&gt;&quot;.&lt;/p&gt;
1517
1518 &lt;p&gt;Det er tre ting jeg merker meg i oppsummeringen fra
1519 høringsuttalelsen da jeg skummet igjennom den. Det første er at
1520 forståelsen av hvordan programvarepatenter påvirker fri
1521 programvareutvikling også i Norge når en argumenterer med at
1522 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
1523 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
1524 standard innenfor hvert område. Det siste er at påstander i
1525 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
1526 Microsoft om hvordan Ogg blir standardisert og påstanden fra
1527 politidirektoratet om patentproblemer i Theora).&lt;/p&gt;
1528 </description>
1529 </item>
1530
1531 <item>
1532 <title>Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</title>
1533 <link>http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</link>
1534 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</guid>
1535 <pubDate>Mon, 6 Jul 2009 21:00:00 +0200</pubDate>
1536 <description>&lt;p&gt;Jeg ble glad da regjeringen
1537 &lt;a href=&quot;http://www.digi.no/817635/her-er-statens-nye-it-standarder&quot;&gt;annonserte&lt;/a&gt;
1538 versjon 2 av
1539 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf&quot;&gt;statens
1540 referansekatalog over standarder&lt;/a&gt;, men trist da jeg leste hva som
1541 faktisk var vedtatt etter
1542 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html&quot;&gt;høringen&lt;/a&gt;.
1543 De fleste av de valgte åpne standardene er gode og vil bidra til at
1544 alle kan delta på like vilkår i å lage løsninger for staten, men
1545 noen av dem blokkerer for de som ikke har anledning til å benytte
1546 spesifikasjoner som krever betaling for bruk (såkalt
1547 royalty-betaling). Det gjelder spesifikt for H.264 for video og MP3
1548 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
1549 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
1550 fra statens websider gjøre dette uten å måtte bruke programmer der
1551 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
1552 de statlige etatene å bruke enten H.264 eller Theora (og MP3 eler
1553 Vorbis), så vil en bli tvunget til å forholde seg til
1554 royalty-belastede standarder for å få tilgang til videoen og
1555 lyden.&lt;/p&gt;
1556
1557 &lt;p&gt;Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
1558 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
1559 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
1560 all forståelse for hvilke prinsipper som må følges for å oppnå
1561 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
1562 mot dette i
1563 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2&quot;&gt;sin
1564 høringsuttalelse&lt;/a&gt;, men ser ut til å ha blitt ignorert.&lt;/p&gt;
1565
1566 &lt;p&gt;Oppdatering 2012-06-29: Kom over &lt;ahref=&quot;
1567 http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf&quot;&gt;en
1568 rapport til FAD&lt;/a&gt; fra da versjon 1 av katalogen ble vedtatt, og der
1569 er det tydelig at problemstillingen var kjent og forstått.&lt;/p&gt;
1570 </description>
1571 </item>
1572
1573 <item>
1574 <title>Microsofts misvisende argumentasjon rundt multimediaformater</title>
1575 <link>http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</link>
1576 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</guid>
1577 <pubDate>Fri, 26 Jun 2009 13:30:00 +0200</pubDate>
1578 <description>&lt;p&gt;I
1579 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf&quot;&gt;Microsoft
1580 sin høringsuttalelse&lt;/a&gt; til
1581 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html?id=549422&quot;&gt;forslag
1582 til versjon 2 av statens referansekatalog over standarder&lt;/a&gt;, lirer
1583 de av seg følgende FUD-perle:&lt;/p&gt;
1584
1585 &lt;p&gt;&lt;blockquote&gt;&quot;Vorbis, OGG, Theora og FLAC er alle tekniske
1586 spesifikasjoner overordnet styrt av xiph.org, som er en
1587 ikke-kommersiell organisasjon. Etablerte og anerkjente
1588 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
1589 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
1590 Det er derimot helt opp til hver enkelt organisasjon å bestemme
1591 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
1592 spesifikasjonene bør derfor ikke defineres som åpne
1593 standarder.&quot;&lt;/blockquote&gt;&lt;/p&gt;
1594
1595 &lt;p&gt;De vokter seg vel for å nevne den anerkjente
1596 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
1597 IP og det meste av protokoller på Internet, og RFC-standardene som
1598 IETF står bak. Ogg er spesifisert i
1599 &lt;a href=&quot;http://ietf.org/rfc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, og er uten
1600 tvil å anse som en åpen standard. Vorbis er
1601 &lt;a href=&quot;http://ietf.org/rfc/rfc5215.txt&quot;&gt;RFC 5215&lt;/a&gt;. Theora er
1602
1603 under standardisering via IETF, med
1604 &lt;a href=&quot;http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt&quot;&gt;siste
1605 utkast publisert 2006-07-21&lt;/a&gt; (riktignok er dermed teksten ikke
1606 skrevet i stein ennå, men det blir neppe endringer som ikke er
1607 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
1608 jeg ikke finner tegn til at &lt;a
1609 href=&quot;http://flac.sourceforge.net/format.html&quot;&gt;spesifikasjonen
1610 tilgjengelig på web&lt;/a&gt; er på tur via noen
1611 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
1612 og Vorbis også har involvert seg i Flac siden 2003, så ser jeg ikke
1613 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
1614 til FLAC.&lt;/p&gt;
1615
1616 &lt;p&gt;Uredelig argumentasjon bør en holde seg for god til å komme med,
1617 spesielt når det er så enkelt i dagens Internet-hverdag å gå
1618 misvisende påstander etter i sømmene.&lt;/p&gt;
1619 </description>
1620 </item>
1621
1622 <item>
1623 <title>When web browser developers make a video player...</title>
1624 <link>http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html</link>
1625 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html</guid>
1626 <pubDate>Sat, 17 Jan 2009 18:50:00 +0100</pubDate>
1627 <description>&lt;p&gt;As part of the work we do in &lt;a href=&quot;http://www.nuug.no&quot;&gt;NUUG&lt;/a&gt;
1628 to publish video recordings of our monthly presentations, we provide a
1629 page with embedded video for easy access to the recording. Putting a
1630 good set of HTML tags together to get working embedded video in all
1631 browsers and across all operating systems is not easy. I hope this
1632 will become easier when the &amp;lt;video&amp;gt; tag is implemented in all
1633 browsers, but I am not sure. We provide the recordings in several
1634 formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
1635 browser/media plugin to pick one it support and use it to play the
1636 recording, using whatever embed mechanism the browser understand.
1637 There is at least four different tags to use for this, the new HTML5
1638 &amp;lt;video&amp;gt; tag, the &amp;lt;object&amp;gt; tag, the &amp;lt;embed&amp;gt; tag and
1639 the &amp;lt;applet&amp;gt; tag. All of these take a lot of options, and
1640 finding the best options is a major challenge.&lt;/p&gt;
1641
1642 &lt;p&gt;I just tested the experimental Opera browser available from &lt;a
1643 href=&quot;http://labs.opera.com&quot;&gt;labs.opera.com&lt;/a&gt;, to see how it handled
1644 a &amp;lt;video&amp;gt; tag with a few video sources and no extra attributes.
1645 I was not very impressed. The browser start by fetching a picture
1646 from the video stream. Not sure if it is the first frame, but it is
1647 definitely very early in the recording. So far, so good. Next,
1648 instead of streaming the 76 MiB video file, it start to download all
1649 of it, but do not start to play the video. This mean I have to wait
1650 for several minutes for the downloading to finish. When the download
1651 is done, the playing of the video do not start! Waiting for the
1652 download, but I do not get to see the video? Some testing later, I
1653 discover that I have to add the controls=&quot;true&quot; attribute to be able
1654 to get a play button to pres to start the video. Adding
1655 autoplay=&quot;true&quot; did not help. I sure hope this is a misfeature of the
1656 test version of Opera, and that future implementations of the
1657 &amp;lt;video&amp;gt; tag will stream recordings by default, or at least start
1658 playing when the download is done.&lt;/p&gt;
1659
1660 &lt;p&gt;The test page I used (since changed to add more attributes) is
1661 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/&quot;&gt;available
1662 from the nuug site&lt;/a&gt;. Will have to test it with the new Firefox
1663 too.&lt;/p&gt;
1664
1665 &lt;p&gt;In the test process, I discovered a missing feature. I was unable
1666 to find a way to get the URL of the playing video out of Opera, so I
1667 am not quite sure it picked the Ogg Theora version of the video. I
1668 sure hope it was using the announced Ogg Theora support. :)&lt;/p&gt;
1669 </description>
1670 </item>
1671
1672 <item>
1673 <title>The sorry state of multimedia browser plugins in Debian</title>
1674 <link>http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</link>
1675 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/The_sorry_state_of_multimedia_browser_plugins_in_Debian.html</guid>
1676 <pubDate>Tue, 25 Nov 2008 00:10:00 +0100</pubDate>
1677 <description>&lt;p&gt;Recently I have spent some time evaluating the multimedia browser
1678 plugins available in Debian Lenny, to see which one we should use by
1679 default in Debian Edu. We need an embedded video playing plugin with
1680 control buttons to pause or stop the video, and capable of streaming
1681 all the multimedia content available on the web. The test results and
1682 notes are available on
1683 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;the
1684 Debian wiki&lt;/a&gt;. I was surprised how few of the plugins are able to
1685 fill this need. My personal video player favorite, VLC, has a really
1686 bad plugin which fail on a lot of the test pages. A lot of the MIME
1687 types I would expect to work with any free software player (like
1688 video/ogg), just do not work. And simple formats like the
1689 audio/x-mplegurl format (m3u playlists), just isn&#39;t supported by the
1690 totem and vlc plugins. I hope the situation will improve soon. No
1691 wonder sites use the proprietary Adobe flash to play video.&lt;/p&gt;
1692
1693 &lt;p&gt;For Lenny, we seem to end up with the mplayer plugin. It seem to
1694 be the only one fitting our needs. :/&lt;/p&gt;
1695 </description>
1696 </item>
1697
1698 </channel>
1699 </rss>