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