1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns=
"http://www.w3.org/1999/xhtml" dir=
"ltr">
5 <meta http-equiv=
"Content-Type" content=
"text/html;charset=utf-8" />
6 <title>Petter Reinholdtsen: Entries Tagged video
</title>
7 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/style.css" />
8 <link rel=
"stylesheet" type=
"text/css" media=
"screen" href=
"http://people.skolelinux.org/pere/blog/vim.css" />
9 <link rel=
"alternate" title=
"RSS Feed" href=
"video.rss" type=
"application/rss+xml" />
14 <a href=
"http://people.skolelinux.org/pere/blog/">Petter Reinholdtsen
</a>
21 <h3>Entries tagged "video".
</h3>
25 <a href=
"http://people.skolelinux.org/pere/blog/Software_video_mixer_on_a_USB_stick.html">Software video mixer on a USB stick
</a>
31 <p>The
<a href=
"http://www.nuug.no/">Norwegian Unix User Group
</a> is
32 recording our montly presentation on video, and recently we have
33 worked on improving the quality of the recordings by mixing the slides
34 directly with the video stream. For this, we use the
35 <a href=
"http://dvswitch.alioth.debian.org/">dvswitch
</a> package from
36 the Debian video team. As this require quite one computer per video
37 source, and NUUG do not have enough laptops available, we need to
38 borrow laptops. And to avoid having to install extra software on
39 these borrwed laptops, I have wrapped up all the programs needed on a
40 bootable USB stick. The software required is dvswitch with assosiated
41 source, sink and mixer applications and
42 <a href=
"http://www.kinodv.org/">dvgrab
</a>. To allow this setup to
43 work without any configuration, I've patched dvswitch to use
44 <a href=
"http://www.avahi.org/">avahi
</a> to connect the various parts
45 together. And to allow us to use laptops without firewire plugs, I
46 upgraded dvgrab to the one from Debian/unstable to get one that work
47 with USB sources. We have not yet tested this setup in a production
48 setup, but I hope it will work properly, and allow us to set up a
49 video mixer in a very short time frame. We will need it for
50 <a href=
"http://www.goopen.no/">Go Open
2009</a>.
</p>
52 <p><a href=
"http://www.nuug.no/pub/video/bin/usbstick-dvswitch.img.gz">The
53 USB image
</a> is for a
1 GB memory stick, but can be used on any
54 larger stick as well.
</p>
60 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
65 <div class=
"padding"></div>
69 <a href=
"http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html">When web browser developers make a video player...
</a>
75 <p>As part of the work we do in
<a href=
"http://www.nuug.no">NUUG
</a>
76 to publish video recordings of our monthly presentations, we provide a
77 page with embedded video for easy access to the recording. Putting a
78 good set of HTML tags together to get working embedded video in all
79 browsers and across all operating systems is not easy. I hope this
80 will become easier when the
<video
> tag is implemented in all
81 browsers, but I am not sure. We provide the recordings in several
82 formats, MPEG1, Ogg Theora, H
.264 and Quicktime, and want the
83 browser/media plugin to pick one it support and use it to play the
84 recording, using whatever embed mechanism the browser understand.
85 There is at least four different tags to use for this, the new HTML5
86 <video
> tag, the
<object
> tag, the
<embed
> tag and
87 the
<applet
> tag. All of these take a lot of options, and
88 finding the best options is a major challenge.
</p>
90 <p>I just tested the experimental Opera browser available from
<a
91 href=
"http://labs.opera.com">labs.opera.com
</a>, to see how it handled
92 a
<video
> tag with a few video sources and no extra attributes.
93 I was not very impressed. The browser start by fetching a picture
94 from the video stream. Not sure if it is the first frame, but it is
95 definitely very early in the recording. So far, so good. Next,
96 instead of streaming the
76 MiB video file, it start to download all
97 of it, but do not start to play the video. This mean I have to wait
98 for several minutes for the downloading to finish. When the download
99 is done, the playing of the video do not start! Waiting for the
100 download, but I do not get to see the video? Some testing later, I
101 discover that I have to add the
controls="true" attribute to be able
102 to get a play button to pres to start the video. Adding
103 autoplay="true" did not help. I sure hope this is a misfeature of the
104 test version of Opera, and that future implementations of the
105 <video
> tag will stream recordings by default, or at least start
106 playing when the download is done.
</p>
108 <p>The test page I used (since changed to add more attributes) is
109 <a href=
"http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
110 from the nuug site
</a>. Will have to test it with the new Firefox
113 <p>In the test process, I discovered a missing feature. I was unable
114 to find a way to get the URL of the playing video out of Opera, so I
115 am not quite sure it picked the Ogg Theora version of the video. I
116 sure hope it was using the announced Ogg Theora support. :)
</p>
122 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
127 <div class=
"padding"></div>
131 <a href=
"http://people.skolelinux.org/pere/blog/F_rste_vellykkede_videostr_m_fra_NUUG.html">Første vellykkede videostrøm fra NUUG
</a>
137 <p>Jeg ble glad for å se under
138 <a href=
"http://www.nuug.no/aktiviteter/20090210-compiz/">gårdagens
139 medlemsmøte
</a> i NUUG Oslo at utsending av live-video fra møtet
140 fungerte for første gang. Forrige gang ble det ved en teknisk tabbe
141 sendt video uten lyd. Vi kan takke Ole Kristian Lien og resten av
142 videogruppen i NUUG for at nå NUUG-medlemmer over det ganske land
143 kunne se foredraget samtidig med oss i Oslo. Vi opplevde til og med
144 under møtet å motta spørsmål via IRC som ble besvart der og da.
145 Opptaket publiseres så snart det er kopiert over til NUUGs
146 webserver og komprimert.
</p>
152 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
157 <div class=
"padding"></div>
161 <a href=
"http://people.skolelinux.org/pere/blog/Lisensvalg_for_NUUG_opptakene_endelig_p__plass.html">Lisensvalg for NUUG-opptakene endelig på plass
</a>
167 <p>Etter mange års meditasjon over temaet, har NUUG endelig klart å
168 bestemme seg for hvilken lisens vi skal bruke på videoopptakene som
169 gjøres av NUUGs videogruppe. Ole Kristian har annonsert at lisensen
170 blir
<a href=
"http://creativecommons.org/licenses/by-sa/3.0/no/">Creative
171 Commons Navngivelse-Del på samme vilkår
3.0 Norge
</a>. Jeg er veldig
172 glad for at denne saken endelig er landet. Lisensen for opptaket til
173 Stallman-foredraget ble en annen pga. at lisensvalget ikke var avklart
174 på forhånd og IFI og PING ønsket CC-BY-ND, og må ses på som et unntak
175 i denne sammenhengen.
</p>
181 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
186 <div class=
"padding"></div>
190 <a href=
"http://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr_det.html">Frikanalen og jul i studentrådet
</a>
197 <a href=
"http://lists.nuug.no/pipermail/interesserte/2009-March/000387.html">lanserte
</a>
199 <a href=
"http://www.frikanalen.no">Frikanalen
</a> med
200 <a href=
"http://www.nuug.no/pub/video/frikanalen/frontpage.cgi">åpne
201 standarder
</a>, og resultatet av noen intense uker med arbeide kunne
202 endelig presenteres. Jeg har tro på åpen kanalkonseptet som
203 Frikanalen er et eksempel på, der borgerne får anledning til å
204 kringkaste sitt syn på en åpen og demokratisk måte. Jeg er veldig
205 glad vi har fått gjort kanalen tilgjengelig i Ogg Theora, slik at alle
206 kan få tilgang til opptakene på web, og slipper å måtte installere MS
207 Silverlight for å spille av opptakene.
</p>
209 <p>Frikanalen har en brokete historie, og dagens inkarnasjon er ikke
210 helt slik foreningen Åpen kanal planla det for mange år siden, noe som
211 er bakgrunnen for at det fredag
13. mars
2009 kl
09:
00 starter en
212 rettsak i Oslo tingrett der Kringkasterforeningen (tidligere
213 foreningen Åpen kanal) har saksøkt kulturdepartementet over
214 konsesjonsvilkårene til Frikanalen. Jeg er spent på resultatet.
</p>
216 <p>I arbeidet med Frikanalen med åpne standarder, så har vi hatt glede
217 av å se en rekke av innslagene som er tilgjengelig. Her er mye
218 religiøst sludder, fra
219 <a href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=720">vandring
221 <a href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=779">religiøst
222 vinklede nyheter
</a> til
224 href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=2077">kreasjonisk
225 retorikk
</a>, men også fine
226 <a href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=407">dokumentarer
227 om redningsselskapet
</a> og
228 <a href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=2204">interessante
229 tegneserieanmeldelser
</a>. Det jeg derimot har hatt størst glede av,
232 <a href=
"http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=1556">jul
233 i studentrådet
</a>, der hver episode var en fest å se på. Jeg håper
234 NUUG lykkes med å få ut sine opptak med like stor suksess.
</p>
240 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
245 <div class=
"padding"></div>
249 <a href=
"http://people.skolelinux.org/pere/blog/Recording_video_from_cron_using_VLC.html">Recording video from cron using VLC
</a>
255 <p>One think I have wanted to figure out for a along time is how to
256 run vlc from cron to do recording of video streams on the net. The
257 task is trivial with mplayer, but I do not really trust the security
258 of mplayer (it crashes too often on strange input), and thus prefer
259 vlc. I finally found a way to do it today. I spent an hour or so
260 searching the web for recipes and reading the documentation. The
261 hardest part was to get rid of the GUI window, but after finding the
262 dummy interface, the command line finally presented itself:
</p>
264 <blockquote><pre>URL=http://www.ping.uio.no/video/rms-oslo_2009.ogg
266 DISPLAY= vlc -q $URL \
267 --sout="#duplicate{dst=std{access=file,url='$SAVEFILE'},dst=nodisplay}" \
268 --intf=dummy
</pre></blockquote>
270 <p>The command stream the URL and store it in the SAVEFILE by
271 duplicating the output stream to "nodisplay" and the file, using the
272 dummy interface. The dummy interface and the nodisplay output make
273 sure no X interface is needed.
</p>
275 <p>The cron job then need to start this job with the appropriate URL
276 and file name to save, sleep for the duration wanted, and then kill
277 the vlc process with SIGTERM. Here is a complete script
278 <tt>vlc-record
</tt> to use from
<tt>at
</tt> or
<tt>cron
</tt>:
</p>
280 <blockquote><pre>#!/bin/sh
285 DISPLAY= vlc -q "$URL" \
286 --sout="#duplicate{dst=std{access=file,url='$SAVEFILE'},dst=nodisplay}" \
287 --intf=dummy < /dev/null
> /dev/null
2>&
1 &
291 wait $pid
</pre></blockquote>
297 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
302 <div class=
"padding"></div>
306 <a href=
"http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html">Microsofts misvisende argumentasjon rundt multimediaformater
</a>
313 <a href=
"http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf">Microsoft
314 sin høringsuttalelse
</a> til
315 <a href=
"http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html?id=549422">forslag
316 til versjon
2 av statens referansekatalog over standarder
</a>, lirer
317 de av seg følgende FUD-perle:
</p>
319 <p><blockquote>"Vorbis, OGG, Theora og FLAC er alle tekniske
320 spesifikasjoner overordnet styrt av xiph.org, som er en
321 ikke-kommersiell organisasjon. Etablerte og anerkjente
322 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
323 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
324 Det er derimot helt opp til hver enkelt organisasjon å bestemme
325 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
326 spesifikasjonene bør derfor ikke defineres som åpne
327 standarder."</blockquote></p>
329 <p>De vokter seg vel for å nevne den anerkjente
330 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
331 IP og det meste av protokoller på Internet, og RFC-standardene som
332 IETF står bak. Ogg er spesifisert i
333 <a href=
"http://ietf.org/rfc/rfc3533.txt">RFC
3533</a>, og er uten
334 tvil å anse som en åpen standard. Vorbis er
335 <a href=
"http://ietf.org/rfc/rfc5215.txt">RFC
5215</a>. Theora er
337 under standardisering via IETF, med
338 <a href=
"http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt">siste
339 utkast publisert
2006-
07-
21</a> (riktignok er dermed teksten ikke
340 skrevet i stein ennå, men det blir neppe endringer som ikke er
341 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
342 jeg ikke finner tegn til at
<a
343 href=
"http://flac.sourceforge.net/format.html">spesifikasjonen
344 tilgjengelig på web
</a> er på tur via noen
345 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
346 og Vorbis også har involvert seg i Flac siden
2003, så ser jeg ikke
347 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
350 <p>Uredelig argumentasjon bør en holde seg for god til å komme med,
351 spesielt når det er så enkelt i dagens Internet-hverdag å gå
352 misvisende påstander etter i sømmene.
</p>
358 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
363 <div class=
"padding"></div>
367 <a href=
"http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html">Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon
2</a>
373 <p>Jeg ble glad da regjeringen
374 <a href=
"http://www.digi.no/817635/her-er-statens-nye-it-standarder">annonserte
</a>
376 <a href=
"http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf">statens
377 referansekatalog over standarder
</a>, men trist da jeg leste hva som
378 faktisk var vedtatt etter
379 <a href=
"http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html">høringen
</a>.
380 De fleste av de valgte åpne standardene er gode og vil bidra til at
381 alle kan delta på like vilkår i å lage løsninger for staten, men
382 noen av dem blokkerer for de som ikke har anledning til å benytte
383 spesifikasjoner som krever betaling for bruk (såkalt
384 royalty-betaling). Det gjelder spesifikt for H
.264 for video og MP3
385 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
386 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
387 fra statens websider gjøre dette uten å måtte bruke programmer der
388 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
389 de statlige etatene å bruke enten H
.264 eller Theora (og MP3 eler
390 Vorbis), så vil en bli tvunget til å forholde seg til
391 royalty-belastede standarder for å få tilgang til videoen og
394 <p>Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
395 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
396 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
397 all forståelse for hvilke prinsipper som må følges for å oppnå
398 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
400 <a href=
"http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2">sin
401 høringsuttalelse
</a>, men ser ut til å ha blitt ignorert.
</p>
403 <p>Oppdatering
2012-
06-
29: Kom over
<ahref=
"
404 http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Refkat_v2.pdf">en
405 rapport til FAD
</a> fra da versjon
1 av katalogen ble vedtatt, og der
406 er det tydelig at problemstillingen var kjent og forstått.
</p>
412 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
417 <div class=
"padding"></div>
421 <a href=
"http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h_ringen_om_standardkatalogen_versjon_2.html">Regjerningens oppsummering av høringen om standardkatalogen versjon
2</a>
427 <p>For å forstå mer om hvorfor standardkatalogens versjon
2 ble som
428 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
429 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
430 wiki, direkte tilgjengelig via "
<a
431 href=
"http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&do=get&target=kongelig-resolusjon.pdf">Referansekatalogen
432 v2.0 - Oppsummering av høring
</a>" og "<a
433 href=
"http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&do=get&target=kongelig-resolusjon-katalogutkast.pdf">Referansekatalog
434 for IT-standarder i offentlig sektor Versjon
2.0, dd.mm.åååå -
437 <p>Det er tre ting jeg merker meg i oppsummeringen fra
438 høringsuttalelsen da jeg skummet igjennom den. Det første er at
439 forståelsen av hvordan programvarepatenter påvirker fri
440 programvareutvikling også i Norge når en argumenterer med at
441 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
442 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
443 standard innenfor hvert område. Det siste er at påstander i
444 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
445 Microsoft om hvordan Ogg blir standardisert og påstanden fra
446 politidirektoratet om patentproblemer i Theora).</p>
452 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/norsk
">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard
">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
457 <div class="padding
"></div>
461 <a href="http://people.skolelinux.org/pere/blog/F_rste_NUUG_fordrag_sendt_p__TV.html
">Første NUUG-fordrag sendt på TV</a>
467 <p>Endelig har NUUG klart å få kringkastet ut et av sine fordrag på
469 <a href="http://www.nuug.no/aktiviteter/
20090512-bifrost/
">utskriftsløsningen
470 Biforst</a> var først ute, pga. at det var det nyeste foredraget som
471 var holdt på norsk, og dermed slapp vi å finne ut av hvordan
472 teksting av video skulle gjøres.</p>
474 <p>NUUG har vært involvert i
475 <a href="http://www.frikanalen.no/
">Frikanalen</a> en stund nå, for å
476 forsøke å få ut budskapet vårt også på TV, og dette første foredraget
477 er en sped start på det vi har planlagt.</p>
479 <p>NUUGs første foredrag sendes ut via frikanelen på digitalt
480 bakkenett, og alle abonnenter av riks-TV skal dermed ha mulighet til å
481 ta inn sendingen. Slå på TVen 5/12 16:05 (for sent), 12/12 14:00,
482 19/12 16:00, 24/12 15:37 eller 26/12 16:11 i år, så skal du få se
483 meg, Tollef og alle andre de som deltok på møtet på TV.<p>
489 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk
">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
494 <div class="padding
"></div>
498 <a href="http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html
">Some notes on Flash in Debian and Debian Edu</a>
504 <p>In the <a href="http://popcon.debian.org/unknown/by_vote
">Debian
505 popularity-contest numbers</a>, the adobe-flashplugin package the
506 second most popular used package that is missing in Debian. The sixth
507 most popular is flashplayer-mozilla. This is a clear indication that
508 working flash is important for Debian users. Around 10 percent of the
509 users submitting data to popcon.debian.org have this package
512 <p>In the report written by Lars Risan in August 2008
513 («<a href="http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&do=view&target=Skolelinux_i_bruk_rapport_1.0.pdf
">Skolelinux
514 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
515 stiftelsen SLX Debian Labs</a>»), one of the most important problems
516 schools experienced with <a href="http://www.skolelinux.org/
">Debian
517 Edu/Skolelinux</a> was the lack of working Flash. A lot of educational
518 web sites require Flash to work, and lacking working Flash support in
519 the web browser and the problems with installing it was perceived as a
520 good reason to stay with Windows.</p>
522 <p>I once saw a funny and sad comment in a web forum, where Linux was
523 said to be the retarded cousin that did not really understand
524 everything you told him but could work fairly well. This was a
525 comment regarding the problems Linux have with proprietary formats and
526 non-standard web pages, and is sad because it exposes a fairly common
527 understanding of whose fault it is if web pages that only work in for
528 example Internet Explorer 6 fail to work on Firefox, and funny because
529 it explain very well how annoying it is for users when Linux
530 distributions do not work with the documents they receive or the web
531 pages they want to visit.</p>
533 <p>This is part of the reason why I believe it is important for Debian
534 and Debian Edu to have a well working Flash implementation in the
535 distribution, to get at least popular sites as Youtube and Google
536 Video to working out of the box. For Squeeze, Debian have the chance
537 to include the latest version of Gnash that will make this happen, as
538 the new release 0.8.8 was published a few weeks ago and is resting in
539 unstable. The new version work with more sites that version 0.8.7.
540 The Gnash maintainers have asked for a freeze exception, but the
541 release team have not had time to reply to it yet. I hope they agree
542 with me that Flash is important for the Debian desktop users, and thus
543 accept the new package into Squeeze.</p>
549 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/debian
">debian</a>, <a href="http://people.skolelinux.org/pere/blog/tags/debian edu
">debian edu</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web
">web</a>.
554 <div class="padding
"></div>
558 <a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">Terms of use for video produced by a Canon IXUS 130 digital camera</a>
564 <p>A few days ago I had the mixed pleasure of bying a new digital
565 camera, a Canon IXUS 130. It was instructive and very disturbing to
566 be able to verify that also this camera producer have the nerve to
567 specify how I can or can not use the videos produced with the camera.
568 Even thought I was aware of the issue, the options with new cameras
569 are limited and I ended up bying the camera anyway. What is the
570 problem, you might ask? It is software patents, MPEG-4, H.264 and the
571 MPEG-LA that is the problem, and our right to record our experiences
572 without asking for permissions that is at risk.
574 <p>On page 27 of the Danish instruction manual, this section is
578 <p>This product is licensed under AT&T patents for the MPEG-4 standard
579 and may be used for encoding MPEG-4 compliant video and/or decoding
580 MPEG-4 compliant video that was encoded only (1) for a personal and
581 non-commercial purpose or (2) by a video provider licensed under the
582 AT&T patents to provide MPEG-4 compliant video.</p>
584 <p>No license is granted or implied for any other use for MPEG-4
588 <p>In short, the camera producer have chosen to use technology
589 (MPEG-4/H.264) that is only provided if I used it for personal and
590 non-commercial purposes, or ask for permission from the organisations
591 holding the knowledge monopoly (patent) for technology used.</p>
593 <p>This issue has been brewing for a while, and I recommend you to
595 "<a href=
"http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA">Why
596 Our Civilization's Video Art and Culture is Threatened by the
597 MPEG-LA
</a>" by Eugenia Loli-Queru and
598 "<a href=
"http://webmink.com/2010/09/03/h-264-and-foss/">H
.264 Is Not
599 The Sort Of Free That Matters
</a>" by Simon Phipps to learn more about
600 the issue. The solution is to support the
601 <a href="http://www.digistan.org/open-standard:definition
">free and
602 open standards</a> for video, like <a href="http://www.theora.org/
">Ogg
603 Theora</a>, and avoid MPEG-4 and H.264 if you can.</p>
609 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan
">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/fildeling
">fildeling</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett
">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern
">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard
">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web
">web</a>.
614 <div class="padding
"></div>
618 <a href="http://people.skolelinux.org/pere/blog/TED_talks_p__norsk_og_NUUG_foredrag___frivillige_trengs_til_teksting.html
">TED talks på norsk og NUUG-foredrag - frivillige trengs til teksting</a>
624 <p>Frikanalen og NUUG jobber for å få <a href="http://www.ted.com
">TED
625 talks</a> kringkastet på
626 <a href="http://www.frikanalen.no/
">Frikanalen</a>, for å gi et mer
627 variert innhold på kanalen som i dag sendes på RiksTV, Lyse og
628 Uninett. Før innslagene kan sendes må det lages norske undertekster,
629 og dette her trengs det frivillige. Det er hundrevis av innslag, men
631 <a href="http://www.ted.com/talks/james_randi.html
">James Randi</a> og
632 <a href="http://www.ted.com/talks/lang/eng/michael_specter_the_danger_of_science_denial.html
">Michael
633 Specter</a>. Hvis du har litt tid til overs, bli med på å oversette
634 TED-foredragene til norsk og få på plass undertekster. TED har
635 allerede opplegg på plass for å håndtere oversettelser og
636 undertekster. Registrer deg på
637 <a href="http://www.ted.com/translate/forted
">sidene til TED</a> i
640 <p>NUUG holder også på å få alle opptakene fra NUUG-presentasjonene
641 <a href="http://www.nuug.no/pub/video/frikanalen/frontpage.cgi?organization=NUUG
">publisert
642 på Frikanalen</a>. Foredrag på engelsk må også her tekstes og
643 oversettes. Ta kontakt med video@nuug.no hvis du vil bidra med
644 teksting og oversetting. Arbeidet koordineres på epostlisten og på
645 IRC (#nuug-video på irc.oftc.org), og <a
646 href="http://wiki.nuug.no/grupper/video/frikanalen
">en wikiside</a>
647 brukes som notatblokk for arbeidet. Mest lovende verktøy for dette
648 ser i dag ut til å være
649 <a href="http://universalsubtitles.org/
">Universal Subtitles</a>, som
650 lar en bidra med teksting via en nettleser.</p>
656 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/norsk
">norsk</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
661 <div class="padding
"></div>
665 <a href="http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html
">Pledge for funding to the Gnash project to get AVM2 support</a>
671 <p><a href="http://www.getgnash.org/
">The Gnash project</a> is the
672 most promising solution for a Free Software Flash implementation. It
673 has done great so far, but there is still far to go, and recently its
674 funding has dried up. I believe AVM2 support in Gnash is vital to the
675 continued progress of the project, as more and more sites show up with
676 AVM2 flash files.</p>
678 <p>To try to get funding for developing such support, I have started
679 <a href="http://www.pledgebank.com/gnash-avm2
">a pledge</a> with the
684 <p>"I will pay
100$ to the Gnash project to develop AVM2 support but
685 only if
10 other people will do the same.
"</p>
687 <p>- Petter Reinholdtsen, free software developer</p>
689 <p>Deadline to sign up by: 24th December 2010</p>
691 <p>The Gnash project need to get support for the new Flash file
692 format AVM2 to work with a lot of sites using Flash on the
693 web. Gnash already work with a lot of Flash sites using the old AVM1
694 format, but more and more sites are using the AVM2 format these
695 days. The project web page is available from
696 http://www.getgnash.org/ . Gnash is a free software implementation
697 of Adobe Flash, allowing those of us that do not accept the terms of
698 the Adobe Flash license to get access to Flash sites.</p>
700 <p>The project need funding to get developers to put aside enough
701 time to develop the AVM2 support, and this pledge is my way to try
702 to get this to happen.</p>
704 <p>The project accept donations via the OpenMediaNow foundation,
705 <a href="http://www.openmedianow.org/?q=node/
32">http://www.openmedianow.org/?q=node/32</a> .</p>
709 <p>I hope you will support this effort too. I hope more than 10
710 people will participate to make this happen. The more money the
711 project gets, the more features it can develop using these funds.
718 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web
">web</a>.
723 <div class="padding
"></div>
727 <a href="http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html
">Best å ikke fortelle noen at streaming er nedlasting...</a>
733 <p>I dag la jeg inn en kommentar på en sak hos NRKBeta
734 <a href="http://nrkbeta.no/
2010/
10/
27/bakom-blindpassasjer-del-
1/
">om
735 hvordan TV-serien Blindpassasjer ble laget</a> i forbindelse med at
736 filmene NRK la ut ikke var tilgjengelig i et
737 <a href="http://www.digistan.org/open-standard:definition
">fritt og
738 åpent format</a>. Dette var det jeg skrev publiserte der 07:39.</p>
741 <p>"Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
742 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
743 som dette, vet at det stort sett er mulig å lure ut ting med den
744 nødvendige forkunnskapen.
"</p>
746 <p>Haha. Å streame innhold er det samme som å laste ned innhold, så å
747 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
748 er å forlede leseren.</p>
750 <p>Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
751 vil tillate streaming men ikke nedlasting meningsløs.</p>
753 <p>Anbefaler forresten å lese
754 <a href="http://blogs.computerworlduk.com/simon-says/
2010/
10/drm-is-toxic-to-culture/index.htm
">http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm</a>
755 om hva som ville være konsekvensen hvis digitale avspillingssperrer
756 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
757 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
758 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
762 <p>Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
766 <p>From: Anders Hofseth <XXX@gmail.com>
767 <br>To: "pere@hungry.com"
<pere@hungry.com
>
768 <br>Cc: Eirik Solheim
<XXX@gmail.com
>, Jon Ståle Carlsen
<XXX@gmail.com
>, Henrik Lied
<XXX@gmail.com
>
769 <br>Subject: Re: [NRKbeta] Kommentar: "Bakom Blindpassasjer: del
1"
770 <br>Date: Sat,
30 Oct
2010 07:
58:
44 +
0200</p>
773 <br>Det du forsøker dra igang er egentlig en interessant diskusjon,
774 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
775 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
776 særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p>
778 <p>Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
779 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
780 konsekvensene vi beskriver ikke er noe du ønsker heller...
</p>
785 <p>Ring meg om noe er uklart:
95XXXXXXX
</p>
788 <p>Ble så fascinert over denne holdningen, at jeg forfattet og sendte
789 over følgende svar. I og med at debatten er fjernet fra NRK Betas
790 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
791 Har fjernet epostadresser og telefonnummer til de involverte, for å
792 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.
</p>
795 <p>From: Petter Reinholdtsen
<pere@hungry.com
>
796 <br>To: Anders Hofseth
<XXX@gmail.com
>
797 <br>Cc: Eirik Solheim
<XXX@gmail.com
>,
798 <br> Jon Ståle Carlsen
<XXX@gmail.com
>,
799 <br> Henrik Lied
<XXX@gmail.com
>
800 <br>Subject: Re: [NRKbeta] Kommentar: "Bakom Blindpassasjer: del
1"
801 <br>Date: Sat,
30 Oct
2010 08:
24:
34 +
0200</p>
804 <br>> Hei Petter.
</p>
808 <p>> Det du forsøker dra igang er egentlig en interessant diskusjon, men
809 <br>> om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
810 <br>> å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
811 <br>> særlig lett å klarere ut noe annet arkivmateriale på lang tid.
</p>
813 <p>Godt å se at du er enig i at dette er en interessant diskusjon. Den
814 vil nok fortsette en stund til. :)
</p>
816 <p>Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
817 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
818 fortsette å legge ut arkivmateriale.
</p>
820 <p>Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
821 faktum, som er at streaming er det samme som nedlasting, og at innhold
822 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
825 <p>Det du sier er jo at klarering av arkivmateriale for publisering på
826 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
827 Det er ikke et argument som holder vann. :)
</p>
829 <p>> Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
830 <br>> og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
831 <br>> konsekvensene vi beskriver ikke er noe du ønsker heller...
</p>
833 <p>Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
834 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
835 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
836 godtar å forlede publikum. Ville heller at NRK krever at innhold som
837 skal sendes skal være uten bruksbegresninger og kan publiseres i
838 formater som heller ikke har bruksbegresninger (bruksbegresningene til
839 H
.264 burde få varselbjellene i NRK til å ringe).
</p>
841 <p>At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
842 påstander om at "streaming beskytter mot nedlasting" som bare er egnet
843 til å bygge opp om en myte som er skadelig for samfunnet som helhet.
</p>
845 <p>Anbefaler
<URL:
<a href=
"http://webmink.com/2010/09/03/h-264-and-foss/">http://webmink.com/
2010/
09/
03/h-
264-and-foss/
</a>> og en
847 <URL:
<a href=
"http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
</a> >.
848 for å se hva slags bruksbegresninger H
.264 innebærer.
</p>
850 <p>Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
851 kan brukes før rettighetshaverene også innser at de er med på å skade
852 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
853 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
854 langt på overtid.
</p>
856 <p>> Ring meg om noe er uklart: XXX
</p>
858 <p>Intet uklart, men ikke imponert over måten dere håndterer debatten på.
859 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
860 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
861 for videre diskusjon hadde dere i mine øyne kommet fra det med
862 ryggraden på plass.
</p>
864 <p>PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.
</p>
866 <p>Som en liten avslutning, her er noen litt morsomme innslag om temaet.
867 <URL:
<a href=
"http://www.archive.org/details/CopyingIsNotTheft">http://www.archive.org/details/CopyingIsNotTheft
</a> > og
868 <URL:
<a href=
"http://patentabsurdity.com/">http://patentabsurdity.com/
</a> > hadde vært noe å kringkaste på
873 <br>Petter Reinholdtsen
</p>
879 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
884 <div class=
"padding"></div>
888 <a href=
"http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html">Why isn't Debian Edu using VLC?
</a>
894 <p>In the latest issue of Linux Journal, the readers choices were
895 presented, and the winner among the multimedia player were VLC.
896 Personally, I like VLC, and it is my player of choice when I first try
897 to play a video file or stream. Only if VLC fail will I drag out
898 gmplayer to see if it can do better. The reason is mostly the failure
899 model and trust. When VLC fail, it normally pop up a error message
900 reporting the problem. When mplayer fail, it normally segfault or
901 just hangs. The latter failure mode drain my trust in the program.
<p>
903 <p>But even if VLC is my player of choice, we have choosen to use
904 mplayer in
<a href=
"http://www.skolelinux.org/">Debian
905 Edu/Skolelinux
</a>. The reason is simple. We need a good browser
906 plugin to play web videos seamlessly, and the VLC browser plugin is
907 not very good. For example, it lack in-line control buttons, so there
908 is no way for the user to pause the video. Also, when I
909 <a href=
"http://wiki.debian.org/DebianEdu/BrowserMultimedia">last
910 tested the browser plugins
</a> available in Debian, the VLC plugin
911 failed on several video pages where mplayer based plugins worked. If
912 the browser plugin for VLC was as good as the gecko-mediaplayer
913 package (which uses mplayer), we would switch.
</P>
915 <p>While VLC is a good player, its user interface is slightly
916 annoying. The most annoying feature is its inconsistent use of
917 keyboard shortcuts. When the player is in full screen mode, its
918 shortcuts are different from when it is playing the video in a window.
919 For example, space only work as pause when in full screen mode. I
920 wish it had consisten shortcuts and that space also would work when in
921 window mode. Another nice shortcut in gmplayer is [enter] to restart
922 the current video. It is very nice when playing short videos from the
923 web and want to restart it when new people arrive to have a look at
924 what is going on.
</p>
930 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
935 <div class=
"padding"></div>
939 <a href=
"http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html">Is Ogg Theora a free and open standard?
</a>
945 <p><a href=
"http://www.digistan.org/open-standard:definition">The
946 Digistan definition
</a> of a free and open standard reads like this:
</p>
950 <p>The Digital Standards Organization defines free and open standard
955 <li>A free and open standard is immune to vendor capture at all stages
956 in its life-cycle. Immunity from vendor capture makes it possible to
957 freely use, improve upon, trust, and extend a standard over time.
</li>
959 <li>The standard is adopted and will be maintained by a not-for-profit
960 organisation, and its ongoing development occurs on the basis of an
961 open decision-making procedure available to all interested
964 <li>The standard has been published and the standard specification
965 document is available freely. It must be permissible to all to copy,
966 distribute, and use it freely.
</li>
968 <li>The patents possibly present on (parts of) the standard are made
969 irrevocably available on a royalty-free basis.
</li>
971 <li>There are no constraints on the re-use of the standard.
</li>
975 <p>The economic outcome of a free and open standard, which can be
976 measured, is that it enables perfect competition between suppliers of
977 products based on the standard.
</p>
980 <p>For a while now I have tried to figure out of Ogg Theora is a free
981 and open standard according to this definition. Here is a short
982 writeup of what I have been able to gather so far. I brought up the
983 topic on the Xiph advocacy mailing list
984 <a href=
"http://lists.xiph.org/pipermail/advocacy/2009-July/001632.html">in
985 July
2009</a>, for those that want to see some background information.
986 According to Ivo Emanuel Gonçalves and Monty Montgomery on that list
987 the Ogg Theora specification fulfils the Digistan definition.
</p>
989 <p><strong>Free from vendor capture?
</strong></p>
991 <p>As far as I can see, there is no single vendor that can control the
992 Ogg Theora specification. It can be argued that the
993 <a href=
"http://www.xiph.org/">Xiph foundation
</A> is such vendor, but
994 given that it is a non-profit foundation with the expressed goal
995 making free and open protocols and standards available, it is not
996 obvious that this is a real risk. One issue with the Xiph
997 foundation is that its inner working (as in board member list, or who
998 control the foundation) are not easily available on the web. I've
999 been unable to find out who is in the foundation board, and have not
1000 seen any accounting information documenting how money is handled nor
1001 where is is spent in the foundation. It is thus not obvious for an
1002 external observer who control The Xiph foundation, and for all I know
1003 it is possible for a single vendor to take control over the
1004 specification. But it seem unlikely.
</p>
1006 <p><strong>Maintained by open not-for-profit organisation?
</strong></p>
1008 <p>Assuming that the Xiph foundation is the organisation its web pages
1009 claim it to be, this point is fulfilled. If Xiph foundation is
1010 controlled by a single vendor, it isn't, but I have not found any
1011 documentation indicating this.
</p>
1014 <a href=
"http://media.hiof.no/diverse/fad/rapport_4.pdf">a report
</a>
1015 prepared by Audun Vaaler og Børre Ludvigsen for the Norwegian
1016 government, the Xiph foundation is a non-commercial organisation and
1017 the development process is open, transparent and non-Discrimatory.
1018 Until proven otherwise, I believe it make most sense to believe the
1019 report is correct.
</p>
1021 <p><strong>Specification freely available?
</strong></p>
1023 <p>The specification for the
<a href=
"http://www.xiph.org/ogg/doc/">Ogg
1024 container format
</a> and both the
1025 <a href=
"http://www.xiph.org/vorbis/doc/">Vorbis
</a> and
1026 <a href=
"http://theora.org/doc/">Theora
</a> codeces are available on
1027 the web. This are the terms in the Vorbis and Theora specification:
1031 Anyone may freely use and distribute the Ogg and [Vorbis/Theora]
1032 specifications, whether in private, public, or corporate
1033 capacity. However, the Xiph.Org Foundation and the Ogg project reserve
1034 the right to set the Ogg [Vorbis/Theora] specification and certify
1035 specification compliance.
1039 <p>The Ogg container format is specified in IETF
1040 <a href=
"http://www.xiph.org/ogg/doc/rfc3533.txt">RFC
3533</a>, and
1041 this is the term:
<p>
1045 <p>This document and translations of it may be copied and furnished to
1046 others, and derivative works that comment on or otherwise explain it
1047 or assist in its implementation may be prepared, copied, published and
1048 distributed, in whole or in part, without restriction of any kind,
1049 provided that the above copyright notice and this paragraph are
1050 included on all such copies and derivative works. However, this
1051 document itself may not be modified in any way, such as by removing
1052 the copyright notice or references to the Internet Society or other
1053 Internet organizations, except as needed for the purpose of developing
1054 Internet standards in which case the procedures for copyrights defined
1055 in the Internet Standards process must be followed, or as required to
1056 translate it into languages other than English.
</p>
1058 <p>The limited permissions granted above are perpetual and will not be
1059 revoked by the Internet Society or its successors or assigns.
</p>
1062 <p>All these terms seem to allow unlimited distribution and use, an
1063 this term seem to be fulfilled. There might be a problem with the
1064 missing permission to distribute modified versions of the text, and
1065 thus reuse it in other specifications. Not quite sure if that is a
1066 requirement for the Digistan definition.
</p>
1068 <p><strong>Royalty-free?
</strong></p>
1070 <p>There are no known patent claims requiring royalties for the Ogg
1072 <a href=
"http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65782">MPEG-LA
</a>
1074 <a href=
"http://yro.slashdot.org/story/10/04/30/237238/Steve-Jobs-Hints-At-Theora-Lawsuit">Steve
1075 Jobs
</a> in Apple claim to know about some patent claims (submarine
1076 patents) against the Theora format, but no-one else seem to believe
1077 them. Both Opera Software and the Mozilla Foundation have looked into
1078 this and decided to implement Ogg Theora support in their browsers
1079 without paying any royalties. For now the claims from MPEG-LA and
1080 Steve Jobs seem more like FUD to scare people to use the H
.264 codec
1081 than any real problem with Ogg Theora.
</p>
1083 <p><strong>No constraints on re-use?
</strong></p>
1085 <p>I am not aware of any constraints on re-use.
</p>
1087 <p><strong>Conclusion
</strong></p>
1089 <p>3 of
5 requirements seem obviously fulfilled, and the remaining
2
1090 depend on the governing structure of the Xiph foundation. Given the
1091 background report used by the Norwegian government, I believe it is
1092 safe to assume the last two requirements are fulfilled too, but it
1093 would be nice if the Xiph foundation web site made it easier to verify
1096 <p>It would be nice to see other analysis of other specifications to
1097 see if they are free and open standards.
</p>
1103 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
1108 <div class=
"padding"></div>
1112 <a href=
"http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html">Chrome plan to drop H
.264 support for HTML5
<video
></a>
1118 <p>Today I discovered
1119 <a href=
"http://www.digi.no/860070/google-dropper-h264-stotten-i-chrome">via
1120 digi.no
</a> that the Chrome developers, in a surprising announcement,
1121 <a href=
"http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html">yesterday
1122 announced
</a> plans to drop H
.264 support for HTML5
<video
> in
1123 the browser. The argument used is that H
.264 is not a "completely
1124 open" codec technology. If you believe H
.264 was free for everyone
1125 to use, I recommend having a look at the essay
1126 "
<a href=
"http://webmink.com/essays/h-264/">H
.264 – Not The Kind Of
1127 Free That Matters
</a>". It is not free of cost for creators of video
1128 tools, nor those of us that want to publish on the Internet, and the
1129 terms provided by MPEG-LA excludes free software projects from
1130 licensing the patents needed for H.264. Some background information
1131 on the Google announcement is available from
1132 <a href="http://www.osnews.com/story/
24243/Google_To_Drop_H264_Support_from_Chrome
">OSnews</a>.
1135 <p>Personally, I believe it is great that Google is taking a stand to
1136 promote equal terms for everyone when it comes to video publishing on
1137 the Internet. This can only be done by publishing using free and open
1138 standards, which is only possible if the web browsers provide support
1139 for these free and open standards. At the moment there seem to be two
1140 camps in the web browser world when it come to video support. Some
1141 browsers support H.264, and others support
1142 <a href="http://www.theora.org/
">Ogg Theora</a> and
1143 <a href="http://www.webmproject.org/
">WebM</a>
1144 (<a href="http://www.diracvideo.org/
">Dirac</a> is not really an option
1145 yet), forcing those of us that want to publish video on the Internet
1146 and which can not accept the terms of use presented by MPEG-LA for
1147 H.264 to not reach all potential viewers.
1148 Wikipedia keep <a href="http://en.wikipedia.org/wiki/HTML5_video
">an
1149 updated summary</a> of the current browser support.</p>
1151 <p>Not surprising, several people would prefer Google to keep
1152 promoting H.264, and John Gruber
1153 <a href="http://daringfireball.net/
2011/
01/simple_questions
">presents
1154 the mind set</a> of these people quite well. His rhetorical questions
1155 provoked a reply from Thom Holwerda with another set of questions
1156 <a href="http://www.osnews.com/story/
24245/
10_Questions_for_John_Gruber_Regarding_H_264_WebM
">presenting
1157 the issues with H.264</a>. Both are worth a read.</p>
1159 <p>Some argue that if Google is dropping H.264 because it isn't free,
1160 they should also drop support for the Adobe Flash plugin. This
1161 argument was covered by Simon Phipps in
1162 <a href="http://blogs.computerworlduk.com/simon-says/
2011/
01/google-and-h264---far-from-hypocritical/index.htm
">todays
1163 blog post</a>, which I find to put the issue in context. To me it
1164 make perfect sense to drop native H.264 support for HTML5 in the
1165 browser while still allowing plugins.</p>
1167 <p>I suspect the reason this announcement make so many people protest,
1168 is that all the users and promoters of H.264 suddenly get an uneasy
1169 feeling that they might be backing the wrong horse. A lot of TV
1170 broadcasters have been moving to H.264 the last few years, and a lot
1171 of money has been invested in hardware based on the belief that they
1172 could use the same video format for both broadcasting and web
1173 publishing. Suddenly this belief is shaken.</p>
1175 <p>An interesting question is why Google is doing this. While the
1176 presented argument might be true enough, I believe Google would only
1177 present the argument if the change make sense from a business
1178 perspective. One reason might be that they are currently negotiating
1179 with MPEG-LA over royalties or usage terms, and giving MPEG-LA the
1180 feeling that dropping H.264 completely from Chroome, Youtube and
1181 Google Video would improve the negotiation position of Google.
1182 Another reason might be that Google want to save money by not having
1183 to pay the video tax to MPEG-LA at all, and thus want to move to a
1184 video format not requiring royalties at all. A third reason might be
1185 that the Chrome development team simply want to avoid the
1186 Chrome/Chromium split to get more help with the development of Chrome.
1187 I guess time will tell.</p>
1189 <p>Update 2011-01-15: The Google Chrome team provided
1190 <a href="http://blog.chromium.org/
2011/
01/more-about-chrome-html-video-codec.html
">more
1191 background and information on the move</a> it a blog post yesterday.</p>
1197 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard
">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
1202 <div class="padding
"></div>
1206 <a href="http://people.skolelinux.org/pere/blog/The_video_format_most_supported_in_web_browsers_.html
">The video format most supported in web browsers?</a>
1212 <p>The video format struggle on the web continues, and the three
1213 contenders seem to be Ogg Theora, H.264 and WebM. Most video sites
1214 seem to use H.264, while others use Ogg Theora. Interestingly enough,
1215 the comments I see give me the feeling that a lot of people believe
1216 H.264 is the most supported video format in browsers, but according to
1217 the Wikipedia article on
1218 <a href="http://en.wikipedia.org/wiki/HTML5_video
">HTML5 video</a>,
1219 this is not true. Check out the nice table of supprted formats in
1220 different browsers there. The format supported by most browsers is
1221 Ogg Theora, supported by released versions of Mozilla Firefox, Google
1222 Chrome, Chromium, Opera, Konqueror, Epiphany, Origyn Web Browser and
1223 BOLT browser, while not supported by Internet Explorer nor Safari.
1224 The runner up is WebM supported by released versions of Google Chrome
1225 Chromium Opera and Origyn Web Browser, and test versions of Mozilla
1226 Firefox. H.264 is supported by released versions of Safari, Origyn
1227 Web Browser and BOLT browser, and the test version of Internet
1228 Explorer. Those wanting Ogg Theora support in Internet Explorer and
1229 Safari can install plugins to get it.</p>
1231 <p>To me, the simple conclusion from this is that to reach most users
1232 without any extra software installed, one uses Ogg Theora with the
1233 HTML5 video tag. Of course to reach all those without a browser
1234 handling HTML5, one need fallback mechanisms. In
1235 <a href="http://www.nuug.no/
">NUUG</a>, we provide first fallback to a
1236 plugin capable of playing MPEG1 video, and those without such support
1237 we have a second fallback to the Cortado java applet playing Ogg
1238 Theora. This seem to work quite well, as can be seen in an <a
1239 href="http://www.nuug.no/aktiviteter/
20110111-semantic-web/
">example
1240 from last week</a>.</p>
1242 <p>The reason Ogg Theora is the most supported format, and H.264 is
1243 the least supported is simple. Implementing and using H.264
1244 require royalty payment to MPEG-LA, and the terms of use from MPEG-LA
1245 are incompatible with free software licensing. If you believed H.264
1246 was without royalties and license terms, check out
1247 "<a href=
"http://webmink.com/essays/h-264/">H
.264 – Not The Kind Of
1248 Free That Matters
</a>" by Simon Phipps.</p>
1250 <p>A incomplete list of sites providing video in Ogg Theora is
1252 <a href="http://wiki.xiph.org/index.php/List_of_Theora_videos
">the
1253 Xiph.org wiki</a>, if you want to have a look. I'm not aware of a
1254 similar list for WebM nor H.264.</p>
1256 <p>Update 2011-01-16 09:40: A question from Tollef on IRC made me
1257 realise that I failed to make it clear enough this text is about the
1258 <video> tag support in browsers and not the video support
1259 provided by external plugins like the Flash plugins.</p>
1265 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/nuug
">nuug</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard
">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
1270 <div class="padding
"></div>
1274 <a href="http://people.skolelinux.org/pere/blog/Gnash_enteres_Google_Summer_of_Code_2011.html
">Gnash enteres Google Summer of Code 2011</a>
1280 <p><a href="http://www.getgnash.org/
">The Gnash project</a> is still
1281 the most promising solution for a Free Software Flash implementation.
1282 A few days ago the project
1283 <a href="http://lists.gnu.org/archive/html/gnash-dev/
2011-
04/msg00011.html
">announced</a>
1284 that it will participate in Google Summer of Code. I hope many
1285 students apply, and that some of them succeed in getting AVM2 support
1292 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web
">web</a>.
1297 <div class="padding
"></div>
1301 <a href="http://people.skolelinux.org/pere/blog/Ripping_problematic_DVDs_using_dvdbackup_and_genisoimage.html
">Ripping problematic DVDs using dvdbackup and genisoimage</a>
1307 <p>For convenience, I want to store copies of all my DVDs on my file
1308 server. It allow me to save shelf space flat while still having my
1309 movie collection easily available. It also make it possible to let
1310 the kids see their favourite DVDs without wearing the physical copies
1311 down. I prefer to store the DVDs as ISOs to keep the DVD menu and
1312 subtitle options intact. It also ensure that the entire film is one
1313 file on the disk. As this is for personal use, the ripping is
1314 perfectly legal here in Norway.</p>
1316 <p>Normally I rip the DVDs using dd like this:</p>
1320 # apt-get install lsdvd
1321 title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
1322 dd if=/dev/dvd of=/storage/dvds/$title.iso bs=1M
1325 <p>But some DVDs give a input/output error when I read it, and I have
1326 been looking for a better alternative. I have no idea why this I/O
1327 error occur, but suspect my DVD drive, the Linux kernel driver or
1328 something fishy with the DVDs in question. Or perhaps all three.</p>
1330 <p>Anyway, I believe I found a solution today using dvdbackup and
1331 genisoimage. This script gave me a working ISO for a problematic
1332 movie by first extracting the DVD file system and then re-packing it
1337 # apt-get install lsdvd dvdbackup genisoimage
1339 tmpdir=/storage/dvds/
1340 title=$(lsdvd 2>/dev/null|awk '/Disc Title: / {print $3}')
1341 dvdbackup -i /dev/dvd -M -o $tmpdir -n$title
1342 genisoimage -dvd-video -o $tmpdir/$title.iso $tmpdir/$title
1343 rm -rf $tmpdir/$title
1346 <p>Anyone know of a better way available in Debian/Squeeze?</p>
1348 <p>Update 2011-09-18: I got a tip from Konstantin Khomoutov about the
1349 readom program from the wodim package. It is specially written to
1350 read optical media, and is called like this: <tt>readom dev=/dev/dvd
1351 f=image.iso</tt>. It got 6 GB along with the problematic Cars DVD
1352 before it failed, and failed right away with a Timmy Time DVD.</p>
1354 <p>Next, I got a tip from Bastian Blank about
1355 <a href="http://bblank.thinkmo.de/blog/new-software-python-dvdvideo
">his
1356 program python-dvdvideo</a>, which seem to be just what I am looking
1357 for. Tested it with my problematic Timmy Time DVD, and it succeeded
1358 creating a ISO image. The git source built and installed just fine in
1359 Squeeze, so I guess this will be my tool of choice in the future.</p>
1365 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/opphavsrett
">opphavsrett</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>.
1370 <div class="padding
"></div>
1374 <a href="http://people.skolelinux.org/pere/blog/Hvordan_enkelt_laste_ned_filmer_fra_NRK.html
">Hvordan enkelt laste ned filmer fra NRK</a>
1380 <p>Ofte har jeg lyst til å laste ned et innslag fra NRKs nettsted for
1381 å se det senere når jeg ikke er på nett, eller for å ha det
1382 tilgjengelig når jeg en gang i fremtiden ønsker å referere til
1383 innslaget selv om NRK har fjernet det fra sine nettsider. I dag fant
1384 jeg et lite script som fikser jobben.</p>
1386 <p>Scriptet er laget av Jan Henning Thorsen og tilgjengelig fra
1387 <a href="http://jhthorsen.github.com/snippets/nrk-downloader/
">github</a>,
1388 og gjør det veldig enkelt å laste ned. Kjør <tt>nrk-downloader.sh
1389 http://www1.nrk.no/nett-tv/klipp/582810</tt> for å hente ned et enkelt
1390 innslag eller <tt>nrk-downloader.sh
1391 http://www1.nrk.no/nett-tv/kategori/3521</tt> for å laste ned alle
1392 episodene i en serie.</p>
1394 <p>Det er ikke rakettforskning å laste ned NRK-"strømmer", og
1395 tidligere gjorde jeg dette manuelt med mplayer. Scriptet til
1396 Hr. Thorsen gjør det raskere og enklere for meg, men jeg vil ikke si
1397 at det er en revolusjonerende løsning. Jeg mener jo fortsatt at
1398 påstanden fra NRKs ansatte om at det er
1399 <a href=
"http://people.skolelinux.org/pere/blog/Best___ikke_fortelle_noen_at_streaming_er_nedlasting___.html">vesensforskjellig
1400 å legge tilgjengelig for nedlasting og for streaming
</a> er
1407 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
1412 <div class=
"padding"></div>
1416 <a href=
"http://people.skolelinux.org/pere/blog/Stopmotion_for_making_stop_motion_animations_on_Linux___reloaded.html">Stopmotion for making stop motion animations on Linux - reloaded
</a>
1422 <p>Many years ago, the
<a href=
"http://www.skolelinux.org/">Skolelinux
1423 / Debian Edu project
</a> initiated a student project to create a tool
1424 for making stop motion movies. The proposal came from a teacher
1425 needing such tool on Skolelinux. The project, called "stopmotion",
1426 was manned by two extraordinary students and won a school award and a
1427 national aware with this great project. The project was initiated and
1428 mentored by Herman Robak, and manned by the students Bjørn Erik Nilsen
1429 and Fredrik Berg Kjølstad. They got in touch with people at Aardman
1430 Animation studio and received feedback on how professionals would like
1431 such stopmotion tool to work, and the end result was and is used by
1432 animators around the globe. But as is usual after studying, both got
1433 jobs and went elsewhere, and did not have time to properly tend to the
1434 project, and it has been lingering for a few years now. Until last
1437 <p>Last year some of the users got together with Herman, and moved the
1438 project to Sourceforge and in effect restarted the project under a new
1440 <a href=
"http://sourceforge.net/projects/linuxstopmotion/">linuxstopmotion
</a>.
1441 The name change was done to make it possible to find the project using
1442 Internet search engines (try to search for 'stopmotion' to see what I
1443 mean). I've been following
1444 <a href=
"https://lists.sourceforge.net/lists/listinfo/linuxstopmotion-community">the
1445 mailing list
</a> and the improvement already in place and planned for
1446 the future is encouraging. If you want to make stop motion movies.
1447 Check it out. :)
</p>
1453 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
1458 <div class=
"padding"></div>
1462 <a href=
"http://people.skolelinux.org/pere/blog/RAND_terms___non_reasonable_and_discriminatory.html">RAND terms - non-reasonable and discriminatory
</a>
1468 <p>Here in Norway, the
1469 <a href=
"http://www.regjeringen.no/nb/dep/fad.html?id=339"> Ministry of
1470 Government Administration, Reform and Church Affairs
</a> is behind
1471 a
<a href=
"http://standard.difi.no/forvaltningsstandarder">directory of
1472 standards
</a> that are recommended or mandatory for use by the
1473 government. When the directory was created, the people behind it made
1474 an effort to ensure that everyone would be able to implement the
1475 standards and compete on equal terms to supply software and solutions
1476 to the government. Free software and non-free software could compete
1477 on the same level.
</p>
1479 <p>But recently, some standards with RAND
1480 (
<a href=
"http://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing">Reasonable
1481 And Non-Discriminatory
</a>) terms have made their way into the
1482 directory. And while this might not sound too bad, the fact is that
1483 standard specifications with RAND terms often block free software from
1484 implementing them. The reasonable part of RAND mean that the cost per
1485 user/unit is low,and the non-discriminatory part mean that everyone
1486 willing to pay will get a license. Both sound great in theory. In
1487 practice, to get such license one need to be able to count users, and
1488 be able to pay a small amount of money per unit or user. By
1489 definition, users of free software do not need to register their use.
1490 So counting users or units is not possible for free software projects.
1491 And given that people will use the software without handing any money
1492 to the author, it is not really economically possible for a free
1493 software author to pay a small amount of money to license the rights
1494 to implement a standard when the income available is zero. The result
1495 in these situations is that free software are locked out from
1496 implementing standards with RAND terms.
</p>
1498 <p>Because of this, when I see someone claiming the terms of a
1499 standard is reasonable and non-discriminatory, all I can think of is
1500 how this really is non-reasonable and discriminatory. Because free
1501 software developers are working in a global market, it does not really
1502 help to know that software patents are not supposed to be enforceable
1503 in Norway. The patent regimes in other countries affect us even here.
1504 I really hope the people behind the standard directory will pay more
1505 attention to these issues in the future.
</p>
1507 <p>You can find more on the issues with RAND, FRAND and RAND-Z terms
1509 (
<a href=
"http://blogs.computerworlduk.com/simon-says/2010/11/rand-not-so-reasonable/">RAND:
1510 Not So Reasonable?
</a>).
</p>
1512 <p>Update
2012-
04-
21: Just came across a
1513 <a href=
"http://blogs.computerworlduk.com/open-enterprise/2012/04/of-microsoft-netscape-patents-and-open-standards/index.htm">blog
1514 post from Glyn Moody
</a> over at Computer World UK warning about the
1515 same issue, and urging people to speak out to the UK government. I
1516 can only urge Norwegian users to do the same for
1517 <a href=
"http://www.standard.difi.no/hoyring/hoyring-om-nye-anbefalte-it-standarder">the
1518 hearing taking place at the moment
</a> (respond before
2012-
04-
27).
1519 It proposes to require video conferencing standards including
1520 specifications with RAND terms.
</p>
1526 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/english">english
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>.
1531 <div class=
"padding"></div>
1535 <a href=
"http://people.skolelinux.org/pere/blog/HTC_One_X___Your_video___What_do_you_mean_.html">HTC One X - Your video? What do you mean?
</a>
1541 <p>In
<a href=
"http://www.idg.no/computerworld/article243690.ece">an
1542 article today
</a> published by Computerworld Norway, the photographer
1543 <a href=
"http://www.urke.com/eirik/">Eirik Helland Urke
</a> reports
1544 that the video editor application included with
1545 <a href=
"http://www.htc.com/www/smartphones/htc-one-x/#specs">HTC One
1546 X
</a> have some quite surprising terms of use. The article is mostly
1547 based on the twitter message from mister Urke, stating:
1550 "
<a href=
"http://twitter.com/urke/status/194062269724897280">Drøy
1551 brukeravtale: HTC kan bruke MINE redigerte videoer kommersielt. Selv
1552 kan jeg KUN bruke dem privat.
</a>"
1555 <p>I quickly translated it to this English message:</p>
1558 "Arrogant user agreement: HTC can use MY edited videos
1559 commercially. Although I can ONLY use them privately.
"
1562 <p>I've been unable to find the text of the license term myself, but
1563 suspect it is a variation of the MPEG-LA terms I
1564 <a href="http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html
">discovered
1565 with my Canon IXUS 130</a>. The HTC One X specification specifies that
1566 the recording format of the phone is .amr for audio and .mp3 for
1568 <a href="http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Licensing_and_patent_issues
">Adaptive
1569 Multi-Rate audio codec</a> with patents which according to the
1570 Wikipedia article require an license agreement with
1571 <a href="http://www.voiceage.com/
">VoiceAge</a>. MP4 is
1572 <a href="http://en.wikipedia.org/wiki/H
.264/MPEG-
4_AVC#Patent_licensing
">MPEG4 with
1573 H.264</a>, which according to Wikipedia require a licence agreement
1574 with <a href="http://www.mpegla.com/
">MPEG-LA</a>.</p>
1576 <p>I know why I prefer
1577 <a href="http://www.digistan.org/open-standard:definition
">free and open
1578 standards</a> also for video.</p>
1584 Tags: <a href="http://people.skolelinux.org/pere/blog/tags/digistan
">digistan</a>, <a href="http://people.skolelinux.org/pere/blog/tags/english
">english</a>, <a href="http://people.skolelinux.org/pere/blog/tags/multimedia
">multimedia</a>, <a href="http://people.skolelinux.org/pere/blog/tags/personvern
">personvern</a>, <a href="http://people.skolelinux.org/pere/blog/tags/standard
">standard</a>, <a href="http://people.skolelinux.org/pere/blog/tags/video
">video</a>, <a href="http://people.skolelinux.org/pere/blog/tags/web
">web</a>.
1589 <div class="padding
"></div>
1593 <a href="http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html
">Trenger en avtale med MPEG-LA for å publisere og kringkaste H.264-video?</a>
1599 <p>Trengs det avtale med MPEG-LA for å ha lovlig rett til å
1600 distribuere og kringkaste video i MPEG4 eller med videokodingen H.264?
1601 <a href="http://webmink.com/essays/h-
264/
">H.264 og MPEG4 er jo ikke en
1602 fri og åpen standard</a> i henhold til
1603 <a href="http://people.skolelinux.org/pere/blog/Fri_og__pen_standard__slik_Digistan_ser_det.html
">definisjonen
1604 til Digistan</a>, så i enkelte land er det ingen tvil om at du må ha
1605 en slik avtale, men jeg må innrømme at jeg ikke vet om det også
1606 gjelder Norge. Det ser uansett ut til å være en juridisk interessant
1607 problemstilling. Men jeg tenkte her om dagen som så, at hvis det er
1608 nødvendig, så har store aktører som
1609 <a href="http://www.nrk.no/
">NRK</a> og
1610 <a href="http://www.regjeringen.no/
">regjeringen</a> skaffet seg en
1611 slik avtale. Jeg har derfor sendt forespørsel til begge (for
1612 regjeringen sin del er det Departementenes Servicesenter som gjør
1613 jobben), og bedt om kopi av eventuelle avtaler de har om bruk av MPEG
1614 og/eller H.264 med MPEG-LA eller andre aktører som opererer på vegne
1615 av MPEG-LA. Her er kopi av eposten jeg har sendt til
1616 <a href="http://www.dss.dep.no/
">Departementenes Servicesenter</a>.
1617 Forespørselen til NRK er veldig lik.</p>
1621 <p>Date: Tue, 19 Jun 2012 15:18:33 +0200
1622 <br>From: Petter Reinholdtsen
1623 <br>To: postmottak@dss.dep.no
1624 <br>Subject: Innsynsbegjæring om MPEG/H.264-relaterte avtaler
1626 <p>Hei. Jeg ber herved om innsyn og kopi av dokumenter i DSS relatert
1627 til avtaler rundt bruk av videoformatene MPEG og H.264. Jeg er
1628 spesielt interessert i å vite om DSS har lisensavtale med MPEG-LA
1629 eller noen som representerer MPEG-LA i Norge.</p>
1631 <p>MPEG og H.264 er videoformater som brukes både til kringkasting
1632 (f.eks. i bakkenett og kabel-TV) og videopublisering på web, deriblant
1633 via Adobe Flash. MPEG-LA, <URL:
1634 <a href="http://www.mpeg-la.com/
">http://www.mpeg-la.com/</a> >, er
1635 en organisasjon som har fått oppgaven, av de kjente rettighetshavere
1636 av immaterielle rettigheter knyttet til MPEG og H.264, å selge
1637 bruksrett for MPEG og H.264.</p>
1639 <p>Via regjeringen.no kringkastes med MPEG og H.264-baserte
1640 videoformater, og dette ser ut til å være organisert av DSS. Jeg
1641 antar dermed at DSS har avtale med en eller annen aktør om dette.</p>
1643 <p>F.eks. har Adobe Premiere Pro har følgende klausul i følge <URL:
1644 <a href="http://news.cnet.com/
8301-
30685_3-
20000101-
264.html
">http://news.cnet.com/8301-30685_3-20000101-264.html</a>
1649 <p>6.17. AVC DISTRIBUTION. The following notice applies to software
1650 containing AVC import and export functionality: THIS PRODUCT IS
1651 LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL AND
1652 NON-COMMERCIAL USE OF A CONSUMER TO (a) ENCODE VIDEO IN COMPLIANCE
1653 WITH THE AVC STANDARD ("AVC VIDEO
") AND/OR (b) DECODE AVC VIDEO THAT
1654 WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL AND NON-COMMERCIAL
1655 ACTIVITY AND/OR AVC VIDEO THAT WAS OBTAINED FROM A VIDEO PROVIDER
1656 LICENSED TO PROVIDE AVC VIDEO. NO LICENSE IS GRANTED OR SHALL BE
1657 IMPLIED FOR ANY OTHER USE. ADDITIONAL INFORMATION MAY BE OBTAINED
1658 FROM MPEG LA L.L.C. SEE
1659 <a href="http://www.mpegla.com
">http://www.mpegla.com</a>.</p>
1663 <p>Her er det kun "non-commercial" og "personal and non-commercial"
1664 aktivitet som er tillatt uten ekstra avtale med MPEG-LA.
</p>
1666 <p>Et annet tilsvarende eksempel er Apple Final Cut Pro, som har
1667 følgende klausul i følge
<URL:
1668 <a href=
"http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf">http://images.apple.com/legal/sla/docs/finalcutstudio2.pdf
</a>
1673 <p>15. Merknad om H
.264/AVC. Hvis Apple-programvaren inneholder
1674 funksjonalitet for AVC-koding og/eller AVC-dekoding, krever
1675 kommersiell bruk ekstra lisensiering og følgende gjelder:
1676 AVC-FUNKSJONALITETEN I DETTE PRODUKTET KAN KUN ANVENDES AV
1677 FORBRUKERE OG KUN FOR PERSONLIG OG IKKE- KOMMERSIELL BRUK TIL (i)
1678 KODING AV VIDEO I OVERENSSTEMMELSE MED AVC-STANDARDEN (
"AVC-VIDEO")
1679 OG/ELLER (ii) DEKODING AV AVC-VIDEO SOM ER KODET AV EN FORBRUKER TIL
1680 PERSONLIG OG IKKE-KOMMERSIELL BRUK OG/ELLER DEKODING AV AVC-VIDEO
1681 FRA EN VIDEOLEVERANDØR SOM HAR LISENS TIL Å TILBY
1682 AVC-VIDEO. INFORMASJON OM ANNEN BRUK OG LISENSIERING KAN INNHENTES
1683 FRA MPEG LA L.L.C. SE HTTP://WWW.MPEGLA.COM.
</p>
1686 <p>Tilsvarende gjelder for andre programvarepakker, kamera, etc som
1687 bruker MPEG og H
.264, at en må ha en avtale med MPEG-LA for å ha lov
1688 til å bruke programmet/utstyret hvis en skal lage noe annet enn
1689 private filmer og i ikke-kommersiell virksomhet.
</p>
1691 <p>Jeg er altså interessert i kopi av avtaler DSS har som gjør at en
1692 ikke er begrenset av de generelle bruksvilkårene som gjelder for
1693 utstyr som bruker MPEG og/eller H
.264.
</p>
1696 <p>Nå venter jeg spent på svaret. Jeg planlegger å blogge om svaret
1703 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
1708 <div class=
"padding"></div>
1712 <a href=
"http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">NRK nekter å finne og utlevere eventuell avtale med MPEG-LA
</a>
1718 <p>Jeg fikk nettopp svar fra NRK på
1719 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">min
1720 forespørsel om kopi av avtale
</a> med MPEG-LA eller andre om bruk av
1721 MPEG og/eller H
.264. Svaret har fått saksreferanse
2011/
371 (mon tro
1722 hva slags sak fra
2011 dette er?) hos NRK og lyder som følger:
</p>
1726 <p><strong>Svar på innsynsbegjæring i MPEG / H
.264-relaterte
1727 avtaler
</strong></p>
1729 <p>Viser til innsynsbegjæring av
19. juni
2012. Kravet om innsyn
1730 gjelder avtale som gjør at NRK «ikke er begrenset av de generelle
1731 bruksvilkårene som gjelder for utstyr som bruker MPEG og/eller
1734 <p>I henhold til offentleglova §
28 annet ledd må innsynskravet gjelde
1735 en bestemt sak eller i rimelig utstrekning saker av en bestemt
1736 sak. Det er på det rene at det aktuelle innsynskravet ikke gjelder en
1737 bestemt sak. Spørsmålet som reiser seg er om identifiseringsgraden er
1738 tilstrekkelig. I Justisdepartementets «Rettleiar til offentleglova»
1741 <p>«Kravet om at innsynskravet må gjelde ei bestemt sak er til hinder
1742 for at eit innsynskrav kan gjelde alle saker av ein bestemt art, utan
1743 at den enkelte saka blir identifisert. Ein kan med andre ord i
1744 utgangspunktet ikkje krevje innsyn i til dømes alle saker om
1745 utsleppsløyve hos Statens forureiningstilsyn frå dei siste tre åra,
1746 med mindre ein identifiserer kvar enkelt sak, til dømes med tilvising
1747 til dato, partar eller liknande.»
</p>
1749 <p>Vedrørende denne begrensningen har Justisdepartementet uttalt
1750 følgende (Lovavdelingens uttalelser JDLOV-
2010-
3295):
</p>
1752 <p><em>«Bakgrunnen for avgrensinga av kva innsynskravet kan gjelde,
1753 er fyrst og fremst at meir generelle innsynskrav, utan noka form for
1754 identifikasjon av kva ein eigentleg ynskjer, ville vere svært
1755 vanskelege å handsame for forvaltninga.»
</em></p>
1757 <p>I samme sak uttaler Lovavdelingen følgende:
</p>
1759 <p><em>«Det følgjer vidare av offentleglova §
28 andre ledd at det `i
1760 rimeleg utstrekning' kan krevjast innsyn i `saker av ein bestemt
1761 art'. Vilkåret om at eit innsynskrav berre `i rimeleg utstrekning' kan
1762 gjelde saker av ein bestemt art, er i hovudsak knytt til kor
1763 arbeidskrevjande det vil vere å finne fram til dei aktuelle
1764 dokumenta. I tillegg reknar vi med at vilkåret kan gje grunnlag for å
1765 nekte innsyn i tilfelle der innsynskravet er så omfattande (gjeld så
1766 mange dokument) at arbeidsmengda som ville gått med til å handsame
1767 det, er større enn det ein `i rimeleg utstrekning' kan krevje (sjølv
1768 om det nok skal mykje til).»
</em></p>
1770 <p>NRK har ikke noen egen sammenstilling over avtaler innenfor
1771 bestemte områder som omtales i innsynsbegjæringen. De måtte søkes på
1772 vanlig måte. I tillegg finnes ikke noen automatisert måte å finne
1773 avtaler som «ikke er begrenset av de generelle bruksvilkårene som
1774 gjelder for utstyr som bruker MPEG og/eller H
.264». En slik
1775 gjennomgang av avtaler måtte gjøres manuelt av en person med
1776 spesialistkunnskap. Dette vil kreve at NRK avsetter omfattende
1777 ressurser for å finne frem relevante avtaler og for deretter å vurdere
1778 om de dekkes av det innsynsbegjæringen omfattes.
</p>
1780 <p>På bakgrunn av dette nekter NRK innsyn, med den begrunnelsen at
1781 innsynskravet er så omfattende at arbeidsmengden for å håndtere kravet
1782 vil være langt større enn det som i rimelig utstrekning kan kreves i
1783 henhold til offentleglova §
28 annet ledd.
</p>
1785 <p>Avslag på deres innsynsbegjæring kan påklages til Kultur- og
1786 kirkedepartementet innen tre uker fra det tidspunkt avslaget kommer
1787 frem til mottakeren, i henhold til reglene i offentleglova §
32,
1788 jf. forvaltningsloven kapittel VI. Klagen skal stiles til Kultur- og
1789 kirkedepartementet, og sendes til NRK.
</p>
1791 <p>NRK er imidlertid etter Offentleglova forpliktet å gi ut journaler,
1792 slik at en eventuell søknad om innsyn kan tydeligere identifisere
1793 hvilke dokumenter som det ønskes innsyn i. NRKs offentlige journaler
1794 for inneværende og forrige måned ligger ute på
1795 NRK.no/innsyn. Journaler som går lengre tilbake i tid, kan sendes ut
1796 på forespørsel til innsyn (at) nrk.no.
</p>
1799 <br>Dokumentarkivet i NRK
1800 <br>v/ Elin Brandsrud
1801 <br>Tel. direkte:
23 04 29 29
1802 <br>Post: RBM3, Postboks
8500 Majorstuen,
0340 Oslo
1803 <br>innsyn (at) nrk.no
</p>
1808 <a href=
"http://people.skolelinux.org/pere/blog/images/2012-06-25-video-mpegla-nrk.pdf">i
1809 PDF-form som vedlegg på epost
</a>. Jeg er litt usikker på hvordan jeg
1810 best går videre for å bli klok, men jeg har jo i hvert fall tre uker
1811 på å vurdere om jeg skal klage. Enten må nok forespørselen
1812 reformuleres eller så må jeg vel klage. Synes jo det er merkelig at
1813 NRK ikke har bedre kontroll med hvilke avtaler de har inngått. Det
1814 burde jo være noen i ledelsen som vet om de har signert en avtale med
1815 MPEG-LA eller ikke...
</p>
1817 <p>Oppdatering
2012-
06-
25 20:
20: Et google-søk på "
2011/
371 nrk"
1818 sendte meg til postjournalen for
1819 <a href=
"http://nrk.no/contentfile/file/1.8212365!offentligjournal19062012.pdf">2012-
06-
19</a>
1821 <a href=
"http://nrk.no/contentfile/file/1.8214156!offentligjournal20062012.pdf">2012-
06-
20</a>
1822 hos NRK som viser mine forespørsler og viser at sakens tittel hos NRK
1823 er "Graphic Systems Regions MA
2378/
10E". Videre søk etter "Graphic
1824 Systems Regions" viser at dette er saken til et anbud om
1825 "
<a href=
"http://no.mercell.com/m/mts/Tender/27179412.aspx">a graphics
1826 system for
12 or
13 sites broadcasting regional news
</a>" hos Mercell
1827 Sourcing Service, også omtalt på
1828 <a href="http://www.publictenders.net/tender/
595705">Public
1830 <a href="http://www.doffin.no/search/show/search_view.aspx?ID=JAN155521
">Doffin</a>.
1831 Jeg er dog usikker på hvordan dette er relatert til min
1834 <p>Oppdatering 2012-06-25 22:40: Ble tipset av Kieran Kunhya, fra
1836 <a href="http://code.google.com/p/open-broadcast-encoder/
">Open
1837 Broadcast Encoder</a>, at listen over de som har lisensavtale med
1839 <a href="http://www.mpeg-la.com/main/programs/AVC/Pages/Licensees.aspx
">tilgjengelig
1840 på web</a>. Veldig fint å oppdage hvor den finnes, da jeg må ha lett
1841 etter feil ting da jeg forsøke å finne den. Der står ikke NRK, men
1842 flere andre "Broadcasting Company"-oppføringer. Lurer på om det betyr
1843 at NRK ikke trenger avtale, eller noe helt annet?
</p>
1849 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
1854 <div class=
"padding"></div>
1858 <a href=
"http://people.skolelinux.org/pere/blog/MPEG_LA_mener_NRK_m__ha_avtale_med_dem_for___kringkaste_og_publisere_H_264_video.html">MPEG-LA mener NRK må ha avtale med dem for å kringkaste og publisere H
.264-video
</a>
1865 <a href=
"http://people.skolelinux.org/pere/blog/NRK_nekter___finne_og_utlevere_eventuell_avtale_med_MPEG_LA.html">nektet
1866 å spore opp eventuell avtale med MPEG-LA
</a> eller andre om bruk av
1867 MPEG/H
.264-video etter at jeg
<a
1868 href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">ba
1869 om innsyn i slike avtaler
</a>, tenkte jeg at i stedet for å forsøke å
1870 få NRK til å finne en slik avtale, så burde det være like enkelt å
1871 spørre MPEG-LA om de hadde avtale med NRK. Spørsmålet ble sendt før
1872 jeg fikk tips fra Kieran Kunhya om hvor listen over lisensinnehavere
1873 "in Good Standing" befant seg. MPEG-LA svarte meg i dag, og kan
1874 fortelle at NRK ikke har noen avtale med dem, så da er i det miste det
1875 slått fast. Ikke overraskende mener MPEG-LA at det trengs en avtale
1876 med MPEG-LA for å streame H
.264, men deres rammer er jo
1877 rettstilstanden i USA og ikke Norge. Jeg tar dermed den delen av
1878 svaret med en klype salt. Jeg er dermed fortsatt ikke klok på om det
1879 trengs en avtale, og hvis det trengs en avtale her i Norge, heller
1880 ikke sikker på om NRK har en avtale med noen andre enn MPEG-LA som
1881 gjør at de ikke trenger avtale direkte med MPEG-LA. Jeg håper NRKs
1882 jurister har vurdert dette, og at det er mulig å få tilgang til
1883 vurderingen uansett om de trenger en avtale eller ikke.
</p>
1885 <p>Her er epostutvekslingen med MPEG-LA så langt. Håper ikke
1886 utvekslingen fører til NRK plutselig får en litt uventet pakke fra
1890 <p>Date: Mon,
25 Jun
2012 15:
29:
37 +
0200
1891 <br>From: Petter Reinholdtsen
<pere (at) hungry.com
>
1892 <br>To: licensing-web (at) mpegla.com
1893 <br>Subject: Do NRK have a license agreement with MPEG-LA?
</p>
1895 <p>Hi. I have a small question for you, that I hope it is OK that I
1898 <p>Is there any license agreements between MPEG-LA and NRK,
<URL:
1899 <a href=
"http://www.nrk.no/">http://www.nrk.no/
</a> >, the
1900 Norwegian national broadcasting cooperation? I am not sure if they
1901 need one, and am just curious if such agreeement exist.
</p>
1903 <p>The postal address is
</p>
1907 <br>Postbox
8500, Majorstuen
1912 <p>if it make it easier for you to locate such agreement.
</p>
1914 <p>Can you tell me how many entities in Norway have an agreement with
1915 MPEG-LA, and the name of these entities?
</p>
1919 <br>Petter Reinholdtsen
1922 <p>I dag, to dager senere, fikk jeg følgende svar:
</p>
1925 <p>Date: Thu,
28 Jun
2012 14:
11:
17 +
0000
1926 <br>From: Ryan Rodriguez
<RRodriguez (at) mpegla.com
>
1927 <br>To: Petter Reinholdtsen
<pere (at) hungry.com
>
1928 <br>CC: MD Administration
<MDAdministration (at) mpegla.com
>
1929 <br>Subject: RE: Do NRK have a license agreement with MPEG-LA?
</p>
1931 <p>Dear Mr. Reinholdtsen,
</p>
1933 <p>Thank you for your message and for your interest in MPEG LA. We
1934 appreciate hearing from you and I will be happy to assist you.
</p>
1936 <p>To begin, I will assume that you are referring to AVC/H
.264
1937 technology in your message below, as this technology is commonly used
1938 in the transmission of video content. In that case, please allow me
1939 to briefly summarize the coverage provided by our AVC Patent Portfolio
1942 <P>Our AVC License provides coverage for end products and video
1943 services that make use of AVC/H
.264 technology. Accordingly, the
1944 party offering such end products and video to End Users concludes the
1945 AVC License and is responsible for paying the applicable royalties
1946 associated with the end products/video they offer.
</p>
1948 <p>While the Norwegian Broadcast Corporation (NRK) is not currently a
1949 Licensee to MPEG LA's AVC License (or any other Portfolio License
1950 offered by MPEG LA), if NRK offers AVC Video to End Users for
1951 remuneration (for example, Title-by-Title, Subscription, Free
1952 Television, or Internet Broadcast AVC Video), then NRK will need to
1953 conclude the AVC License and may be responsible for paying applicable
1954 royalties associated with the AVC Video it distributes.
</p>
1956 <p>Today I will send you a FedEx package containing a copy of our AVC
1957 License for your review. You should receive the License document
1958 within the next few days.
</p>
1960 <p>Meanwhile, MPEG LA currently has several Norwegian Licensees that
1961 can be found under the "Licensees" header within the respective
1962 portion of our website. For example, you may find our list of
1963 Licensees in Good Standing to our AVC License in the AVC portion of
1965 <a href=
"http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx">http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</a></p>
1967 <p>I hope the above information is helpful. If you have additional
1968 questions or need further assistance with the AVC License, please feel
1969 free to contact me directly. I look forward to hearing from you again
1972 <p>Best regards,
</p>
1976 <p>Ryan M. Rodriguez
1977 <br>Licensing Associate
1979 <br>5425 Wisconsin Avenue
1981 <br>Chevy Chase, MD
20815
1983 <br>Phone: +
1 (
301)
986-
6660 x211
1984 <br>Fax: +
1 (
301)
986-
8575
1985 <br>Email: rrodriguez (at) mpegla.com
</p>
1989 <p>Meldingen om utsendt FedEx-pakke var så merkelig at jeg
1990 øyeblikkelig sendte svar tilbake og spurte hva i alle dager han mente,
1991 da han jo ikke hadde fått noen postadresse som nådde meg.
</p>
1995 <p>Date: Thu,
28 Jun
2012 16:
36:
15 +
0200
1996 <br>From: Petter Reinholdtsen
<pere (at) hungry.com
>
1997 <br>To: Ryan Rodriguez
<RRodriguez (at) mpegla.com
>
1998 <br>Cc: MD Administration
<MDAdministration (at) mpegla.com
>
1999 <br>Subject: Re: Do NRK have a license agreement with MPEG-LA?
</p>
2002 <br>> Dear Mr. Reinholdtsen,
</p>
2004 <p>Thank you for your quick reply.
</p>
2006 <p>> Today I will send you a FedEx package containing a copy of our AVC
2007 <br>> License for your review. You should receive the License document
2008 <br>> within the next few days.
</p>
2010 <p>The part about sending a FedEx package confused me, though. I did not
2011 <br>give you my address, nor am I associated with NRK in any way, so I hope
2012 <br>you did not try to send me a package using the address of NRK. If you
2013 <br>would send me the Internet address of to the document, it would be more
2014 <br>useful to me to be able to download it as an electronic document.
</p>
2016 <p>> Meanwhile, MPEG LA currently has several Norwegian Licensees that can
2017 <br>> be found under the "Licensees" header within the respective portion
2018 <br>> of our website. For example, you may find our list of Licensees in
2019 <br>> Good Standing to our AVC License in the AVC portion of our website,
2020 <br>> http://www.mpegla.com/main/programs/AVC/Pages/Licensees.aspx
</p>
2022 <p>How can I recognize the Norwegian licensees?
</p>
2026 <br>Petter Reinholdtsen
</p>
2029 <p>Selv om jeg svarte kun noen minutter etter at jeg fikk eposten fra
2030 MPEG-LA, fikk jeg eposten under som automatisk var beskjed på min
2031 siste epost. Får håpe noen likevel følger opp "FedEx-pakken". For å
2032 øke sjansen for at noen revurderer utsending av pakke uten mottaker,
2033 videresendte jeg min epost til swolf (at) mpegla.com, så får vi se.
2034 Har ikke hørt noe mer
3 timer senere, så jeg mistenker at ingen leste
2035 min epost tidsnok.
</p>
2039 <p>Date: Thu,
28 Jun
2012 14:
36:
20 +
0000
2040 <br>From: Ryan Rodriguez
<RRodriguez (at) mpegla.com
>
2041 <br>To: Petter Reinholdtsen
<pere (at) hungry.com
>
2042 <br>Subject: Automatic reply: Do NRK have a license agreement with MPEG-LA?
</p>
2044 <p>Thank you for your message.
</p>
2046 <p>I will be out of the office until Thursday, July
5 and will respond
2047 to all messages upon my return. If this is a matter that requires
2048 immediate attention, please contact Sidney Wolf (swolf (at)
2051 <p>Best regards,
</p>
2055 <p>Ryan M. Rodriguez
2056 <br>Licensing Associate
2061 <p>Litt klokere, men fortsatt ikke klok på mitt opprinnelige spørsmål,
2062 som er om en trenger avtale med MPEG-LA for å publisere eller
2063 kringkaste H
.264-video i Norge.
</p>
2069 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
2074 <div class=
"padding"></div>
2078 <a href=
"http://people.skolelinux.org/pere/blog/Departementenes_servicesenter_har_ingen_avtale_om_bruk_av_H_264_med_MPEG_LA.html">Departementenes servicesenter har ingen avtale om bruk av H
.264 med MPEG-LA
</a>
2084 <p>Da fikk jeg nettopp svar fra
2085 <a href=
"http://www.dss.dep.no/">Departementenes servicesenter
</a>
2087 <a href=
"http://people.skolelinux.org/pere/blog/Trenger_en_avtale_med_MPEG_LA_for___publisere_og_kringkaste_H_264_video_.html">mitt
2088 spørsmål om avtale rundt bruk av H
.264</a>. De har ingen avtale med
2089 MPEG LA eller dets representanter. Her er svaret.
2093 <p>Date: Fri,
29 Jun
2012 07:
04:
42 +
0000
2094 <br>From: Nielsen Mette Haga
<Mette-Haga.Nielsen (at) dss.dep.no
>
2095 <br>To: Petter Reinholdtsen
<petter.reinholdtsen (at) ...
>
2096 <br>CC: Postmottak
<Postmottak (at) dss.dep.no
>
2097 <br>Subject: SV: Innsynsbegjæring om MPEG/H
.264-relaterte avtaler
</p>
2099 <p>DSS har ikke inngått noen egen lisensavtale med MPEG-LA eller noen som
2100 representerer MPEG-LA i Norge. Videoløsningen på regjeringen.no er
2101 levert av Smartcom:tv. Lisensforholdet rundt H
.264 er ikke omtalt i
2102 vår avtale med Smartcom.
</p>
2104 <p>Vennlig hilsen
</p>
2106 <p>Mette Haga Nielsen
2107 <br>Fung. seksjonssjef
</p>
2109 <p>Departementenes servicesenter
</p>
2111 <p>Informasjonsforvaltning
2113 <p>Mobil
93 09 83 51
2114 <br>E-post mette-haga.nielsen (at) dss.dep.no
</p>
2117 <p>Hvis den norske regjeringen representert ved DSS ikke har slik
2118 avtale, så kan en kanskje konkludere med at det ikke trengs? Jeg er
2119 ikke trygg på at det er god juridisk grunn å stå på, men det er i det
2120 minste interessant å vite at hverken NRK eller DSS har funnet det
2121 nødvendig å ha avtale om bruk av H
.264.
</p>
2123 <p>Det forklarer ikke hvordan de kan ignorere bruksvilkårene knyttet
2124 til bruk av opphavsrettsbeskyttet materiale de bruker til
2125 videoproduksjon, med mindre slike vilkår kan ignoreres av selskaper og
2126 privatpersoner i Norge. Har de lov til å bryte vilkårene, eller har
2127 de brutt dem og så langt sluppet unna med det? Jeg aner ikke.
</p>
2133 Tags:
<a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/video">video
</a>,
<a href=
"http://people.skolelinux.org/pere/blog/tags/web">web
</a>.
2138 <div class=
"padding"></div>
2140 <p style=
"text-align: right;"><a href=
"video.rss"><img src=
"http://people.skolelinux.org/pere/blog/xml.gif" alt=
"RSS Feed" width=
"36" height=
"14" /></a></p>
2151 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/01/">January (
7)
</a></li>
2153 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/02/">February (
10)
</a></li>
2155 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/03/">March (
17)
</a></li>
2157 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/04/">April (
12)
</a></li>
2159 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/05/">May (
12)
</a></li>
2161 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2012/06/">June (
18)
</a></li>
2168 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/01/">January (
16)
</a></li>
2170 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/02/">February (
6)
</a></li>
2172 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/03/">March (
6)
</a></li>
2174 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/04/">April (
7)
</a></li>
2176 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/05/">May (
3)
</a></li>
2178 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/06/">June (
2)
</a></li>
2180 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/07/">July (
7)
</a></li>
2182 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/08/">August (
6)
</a></li>
2184 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/09/">September (
4)
</a></li>
2186 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/10/">October (
2)
</a></li>
2188 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/11/">November (
3)
</a></li>
2190 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2011/12/">December (
1)
</a></li>
2197 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/01/">January (
2)
</a></li>
2199 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/02/">February (
1)
</a></li>
2201 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/03/">March (
3)
</a></li>
2203 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/04/">April (
3)
</a></li>
2205 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/05/">May (
9)
</a></li>
2207 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/06/">June (
14)
</a></li>
2209 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/07/">July (
12)
</a></li>
2211 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/08/">August (
13)
</a></li>
2213 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/09/">September (
7)
</a></li>
2215 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/10/">October (
9)
</a></li>
2217 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/11/">November (
13)
</a></li>
2219 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2010/12/">December (
12)
</a></li>
2226 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/01/">January (
8)
</a></li>
2228 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/02/">February (
8)
</a></li>
2230 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/03/">March (
12)
</a></li>
2232 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/04/">April (
10)
</a></li>
2234 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/05/">May (
9)
</a></li>
2236 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/06/">June (
3)
</a></li>
2238 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/07/">July (
4)
</a></li>
2240 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/08/">August (
3)
</a></li>
2242 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/09/">September (
1)
</a></li>
2244 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/10/">October (
2)
</a></li>
2246 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/11/">November (
3)
</a></li>
2248 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2009/12/">December (
3)
</a></li>
2255 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/11/">November (
5)
</a></li>
2257 <li><a href=
"http://people.skolelinux.org/pere/blog/archive/2008/12/">December (
7)
</a></li>
2268 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/3d-printer">3d-printer (
13)
</a></li>
2270 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/amiga">amiga (
1)
</a></li>
2272 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/aros">aros (
1)
</a></li>
2274 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bitcoin">bitcoin (
2)
</a></li>
2276 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bootsystem">bootsystem (
12)
</a></li>
2278 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/bsa">bsa (
2)
</a></li>
2280 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian">debian (
55)
</a></li>
2282 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/debian edu">debian edu (
105)
</a></li>
2284 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/digistan">digistan (
9)
</a></li>
2286 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/drivstoffpriser">drivstoffpriser (
3)
</a></li>
2288 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/english">english (
137)
</a></li>
2290 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fiksgatami">fiksgatami (
16)
</a></li>
2292 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/fildeling">fildeling (
12)
</a></li>
2294 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/intervju">intervju (
28)
</a></li>
2296 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/kart">kart (
16)
</a></li>
2298 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ldap">ldap (
8)
</a></li>
2300 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/lenker">lenker (
4)
</a></li>
2302 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ltsp">ltsp (
1)
</a></li>
2304 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/multimedia">multimedia (
21)
</a></li>
2306 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/norsk">norsk (
178)
</a></li>
2308 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/nuug">nuug (
132)
</a></li>
2310 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/offentlig innsyn">offentlig innsyn (
3)
</a></li>
2312 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/open311">open311 (
2)
</a></li>
2314 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/opphavsrett">opphavsrett (
30)
</a></li>
2316 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/personvern">personvern (
48)
</a></li>
2318 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/raid">raid (
1)
</a></li>
2320 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/reprap">reprap (
11)
</a></li>
2322 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rfid">rfid (
2)
</a></li>
2324 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/robot">robot (
4)
</a></li>
2326 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/rss">rss (
1)
</a></li>
2328 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/ruter">ruter (
4)
</a></li>
2330 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/scraperwiki">scraperwiki (
1)
</a></li>
2332 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sikkerhet">sikkerhet (
23)
</a></li>
2334 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/sitesummary">sitesummary (
4)
</a></li>
2336 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/standard">standard (
33)
</a></li>
2338 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stavekontroll">stavekontroll (
1)
</a></li>
2340 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/stortinget">stortinget (
4)
</a></li>
2342 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/surveillance">surveillance (
10)
</a></li>
2344 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/valg">valg (
6)
</a></li>
2346 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/video">video (
29)
</a></li>
2348 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/vitenskap">vitenskap (
1)
</a></li>
2350 <li><a href=
"http://people.skolelinux.org/pere/blog/tags/web">web (
24)
</a></li>
2356 <p style=
"text-align: right">
2357 Created by
<a href=
"http://steve.org.uk/Software/chronicle">Chronicle v4.4
</a>