]> pere.pagekite.me Git - homepage.git/blob - blog/tags/video/video.rss
28d09bcc10f66a20274493144519ce6d313062d6
[homepage.git] / blog / tags / video / video.rss
1 <?xml version="1.0" encoding="utf-8"?>
2 <rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/'>
3 <channel>
4 <title>Petter Reinholdtsen - Entries tagged video</title>
5 <description>Entries tagged video</description>
6 <link>http://people.skolelinux.org/pere/blog/</link>
7
8
9 <item>
10 <title>Software video mixer on a USB stick</title>
11 <link>http://people.skolelinux.org/pere/blog/Software_video_mixer_on_a_USB_stick.html</link>
12 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Software_video_mixer_on_a_USB_stick.html</guid>
13 <pubDate>Sun, 28 Dec 2008 15:40:00 +0100</pubDate>
14 <description>
15 &lt;p&gt;The &lt;a href=&quot;http://www.nuug.no/&quot;&gt;Norwegian Unix User Group&lt;/a&gt; is
16 recording our montly presentation on video, and recently we have
17 worked on improving the quality of the recordings by mixing the slides
18 directly with the video stream. For this, we use the
19 &lt;a href=&quot;http://dvswitch.alioth.debian.org/&quot;&gt;dvswitch&lt;/a&gt; package from
20 the Debian video team. As this require quite one computer per video
21 source, and NUUG do not have enough laptops available, we need to
22 borrow laptops. And to avoid having to install extra software on
23 these borrwed laptops, I have wrapped up all the programs needed on a
24 bootable USB stick. The software required is dvswitch with assosiated
25 source, sink and mixer applications and
26 &lt;a href=&quot;http://www.kinodv.org/&quot;&gt;dvgrab&lt;/a&gt;. To allow this setup to
27 work without any configuration, I&#39;ve patched dvswitch to use
28 &lt;a href=&quot;http://www.avahi.org/&quot;&gt;avahi&lt;/a&gt; to connect the various parts
29 together. And to allow us to use laptops without firewire plugs, I
30 upgraded dvgrab to the one from Debian/unstable to get one that work
31 with USB sources. We have not yet tested this setup in a production
32 setup, but I hope it will work properly, and allow us to set up a
33 video mixer in a very short time frame. We will need it for
34 &lt;a href=&quot;http://www.goopen.no/&quot;&gt;Go Open 2009&lt;/a&gt;.&lt;/p&gt;
35
36 &lt;p&gt;&lt;a href=&quot;http://www.nuug.no/pub/video/bin/usbstick-dvswitch.img.gz&quot;&gt;The
37 USB image&lt;/a&gt; is for a 1 GB memory stick, but can be used on any
38 larger stick as well.&lt;/p&gt;
39 </description>
40 </item>
41
42 <item>
43 <title>When web browser developers make a video player...</title>
44 <link>http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html</link>
45 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/When_web_browser_developers_make_a_video_player___.html</guid>
46 <pubDate>Sat, 17 Jan 2009 18:50:00 +0100</pubDate>
47 <description>
48 &lt;p&gt;As part of the work we do in &lt;a href=&quot;http://www.nuug.no&quot;&gt;NUUG&lt;/a&gt;
49 to publish video recordings of our monthly presentations, we provide a
50 page with embedded video for easy access to the recording. Putting a
51 good set of HTML tags together to get working embedded video in all
52 browsers and across all operating systems is not easy. I hope this
53 will become easier when the &amp;lt;video&amp;gt; tag is implemented in all
54 browsers, but I am not sure. We provide the recordings in several
55 formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
56 browser/media plugin to pick one it support and use it to play the
57 recording, using whatever embed mechanism the browser understand.
58 There is at least four different tags to use for this, the new HTML5
59 &amp;lt;video&amp;gt; tag, the &amp;lt;object&amp;gt; tag, the &amp;lt;embed&amp;gt; tag and
60 the &amp;lt;applet&amp;gt; tag. All of these take a lot of options, and
61 finding the best options is a major challenge.&lt;/p&gt;
62
63 &lt;p&gt;I just tested the experimental Opera browser available from &lt;a
64 href=&quot;http://labs.opera.com&quot;&gt;labs.opera.com&lt;/a&gt;, to see how it handled
65 a &amp;lt;video&amp;gt; tag with a few video sources and no extra attributes.
66 I was not very impressed. The browser start by fetching a picture
67 from the video stream. Not sure if it is the first frame, but it is
68 definitely very early in the recording. So far, so good. Next,
69 instead of streaming the 76 MiB video file, it start to download all
70 of it, but do not start to play the video. This mean I have to wait
71 for several minutes for the downloading to finish. When the download
72 is done, the playing of the video do not start! Waiting for the
73 download, but I do not get to see the video? Some testing later, I
74 discover that I have to add the controls=&quot;true&quot; attribute to be able
75 to get a play button to pres to start the video. Adding
76 autoplay=&quot;true&quot; did not help. I sure hope this is a misfeature of the
77 test version of Opera, and that future implementations of the
78 &amp;lt;video&amp;gt; tag will stream recordings by default, or at least start
79 playing when the download is done.&lt;/p&gt;
80
81 &lt;p&gt;The test page I used (since changed to add more attributes) is
82 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/&quot;&gt;available
83 from the nuug site&lt;/a&gt;. Will have to test it with the new Firefox
84 too.&lt;/p&gt;
85
86 &lt;p&gt;In the test process, I discovered a missing feature. I was unable
87 to find a way to get the URL of the playing video out of Opera, so I
88 am not quite sure it picked the Ogg Theora version of the video. I
89 sure hope it was using the announced Ogg Theora support. :)&lt;/p&gt;
90 </description>
91 </item>
92
93 <item>
94 <title>Første vellykkede videostrøm fra NUUG</title>
95 <link>http://people.skolelinux.org/pere/blog/F__rste_vellykkede_videostr__m_fra_NUUG.html</link>
96 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/F__rste_vellykkede_videostr__m_fra_NUUG.html</guid>
97 <pubDate>Wed, 11 Feb 2009 06:30:00 +0100</pubDate>
98 <description>
99 &lt;p&gt;Jeg ble glad for å se under
100 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20090210-compiz/&quot;&gt;gårdagens
101 medlemsmøte&lt;/a&gt; i NUUG Oslo at utsending av live-video fra møtet
102 fungerte for første gang. Forrige gang ble det ved en teknisk tabbe
103 sendt video uten lyd. Vi kan takke Ole Kristian Lien og resten av
104 videogruppen i NUUG for at nå NUUG-medlemmer over det ganske land
105 kunne se foredraget samtidig med oss i Oslo. Vi opplevde til og med
106 under møtet å motta spørsmål via IRC som ble besvart der og da.
107 Opptaket publiseres så snart det er kopiert over til NUUGs
108 webserver og komprimert.&lt;/p&gt;
109 </description>
110 </item>
111
112 <item>
113 <title>Lisensvalg for NUUG-opptakene endelig på plass</title>
114 <link>http://people.skolelinux.org/pere/blog/Lisensvalg_for_NUUG_opptakene_endelig_p___plass.html</link>
115 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Lisensvalg_for_NUUG_opptakene_endelig_p___plass.html</guid>
116 <pubDate>Fri, 6 Mar 2009 21:20:00 +0100</pubDate>
117 <description>
118 &lt;p&gt;Etter mange års meditasjon over temaet, har NUUG endelig klart å
119 bestemme seg for hvilken lisens vi skal bruke på videoopptakene som
120 gjøres av NUUGs videogruppe. Ole Kristian har annonsert at lisensen
121 blir &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/no/&quot;&gt;Creative
122 Commons Navngivelse-Del på samme vilkår 3.0 Norge&lt;/a&gt;. Jeg er veldig
123 glad for at denne saken endelig er landet. Lisensen for opptaket til
124 Stallman-foredraget ble en annen pga. at lisensvalget ikke var avklart
125 på forhånd og IFI og PING ønsket CC-BY-ND, og må ses på som et unntak
126 i denne sammenhengen.&lt;/p&gt;
127 </description>
128 </item>
129
130 <item>
131 <title>Frikanalen og jul i studentrådet</title>
132 <link>http://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr__det.html</link>
133 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Frikanalen_og_jul_i_studentr__det.html</guid>
134 <pubDate>Wed, 11 Mar 2009 23:40:00 +0100</pubDate>
135 <description>
136 &lt;p&gt;I går
137 &lt;a href=&quot;http://lists.nuug.no/pipermail/interesserte/2009-March/000387.html&quot;&gt;lanserte&lt;/a&gt;
138 NUUGs videogruppe
139 &lt;a href=&quot;http://www.frikanalen.no&quot;&gt;Frikanalen&lt;/a&gt; med
140 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/frontpage.cgi&quot;&gt;åpne
141 standarder&lt;/a&gt;, og resultatet av noen intense uker med arbeide kunne
142 endelig presenteres. Jeg har tro på åpen kanalkonseptet som
143 Frikanalen er et eksempel på, der borgerne får anledning til å
144 kringkaste sitt syn på en åpen og demokratisk måte. Jeg er veldig
145 glad vi har fått gjort kanalen tilgjengelig i Ogg Theora, slik at alle
146 kan få tilgang til opptakene på web, og slipper å måtte installere MS
147 Silverlight for å spille av opptakene.&lt;/p&gt;
148
149 &lt;p&gt;Frikanalen har en brokete historie, og dagens inkarnasjon er ikke
150 helt slik foreningen Åpen kanal planla det for mange år siden, noe som
151 er bakgrunnen for at det fredag 13. mars 2009 kl 09:00 starter en
152 rettsak i Oslo tingrett der Kringkasterforeningen (tidligere
153 foreningen Åpen kanal) har saksøkt kulturdepartementet over
154 konsesjonsvilkårene til Frikanalen. Jeg er spent på resultatet.&lt;/p&gt;
155
156 &lt;p&gt;I arbeidet med Frikanalen med åpne standarder, så har vi hatt glede
157 av å se en rekke av innslagene som er tilgjengelig. Her er mye
158 religiøst sludder, fra
159 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=720&quot;&gt;vandring
160 i jerusalem&lt;/a&gt; via
161 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=779&quot;&gt;religiøst
162 vinklede nyheter&lt;/a&gt; til
163 &lt;a
164 href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=2077&quot;&gt;kreasjonisk
165 retorikk&lt;/a&gt;, men også fine
166 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=407&quot;&gt;dokumentarer
167 om redningsselskapet&lt;/a&gt; og
168 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=2204&quot;&gt;interessante
169 tegneserieanmeldelser&lt;/a&gt;. Det jeg derimot har hatt størst glede av,
170 er
171
172 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/fetchvideo.cgi?videoId=1556&quot;&gt;jul
173 i studentrådet&lt;/a&gt;, der hver episode var en fest å se på. Jeg håper
174 NUUG lykkes med å få ut sine opptak med like stor suksess.&lt;/p&gt;
175 </description>
176 </item>
177
178 <item>
179 <title>Recording video from cron using VLC</title>
180 <link>http://people.skolelinux.org/pere/blog/Recording_video_from_cron_using_VLC.html</link>
181 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Recording_video_from_cron_using_VLC.html</guid>
182 <pubDate>Sun, 5 Apr 2009 10:00:00 +0200</pubDate>
183 <description>
184 &lt;p&gt;One think I have wanted to figure out for a along time is how to
185 run vlc from cron to do recording of video streams on the net. The
186 task is trivial with mplayer, but I do not really trust the security
187 of mplayer (it crashes too often on strange input), and thus prefer
188 vlc. I finally found a way to do it today. I spent an hour or so
189 searching the web for recipes and reading the documentation. The
190 hardest part was to get rid of the GUI window, but after finding the
191 dummy interface, the command line finally presented itself:&lt;/p&gt;
192
193 &lt;blockquote&gt;&lt;pre&gt;URL=http://www.ping.uio.no/video/rms-oslo_2009.ogg
194 SAVEFILE=rms.ogg
195 DISPLAY= vlc -q $URL \
196 --sout=&quot;#duplicate{dst=std{access=file,url=&#39;$SAVEFILE&#39;},dst=nodisplay}&quot; \
197 --intf=dummy&lt;/pre&gt;&lt;/blockquote&gt;
198
199 &lt;p&gt;The command stream the URL and store it in the SAVEFILE by
200 duplicating the output stream to &quot;nodisplay&quot; and the file, using the
201 dummy interface. The dummy interface and the nodisplay output make
202 sure no X interface is needed.&lt;/p&gt;
203
204 &lt;p&gt;The cron job then need to start this job with the appropriate URL
205 and file name to save, sleep for the duration wanted, and then kill
206 the vlc process with SIGTERM. Here is a complete script
207 &lt;tt&gt;vlc-record&lt;/tt&gt; to use from &lt;tt&gt;at&lt;/tt&gt; or &lt;tt&gt;cron&lt;/tt&gt;:&lt;/p&gt;
208
209 &lt;blockquote&gt;&lt;pre&gt;#!/bin/sh
210 set -e
211 URL=&quot;$1&quot;
212 SAVEFILE=&quot;$2&quot;
213 DURATION=&quot;$3&quot;
214 DISPLAY= vlc -q &quot;$URL&quot; \
215 --sout=&quot;#duplicate{dst=std{access=file,url=&#39;$SAVEFILE&#39;},dst=nodisplay}&quot; \
216 --intf=dummy &lt; /dev/null &gt; /dev/null 2&gt;&amp;1 &amp;
217 pid=$!
218 sleep $DURATION
219 kill $pid
220 wait $pid&lt;/pre&gt;&lt;/blockquote&gt;
221 </description>
222 </item>
223
224 <item>
225 <title>Microsofts misvisende argumentasjon rundt multimediaformater</title>
226 <link>http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</link>
227 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Microsofts_misvisende_argumentasjon_rundt_multimediaformater.html</guid>
228 <pubDate>Fri, 26 Jun 2009 15:30:00 +0200</pubDate>
229 <description>
230 &lt;p&gt;I
231 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/Hoeringer/Refkat_V2/MicrosoftNorge.pdf&quot;&gt;Microsoft
232 sin høringsuttalelse&lt;/a&gt; til
233 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html?id=549422&quot;&gt;forslag
234 til versjon 2 av statens referansekatalog over standarder&lt;/a&gt;, lirer
235 de av seg følgende FUD-perle:&lt;/p&gt;
236
237 &lt;p&gt;&lt;blockquote&gt;&quot;Vorbis, OGG, Theora og FLAC er alle tekniske
238 spesifikasjoner overordnet styrt av xiph.org, som er en
239 ikke-kommersiell organisasjon. Etablerte og anerkjente
240 standardiseringsorganisasjoner, som Oasis, W3C og Ecma, har en godt
241 innarbeidet vedlikeholds- og forvaltningsprosess av en standard.
242 Det er derimot helt opp til hver enkelt organisasjon å bestemme
243 hvordan tekniske spesifikasjoner videreutvikles og endres, og disse
244 spesifikasjonene bør derfor ikke defineres som åpne
245 standarder.&quot;&lt;/blockquote&gt;&lt;/p&gt;
246
247 &lt;p&gt;De vokter seg vel for å nevne den anerkjente
248 standardiseringsorganisasjonen IETF, som er organisasjonen bak HTTP,
249 IP og det meste av protokoller på Internet, og RFC-standardene som
250 IETF står bak. Ogg er spesifisert i
251 &lt;a href=&quot;http://ietf.org/rfc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, og er uten
252 tvil å anse som en åpen standard. Vorbis er
253 &lt;a href=&quot;http://ietf.org/rfc/rfc5215.txt&quot;&gt;RFC 5215&lt;/a&gt;. Theora er
254
255 under standardisering via IETF, med
256 &lt;a href=&quot;http://svn.xiph.org/trunk/theora/doc/draft-ietf-avt-rtp-theora-00.txt&quot;&gt;siste
257 utkast publisert 2006-07-21&lt;/a&gt; (riktignok er dermed teksten ikke
258 skrevet i stein ennå, men det blir neppe endringer som ikke er
259 bakoverkompatibel). De kan være inne på noe når det gjelder FLAC da
260 jeg ikke finner tegn til at &lt;a
261 href=&quot;http://flac.sourceforge.net/format.html&quot;&gt;spesifikasjonen
262 tilgjengelig på web&lt;/a&gt; er på tur via noen
263 standardiseringsorganisasjon, men i og med at folkene bak Ogg, Theora
264 og Vorbis også har involvert seg i Flac siden 2003, så ser jeg ikke
265 bort fra at også den organiseres via IETF. Jeg kjenner personlig lite
266 til FLAC.&lt;/p&gt;
267
268 &lt;p&gt;Uredelig argumentasjon bør en holde seg for god til å komme med,
269 spesielt når det er så enkelt i dagens Internet-hverdag å gå
270 misvisende påstander etter i sømmene.&lt;/p&gt;
271 </description>
272 </item>
273
274 <item>
275 <title>Regjerningen forlater prinsippet om ingen royalty-betaling i standardkatalogen versjon 2</title>
276 <link>http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</link>
277 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningen_forlater_prinsippet_om_ingen_royalty_betaling_i_standardkatalogen_versjon_2.html</guid>
278 <pubDate>Mon, 6 Jul 2009 21:00:00 +0200</pubDate>
279 <description>
280 &lt;p&gt;Jeg ble glad da regjeringen
281 &lt;a href=&quot;http://www.digi.no/817635/her-er-statens-nye-it-standarder&quot;&gt;annonserte&lt;/a&gt;
282 versjon 2 av
283 &lt;a href=&quot;http://www.regjeringen.no/upload/FAD/Vedlegg/IKT-politikk/Referansekatalogen_versjon2.pdf&quot;&gt;statens
284 referansekatalog over standarder&lt;/a&gt;, men trist da jeg leste hva som
285 faktisk var vedtatt etter
286 &lt;a href=&quot;http://www.regjeringen.no/nb/dep/fad/dok/horinger/horingsdokumenter/2009/horing---referansekatalog-versjon-2.html&quot;&gt;høringen&lt;/a&gt;.
287 De fleste av de valgte åpne standardene er gode og vil bidra til at
288 alle kan delta på like vilkår i å lage løsninger for staten, men
289 noen av dem blokkerer for de som ikke har anledning til å benytte
290 spesifikasjoner som krever betaling for bruk (såkalt
291 royalty-betaling). Det gjelder spesifikt for H.264 for video og MP3
292 for lyd. Så lenge bruk av disse var valgfritt mens Ogg Theora og Ogg
293 Vorbis var påkrevd, kunne alle som ønsket å spille av video og lyd
294 fra statens websider gjøre dette uten å måtte bruke programmer der
295 betaling for bruk var nødvendig. Når det nå er gjort valgfritt for
296 de statlige etatene å bruke enten H.264 eller Theora (og MP3 eler
297 Vorbis), så vil en bli tvunget til å forholde seg til
298 royalty-belastede standarder for å få tilgang til videoen og
299 lyden.&lt;/p&gt;
300
301 &lt;p&gt;Det gjør meg veldig trist at regjeringen har forlatt prinsippet om
302 at alle standarder som ble valgt til å være påkrevd i katalogen skulle
303 være uten royalty-betaling. Jeg håper det ikke betyr at en har mistet
304 all forståelse for hvilke prinsipper som må følges for å oppnå
305 likeverdig konkurranse mellom aktørene i IT-bransjen. NUUG advarte
306 mot dette i
307 &lt;a href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2&quot;&gt;sin
308 høringsuttalelse&lt;/a&gt;, men ser ut til å ha blitt ignorert.&lt;/p&gt;
309 </description>
310 </item>
311
312 <item>
313 <title>Regjerningens oppsummering av høringen om standardkatalogen versjon 2</title>
314 <link>http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h__ringen_om_standardkatalogen_versjon_2.html</link>
315 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Regjerningens_oppsummering_av_h__ringen_om_standardkatalogen_versjon_2.html</guid>
316 <pubDate>Thu, 9 Jul 2009 14:40:00 +0200</pubDate>
317 <description>
318 &lt;p&gt;For å forstå mer om hvorfor standardkatalogens versjon 2 ble som
319 den ble, har jeg bedt om kopi fra FAD av dokumentene som ble lagt frem
320 for regjeringen da de tok sin avgjørelse. De er nå lagt ut på NUUGs
321 wiki, direkte tilgjengelig via &quot;&lt;a
322 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon.pdf&quot;&gt;Referansekatalogen
323 v2.0 - Oppsummering av høring&lt;/a&gt;&quot; og &quot;&lt;a
324 href=&quot;http://wiki.nuug.no/uttalelser/200901-standardkatalog-v2?action=AttachFile&amp;do=get&amp;target=kongelig-resolusjon-katalogutkast.pdf&quot;&gt;Referansekatalog
325 for IT-standarder i offentlig sektor Versjon 2.0, dd.mm.åååå -
326 UTKAST&lt;/a&gt;&quot;.&lt;/p&gt;
327
328 &lt;p&gt;Det er tre ting jeg merker meg i oppsummeringen fra
329 høringsuttalelsen da jeg skummet igjennom den. Det første er at
330 forståelsen av hvordan programvarepatenter påvirker fri
331 programvareutvikling også i Norge når en argumenterer med at
332 royalty-betaling ikke er et relevant problem i Norge. Det andre er at
333 FAD ikke har en prinsipiell forståelse av verdien av en enkelt
334 standard innenfor hvert område. Det siste er at påstander i
335 høringsuttalelsene ikke blir etterprøvd (f.eks. påstanden fra
336 Microsoft om hvordan Ogg blir standardisert og påstanden fra
337 politidirektoratet om patentproblemer i Theora).&lt;/p&gt;
338 </description>
339 </item>
340
341 <item>
342 <title>Første NUUG-fordrag sendt på TV</title>
343 <link>http://people.skolelinux.org/pere/blog/F__rste_NUUG_fordrag_sendt_p___TV.html</link>
344 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/F__rste_NUUG_fordrag_sendt_p___TV.html</guid>
345 <pubDate>Tue, 8 Dec 2009 12:00:00 +0100</pubDate>
346 <description>
347 &lt;p&gt;Endelig har NUUG klart å få kringkastet ut et av sine fordrag på
348 TV. Foredraget om
349 &lt;a href=&quot;http://www.nuug.no/aktiviteter/20090512-bifrost/&quot;&gt;utskriftsløsningen
350 Biforst&lt;/a&gt; var først ute, pga. at det var det nyeste foredraget som
351 var holdt på norsk, og dermed slapp vi å finne ut av hvordan
352 teksting av video skulle gjøres.&lt;/p&gt;
353
354 &lt;p&gt;NUUG har vært involvert i
355 &lt;a href=&quot;http://www.frikanalen.no/&quot;&gt;Frikanalen&lt;/a&gt; en stund nå, for å
356 forsøke å få ut budskapet vårt også på TV, og dette første foredraget
357 er en sped start på det vi har planlagt.&lt;/p&gt;
358
359 &lt;p&gt;NUUGs første foredrag sendes ut via frikanelen på digitalt
360 bakkenett, og alle abonnenter av riks-TV skal dermed ha mulighet til å
361 ta inn sendingen. Slå på TVen 5/12 16:05 (for sent), 12/12 14:00,
362 19/12 16:00, 24/12 15:37 eller 26/12 16:11 i år, så skal du få se
363 meg, Tollef og alle andre de som deltok på møtet på TV.&lt;p&gt;
364 </description>
365 </item>
366
367 <item>
368 <title>Some notes on Flash in Debian and Debian Edu</title>
369 <link>http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</link>
370 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Some_notes_on_Flash_in_Debian_and_Debian_Edu.html</guid>
371 <pubDate>Sat, 4 Sep 2010 10:10:00 +0200</pubDate>
372 <description>
373 &lt;p&gt;In the &lt;a href=&quot;http://popcon.debian.org/unknown/by_vote&quot;&gt;Debian
374 popularity-contest numbers&lt;/a&gt;, the adobe-flashplugin package the
375 second most popular used package that is missing in Debian. The sixth
376 most popular is flashplayer-mozilla. This is a clear indication that
377 working flash is important for Debian users. Around 10 percent of the
378 users submitting data to popcon.debian.org have this package
379 installed.&lt;/p&gt;
380
381 &lt;p&gt;In the report written by Lars Risan in August 2008
382&lt;a href=&quot;http://wiki.skolelinux.no/Dokumentasjon/Rapporter?action=AttachFile&amp;do=view&amp;target=Skolelinux_i_bruk_rapport_1.0.pdf&quot;&gt;Skolelinux
383 i bruk – Rapport for Hurum kommune, Universitetet i Agder og
384 stiftelsen SLX Debian Labs&lt;/a&gt;»), one of the most important problems
385 schools experienced with &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
386 Edu/Skolelinux&lt;/a&gt; was the lack of working Flash. A lot of educational
387 web sites require Flash to work, and lacking working Flash support in
388 the web browser and the problems with installing it was perceived as a
389 good reason to stay with Windows.&lt;/p&gt;
390
391 &lt;p&gt;I once saw a funny and sad comment in a web forum, where Linux was
392 said to be the retarded cousin that did not really understand
393 everything you told him but could work fairly well. This was a
394 comment regarding the problems Linux have with proprietary formats and
395 non-standard web pages, and is sad because it exposes a fairly common
396 understanding of whose fault it is if web pages that only work in for
397 example Internet Explorer 6 fail to work on Firefox, and funny because
398 it explain very well how annoying it is for users when Linux
399 distributions do not work with the documents they receive or the web
400 pages they want to visit.&lt;/p&gt;
401
402 &lt;p&gt;This is part of the reason why I believe it is important for Debian
403 and Debian Edu to have a well working Flash implementation in the
404 distribution, to get at least popular sites as Youtube and Google
405 Video to working out of the box. For Squeeze, Debian have the chance
406 to include the latest version of Gnash that will make this happen, as
407 the new release 0.8.8 was published a few weeks ago and is resting in
408 unstable. The new version work with more sites that version 0.8.7.
409 The Gnash maintainers have asked for a freeze exception, but the
410 release team have not had time to reply to it yet. I hope they agree
411 with me that Flash is important for the Debian desktop users, and thus
412 accept the new package into Squeeze.&lt;/p&gt;
413 </description>
414 </item>
415
416 <item>
417 <title>Terms of use for video produced by a Canon IXUS 130 digital camera</title>
418 <link>http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</link>
419 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html</guid>
420 <pubDate>Thu, 9 Sep 2010 23:55:00 +0200</pubDate>
421 <description>
422 &lt;p&gt;A few days ago I had the mixed pleasure of bying a new digital
423 camera, a Canon IXUS 130. It was instructive and very disturbing to
424 be able to verify that also this camera producer have the nerve to
425 specify how I can or can not use the videos produced with the camera.
426 Even thought I was aware of the issue, the options with new cameras
427 are limited and I ended up bying the camera anyway. What is the
428 problem, you might ask? It is software patents, MPEG-4, H.264 and the
429 MPEG-LA that is the problem, and our right to record our experiences
430 without asking for permissions that is at risk.
431
432 &lt;p&gt;On page 27 of the Danish instruction manual, this section is
433 written:&lt;/p&gt;
434
435 &lt;blockquote&gt;
436 &lt;p&gt;This product is licensed under AT&amp;T patents for the MPEG-4 standard
437 and may be used for encoding MPEG-4 compliant video and/or decoding
438 MPEG-4 compliant video that was encoded only (1) for a personal and
439 non-commercial purpose or (2) by a video provider licensed under the
440 AT&amp;T patents to provide MPEG-4 compliant video.&lt;/p&gt;
441
442 &lt;p&gt;No license is granted or implied for any other use for MPEG-4
443 standard.&lt;/p&gt;
444 &lt;/blockquote&gt;
445
446 &lt;p&gt;In short, the camera producer have chosen to use technology
447 (MPEG-4/H.264) that is only provided if I used it for personal and
448 non-commercial purposes, or ask for permission from the organisations
449 holding the knowledge monopoly (patent) for technology used.&lt;/p&gt;
450
451 &lt;p&gt;This issue has been brewing for a while, and I recommend you to
452 read
453 &quot;&lt;a href=&quot;http://www.osnews.com/story/23236/Why_Our_Civilization_s_Video_Art_and_Culture_is_Threatened_by_the_MPEG-LA&quot;&gt;Why
454 Our Civilization&#39;s Video Art and Culture is Threatened by the
455 MPEG-LA&lt;/a&gt;&quot; by Eugenia Loli-Queru and
456 &quot;&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;H.264 Is Not
457 The Sort Of Free That Matters&lt;/a&gt;&quot; by Simon Phipps to learn more about
458 the issue. The solution is to support the
459 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;free and
460 open standards&lt;/a&gt; for video, like &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg
461 Theora&lt;/a&gt;, and avoid MPEG-4 and H.264 if you can.&lt;/p&gt;
462 </description>
463 </item>
464
465 <item>
466 <title>TED talks på norsk og NUUG-foredrag - frivillige trengs til teksting</title>
467 <link>http://people.skolelinux.org/pere/blog/TED_talks_p___norsk_og_NUUG_foredrag___frivillige_trengs_til_teksting.html</link>
468 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/TED_talks_p___norsk_og_NUUG_foredrag___frivillige_trengs_til_teksting.html</guid>
469 <pubDate>Fri, 1 Oct 2010 11:00:00 +0200</pubDate>
470 <description>
471 &lt;p&gt;Frikanalen og NUUG jobber for å få &lt;a href=&quot;http://www.ted.com&quot;&gt;TED
472 talks&lt;/a&gt; kringkastet på
473 &lt;a href=&quot;http://www.frikanalen.no/&quot;&gt;Frikanalen&lt;/a&gt;, for å gi et mer
474 variert innhold på kanalen som i dag sendes på RiksTV, Lyse og
475 Uninett. Før innslagene kan sendes må det lages norske undertekster,
476 og dette her trengs det frivillige. Det er hundrevis av innslag, men
477 mine favoritter er
478 &lt;a href=&quot;http://www.ted.com/talks/james_randi.html&quot;&gt;James Randi&lt;/a&gt; og
479 &lt;a href=&quot;http://www.ted.com/talks/lang/eng/michael_specter_the_danger_of_science_denial.html&quot;&gt;Michael
480 Specter&lt;/a&gt;. Hvis du har litt tid til overs, bli med på å oversette
481 TED-foredragene til norsk og få på plass undertekster. TED har
482 allerede opplegg på plass for å håndtere oversettelser og
483 undertekster. Registrer deg på
484 &lt;a href=&quot;http://www.ted.com/translate/forted&quot;&gt;sidene til TED&lt;/a&gt; i
485 dag!&lt;/p&gt;
486
487 &lt;p&gt;NUUG holder også på å få alle opptakene fra NUUG-presentasjonene
488 &lt;a href=&quot;http://www.nuug.no/pub/video/frikanalen/frontpage.cgi?organization=NUUG&quot;&gt;publisert
489 på Frikanalen&lt;/a&gt;. Foredrag på engelsk må også her tekstes og
490 oversettes. Ta kontakt med video@nuug.no hvis du vil bidra med
491 teksting og oversetting. Arbeidet koordineres på epostlisten og på
492 IRC (#nuug-video på irc.oftc.org), og &lt;a
493 href=&quot;http://wiki.nuug.no/grupper/video/frikanalen&quot;&gt;en wikiside&lt;/a&gt;
494 brukes som notatblokk for arbeidet. Mest lovende verktøy for dette
495 ser i dag ut til å være
496 &lt;a href=&quot;http://universalsubtitles.org/&quot;&gt;Universal Subtitles&lt;/a&gt;, som
497 lar en bidra med teksting via en nettleser.&lt;/p&gt;
498 </description>
499 </item>
500
501 <item>
502 <title>Pledge for funding to the Gnash project to get AVM2 support</title>
503 <link>http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html</link>
504 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Pledge_for_funding_to_the_Gnash_project_to_get_AVM2_support.html</guid>
505 <pubDate>Tue, 19 Oct 2010 14:45:00 +0200</pubDate>
506 <description>
507 &lt;p&gt;&lt;a href=&quot;http://www.getgnash.org/&quot;&gt;The Gnash project&lt;/a&gt; is the
508 most promising solution for a Free Software Flash implementation. It
509 has done great so far, but there is still far to go, and recently its
510 funding has dried up. I believe AVM2 support in Gnash is vital to the
511 continued progress of the project, as more and more sites show up with
512 AVM2 flash files.&lt;/p&gt;
513
514 &lt;p&gt;To try to get funding for developing such support, I have started
515 &lt;a href=&quot;http://www.pledgebank.com/gnash-avm2&quot;&gt;a pledge&lt;/a&gt; with the
516 following text:&lt;/P&gt;
517
518 &lt;p&gt;&lt;blockquote&gt;
519
520 &lt;p&gt;&quot;I will pay 100$ to the Gnash project to develop AVM2 support but
521 only if 10 other people will do the same.&quot;&lt;/p&gt;
522
523 &lt;p&gt;- Petter Reinholdtsen, free software developer&lt;/p&gt;
524
525 &lt;p&gt;Deadline to sign up by: 24th December 2010&lt;/p&gt;
526
527 &lt;p&gt;The Gnash project need to get support for the new Flash file
528 format AVM2 to work with a lot of sites using Flash on the
529 web. Gnash already work with a lot of Flash sites using the old AVM1
530 format, but more and more sites are using the AVM2 format these
531 days. The project web page is available from
532 http://www.getgnash.org/ . Gnash is a free software implementation
533 of Adobe Flash, allowing those of us that do not accept the terms of
534 the Adobe Flash license to get access to Flash sites.&lt;/p&gt;
535
536 &lt;p&gt;The project need funding to get developers to put aside enough
537 time to develop the AVM2 support, and this pledge is my way to try
538 to get this to happen.&lt;/p&gt;
539
540 &lt;p&gt;The project accept donations via the OpenMediaNow foundation,
541 &lt;a href=&quot;http://www.openmedianow.org/?q=node/32&quot;&gt;http://www.openmedianow.org/?q=node/32&lt;/a&gt; .&lt;/p&gt;
542
543 &lt;/blockquote&gt;&lt;/p&gt;
544
545 &lt;p&gt;I hope you will support this effort too. I hope more than 10
546 people will participate to make this happen. The more money the
547 project gets, the more features it can develop using these funds.
548 :)&lt;/p&gt;
549 </description>
550 </item>
551
552 <item>
553 <title>Best å ikke fortelle noen at streaming er nedlasting...</title>
554 <link>http://people.skolelinux.org/pere/blog/Best____ikke_fortelle_noen_at_streaming_er_nedlasting___.html</link>
555 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Best____ikke_fortelle_noen_at_streaming_er_nedlasting___.html</guid>
556 <pubDate>Sat, 30 Oct 2010 11:20:00 +0200</pubDate>
557 <description>
558 &lt;p&gt;I dag la jeg inn en kommentar på en sak hos NRKBeta
559 &lt;a href=&quot;http://nrkbeta.no/2010/10/27/bakom-blindpassasjer-del-1/&quot;&gt;om
560 hvordan TV-serien Blindpassasjer ble laget&lt;/a&gt; i forbindelse med at
561 filmene NRK la ut ikke var tilgjengelig i et
562 &lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;fritt og
563 åpent format&lt;/a&gt;. Dette var det jeg skrev publiserte der 07:39.&lt;/p&gt;
564
565 &lt;p&gt;&lt;blockquote&gt;
566 &lt;p&gt;&quot;Vi fikk en kommentar rundt måten streamet innhold er beskyttet fra
567 nedlasting. Mange av oss som kan mer enn gjennomsnittet om systemer
568 som dette, vet at det stort sett er mulig å lure ut ting med den
569 nødvendige forkunnskapen.&quot;&lt;/p&gt;
570
571 &lt;p&gt;Haha. Å streame innhold er det samme som å laste ned innhold, så å
572 beskytte en stream mot nedlasting er ikke mulig. Å skrive noe slikt
573 er å forlede leseren.&lt;/p&gt;
574
575 &lt;p&gt;Med den bakgrunn blir forklaringen om at noen rettighetshavere kun
576 vil tillate streaming men ikke nedlasting meningsløs.&lt;/p&gt;
577
578 &lt;p&gt;Anbefaler forresten å lese
579 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&quot;&gt;http://blogs.computerworlduk.com/simon-says/2010/10/drm-is-toxic-to-culture/index.htm&lt;/a&gt;
580 om hva som ville være konsekvensen hvis digitale avspillingssperrer
581 (DRM) fungerte. Det gjør de naturligvis ikke teknisk - det er jo
582 derfor de må ha totalitære juridiske beskyttelsesmekanismer på plass,
583 men det er skremmende hva samfunnet tillater og NRK er med på å bygge
584 opp under.&lt;/p&gt;
585 &lt;/blockquote&gt;&lt;/p&gt;
586
587 &lt;p&gt;Ca. 20 minutter senere får jeg følgende epost fra Anders Hofseth i
588 NRKBeta:&lt;/p&gt;
589
590 &lt;p&gt;&lt;blockquote&gt;
591 &lt;p&gt;From: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
592 &lt;br&gt;To: &quot;pere@hungry.com&quot; &amp;lt;pere@hungry.com&gt;
593 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;, Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;, Henrik Lied &amp;lt;XXX@gmail.com&gt;
594 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
595 &lt;br&gt;Date: Sat, 30 Oct 2010 07:58:44 +0200&lt;/p&gt;
596
597 &lt;p&gt;Hei Petter.
598 &lt;br&gt;Det du forsøker dra igang er egentlig en interessant diskusjon,
599 men om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt
600 om å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
601 særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
602
603 &lt;p&gt;Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er
604 fjernet og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
605 konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
606
607 &lt;p&gt;Med hilsen,
608 &lt;br&gt;-anders&lt;/p&gt;
609
610 &lt;p&gt;Ring meg om noe er uklart: 95XXXXXXX&lt;/p&gt;
611 &lt;/blockquote&gt;&lt;/p&gt;
612
613 &lt;p&gt;Ble så fascinert over denne holdningen, at jeg forfattet og sendte
614 over følgende svar. I og med at debatten er fjernet fra NRK Betas
615 kommentarfelt, så velger jeg å publisere her på bloggen min i stedet.
616 Har fjernet epostadresser og telefonnummer til de involverte, for å
617 unngå at de tiltrekker seg uønskede direkte kontaktforsøk.&lt;/p&gt;
618
619 &lt;p&gt;&lt;blockquote&gt;
620 &lt;p&gt;From: Petter Reinholdtsen &amp;lt;pere@hungry.com&gt;
621 &lt;br&gt;To: Anders Hofseth &amp;lt;XXX@gmail.com&gt;
622 &lt;br&gt;Cc: Eirik Solheim &amp;lt;XXX@gmail.com&gt;,
623 &lt;br&gt; Jon Ståle Carlsen &amp;lt;XXX@gmail.com&gt;,
624 &lt;br&gt; Henrik Lied &amp;lt;XXX@gmail.com&gt;
625 &lt;br&gt;Subject: Re: [NRKbeta] Kommentar: &quot;Bakom Blindpassasjer: del 1&quot;
626 &lt;br&gt;Date: Sat, 30 Oct 2010 08:24:34 +0200&lt;/p&gt;
627
628 &lt;p&gt;[Anders Hofseth]
629 &lt;br&gt;&gt; Hei Petter.&lt;/p&gt;
630
631 &lt;p&gt;Hei.&lt;/p&gt;
632
633 &lt;p&gt;&gt; Det du forsøker dra igang er egentlig en interessant diskusjon, men
634 &lt;br&gt;&gt; om vi skal kjøre den i kommentarfeltet her, vil vi kunne bli bedt om
635 &lt;br&gt;&gt; å fjerne blindpassasjer fra nett- tv og det vil heller ikke bli
636 &lt;br&gt;&gt; særlig lett å klarere ut noe annet arkivmateriale på lang tid.&lt;/p&gt;
637
638 &lt;p&gt;Godt å se at du er enig i at dette er en interessant diskusjon. Den
639 vil nok fortsette en stund til. :)&lt;/p&gt;
640
641 &lt;p&gt;Må innrømme at jeg synes det er merkelig å lese at dere i NRK med
642 vitende og vilje ønsker å forlede rettighetshaverne for å kunne
643 fortsette å legge ut arkivmateriale.&lt;/p&gt;
644
645 &lt;p&gt;Kommentarer og diskusjoner i bloggene til NRK Beta påvirker jo ikke
646 faktum, som er at streaming er det samme som nedlasting, og at innhold
647 som er lagt ut på nett kan lagres lokalt for avspilling når en ønsker
648 det.&lt;/p&gt;
649
650 &lt;p&gt;Det du sier er jo at klarering av arkivmateriale for publisering på
651 web krever at en holder faktum skjult fra debattfeltet på NRKBeta.
652 Det er ikke et argument som holder vann. :)&lt;/p&gt;
653
654 &lt;p&gt;&gt; Dette er en situasjon NRKbeta ikke ønsker, så kommentaren er fjernet
655 &lt;br&gt;&gt; og den delen av diskusjonen er avsluttet på nrkbeta, vi antar
656 &lt;br&gt;&gt; konsekvensene vi beskriver ikke er noe du ønsker heller...&lt;/p&gt;
657
658 &lt;p&gt;Personlig ønsker jeg at NRK skal slutte å stikke hodet i sanden og
659 heller være åpne på hvordan virkeligheten fungerer, samt ta opp kampen
660 mot de som vil låse kulturen inne. Jeg synes det er en skam at NRK
661 godtar å forlede publikum. Ville heller at NRK krever at innhold som
662 skal sendes skal være uten bruksbegresninger og kan publiseres i
663 formater som heller ikke har bruksbegresninger (bruksbegresningene til
664 H.264 burde få varselbjellene i NRK til å ringe).&lt;/p&gt;
665
666 &lt;p&gt;At NRK er med på DRM-tåkeleggingen og at det kommer feilaktive
667 påstander om at &quot;streaming beskytter mot nedlasting&quot; som bare er egnet
668 til å bygge opp om en myte som er skadelig for samfunnet som helhet.&lt;/p&gt;
669
670 &lt;p&gt;Anbefaler &amp;lt;URL:&lt;a href=&quot;http://webmink.com/2010/09/03/h-264-and-foss/&quot;&gt;http://webmink.com/2010/09/03/h-264-and-foss/&lt;/a&gt;&gt; og en
671 titt på
672 &amp;lt;URL: &lt;a href=&quot;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&quot;&gt;http://people.skolelinux.org/pere/blog/Terms_of_use_for_video_produced_by_a_Canon_IXUS_130_digital_camera.html&lt;/a&gt; &gt;.
673 for å se hva slags bruksbegresninger H.264 innebærer.&lt;/p&gt;
674
675 &lt;p&gt;Hvis dette innebærer at NRK må være åpne med at arkivmaterialet ikke
676 kan brukes før rettighetshaverene også innser at de er med på å skade
677 samfunnets kultur og kollektive hukommelse, så får en i hvert fall
678 synliggjort konsekvensene og antagelig mer flammer på en debatt som er
679 langt på overtid.&lt;/p&gt;
680
681 &lt;p&gt;&gt; Ring meg om noe er uklart: XXX&lt;/p&gt;
682
683 &lt;p&gt;Intet uklart, men ikke imponert over måten dere håndterer debatten på.
684 Hadde du i stedet kommet med et tilsvar i kommentarfeltet der en
685 gjorde det klart at blindpassasjer-blogpostingen ikke var riktig sted
686 for videre diskusjon hadde dere i mine øyne kommet fra det med
687 ryggraden på plass.&lt;/p&gt;
688
689 &lt;p&gt;PS: Interessant å se at NRK-ansatte ikke bruker NRK-epostadresser.&lt;/p&gt;
690
691 &lt;p&gt;Som en liten avslutning, her er noen litt morsomme innslag om temaet.
692 &amp;lt;URL: &lt;a href=&quot;http://www.archive.org/details/CopyingIsNotTheft&quot;&gt;http://www.archive.org/details/CopyingIsNotTheft&lt;/a&gt; &gt; og
693 &amp;lt;URL: &lt;a href=&quot;http://patentabsurdity.com/&quot;&gt;http://patentabsurdity.com/&lt;/a&gt; &gt; hadde vært noe å kringkaste på
694 NRK1. :)&lt;/p&gt;
695
696 &lt;p&gt;Vennlig hilsen,
697 &lt;br&gt;--
698 &lt;br&gt;Petter Reinholdtsen&lt;/p&gt;
699 </description>
700 </item>
701
702 <item>
703 <title>Why isn&#39;t Debian Edu using VLC?</title>
704 <link>http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</link>
705 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Why_isn_t_Debian_Edu_using_VLC_.html</guid>
706 <pubDate>Sat, 27 Nov 2010 11:30:00 +0100</pubDate>
707 <description>
708 &lt;p&gt;In the latest issue of Linux Journal, the readers choices were
709 presented, and the winner among the multimedia player were VLC.
710 Personally, I like VLC, and it is my player of choice when I first try
711 to play a video file or stream. Only if VLC fail will I drag out
712 gmplayer to see if it can do better. The reason is mostly the failure
713 model and trust. When VLC fail, it normally pop up a error message
714 reporting the problem. When mplayer fail, it normally segfault or
715 just hangs. The latter failure mode drain my trust in the program.&lt;p&gt;
716
717 &lt;p&gt;But even if VLC is my player of choice, we have choosen to use
718 mplayer in &lt;a href=&quot;http://www.skolelinux.org/&quot;&gt;Debian
719 Edu/Skolelinux&lt;/a&gt;. The reason is simple. We need a good browser
720 plugin to play web videos seamlessly, and the VLC browser plugin is
721 not very good. For example, it lack in-line control buttons, so there
722 is no way for the user to pause the video. Also, when I
723 &lt;a href=&quot;http://wiki.debian.org/DebianEdu/BrowserMultimedia&quot;&gt;last
724 tested the browser plugins&lt;/a&gt; available in Debian, the VLC plugin
725 failed on several video pages where mplayer based plugins worked. If
726 the browser plugin for VLC was as good as the gecko-mediaplayer
727 package (which uses mplayer), we would switch.&lt;/P&gt;
728
729 &lt;p&gt;While VLC is a good player, its user interface is slightly
730 annoying. The most annoying feature is its inconsistent use of
731 keyboard shortcuts. When the player is in full screen mode, its
732 shortcuts are different from when it is playing the video in a window.
733 For example, space only work as pause when in full screen mode. I
734 wish it had consisten shortcuts and that space also would work when in
735 window mode. Another nice shortcut in gmplayer is [enter] to restart
736 the current video. It is very nice when playing short videos from the
737 web and want to restart it when new people arrive to have a look at
738 what is going on.&lt;/p&gt;
739 </description>
740 </item>
741
742 <item>
743 <title>Is Ogg Theora a free and open standard?</title>
744 <link>http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</link>
745 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Is_Ogg_Theora_a_free_and_open_standard_.html</guid>
746 <pubDate>Sat, 25 Dec 2010 20:25:00 +0100</pubDate>
747 <description>
748 &lt;p&gt;&lt;a href=&quot;http://www.digistan.org/open-standard:definition&quot;&gt;The
749 Digistan definition&lt;/a&gt; of a free and open standard reads like this:&lt;/p&gt;
750
751 &lt;blockquote&gt;
752
753 &lt;p&gt;The Digital Standards Organization defines free and open standard
754 as follows:&lt;/p&gt;
755
756 &lt;ol&gt;
757
758 &lt;li&gt;A free and open standard is immune to vendor capture at all stages
759 in its life-cycle. Immunity from vendor capture makes it possible to
760 freely use, improve upon, trust, and extend a standard over time.&lt;/li&gt;
761
762 &lt;li&gt;The standard is adopted and will be maintained by a not-for-profit
763 organisation, and its ongoing development occurs on the basis of an
764 open decision-making procedure available to all interested
765 parties.&lt;/li&gt;
766
767 &lt;li&gt;The standard has been published and the standard specification
768 document is available freely. It must be permissible to all to copy,
769 distribute, and use it freely.&lt;/li&gt;
770
771 &lt;li&gt;The patents possibly present on (parts of) the standard are made
772 irrevocably available on a royalty-free basis.&lt;/li&gt;
773
774 &lt;li&gt;There are no constraints on the re-use of the standard.&lt;/li&gt;
775
776 &lt;/ol&gt;
777
778 &lt;p&gt;The economic outcome of a free and open standard, which can be
779 measured, is that it enables perfect competition between suppliers of
780 products based on the standard.&lt;/p&gt;
781 &lt;/blockquote&gt;
782
783 &lt;p&gt;For a while now I have tried to figure out of Ogg Theora is a free
784 and open standard according to this definition. Here is a short
785 writeup of what I have been able to gather so far. I brought up the
786 topic on the Xiph advocacy mailing list
787 &lt;a href=&quot;http://lists.xiph.org/pipermail/advocacy/2009-July/001632.html&quot;&gt;in
788 July 2009&lt;/a&gt;, for those that want to see some background information.
789 According to Ivo Emanuel Gonçalves and Monty Montgomery on that list
790 the Ogg Theora specification fulfils the Digistan definition.&lt;/p&gt;
791
792 &lt;p&gt;&lt;strong&gt;Free from vendor capture?&lt;/strong&gt;&lt;/p&gt;
793
794 &lt;p&gt;As far as I can see, there is no single vendor that can control the
795 Ogg Theora specification. It can be argued that the
796 &lt;a href=&quot;http://www.xiph.org/&quot;&gt;Xiph foundation&lt;/A&gt; is such vendor, but
797 given that it is a non-profit foundation with the expressed goal
798 making free and open protocols and standards available, it is not
799 obvious that this is a real risk. One issue with the Xiph
800 foundation is that its inner working (as in board member list, or who
801 control the foundation) are not easily available on the web. I&#39;ve
802 been unable to find out who is in the foundation board, and have not
803 seen any accounting information documenting how money is handled nor
804 where is is spent in the foundation. It is thus not obvious for an
805 external observer who control The Xiph foundation, and for all I know
806 it is possible for a single vendor to take control over the
807 specification. But it seem unlikely.&lt;/p&gt;
808
809 &lt;p&gt;&lt;strong&gt;Maintained by open not-for-profit organisation?&lt;/strong&gt;&lt;/p&gt;
810
811 &lt;p&gt;Assuming that the Xiph foundation is the organisation its web pages
812 claim it to be, this point is fulfilled. If Xiph foundation is
813 controlled by a single vendor, it isn&#39;t, but I have not found any
814 documentation indicating this.&lt;/p&gt;
815
816 &lt;p&gt;According to
817 &lt;a href=&quot;http://media.hiof.no/diverse/fad/rapport_4.pdf&quot;&gt;a report&lt;/a&gt;
818 prepared by Audun Vaaler og Børre Ludvigsen for the Norwegian
819 government, the Xiph foundation is a non-commercial organisation and
820 the development process is open, transparent and non-Discrimatory.
821 Until proven otherwise, I believe it make most sense to believe the
822 report is correct.&lt;/p&gt;
823
824 &lt;p&gt;&lt;strong&gt;Specification freely available?&lt;/strong&gt;&lt;/p&gt;
825
826 &lt;p&gt;The specification for the &lt;a href=&quot;http://www.xiph.org/ogg/doc/&quot;&gt;Ogg
827 container format&lt;/a&gt; and both the
828 &lt;a href=&quot;http://www.xiph.org/vorbis/doc/&quot;&gt;Vorbis&lt;/a&gt; and
829 &lt;a href=&quot;http://theora.org/doc/&quot;&gt;Theora&lt;/a&gt; codeces are available on
830 the web. This are the terms in the Vorbis and Theora specification:
831
832 &lt;blockquote&gt;
833
834 Anyone may freely use and distribute the Ogg and [Vorbis/Theora]
835 specifications, whether in private, public, or corporate
836 capacity. However, the Xiph.Org Foundation and the Ogg project reserve
837 the right to set the Ogg [Vorbis/Theora] specification and certify
838 specification compliance.
839
840 &lt;/blockquote&gt;
841
842 &lt;p&gt;The Ogg container format is specified in IETF
843 &lt;a href=&quot;http://www.xiph.org/ogg/doc/rfc3533.txt&quot;&gt;RFC 3533&lt;/a&gt;, and
844 this is the term:&lt;p&gt;
845
846 &lt;blockquote&gt;
847
848 &lt;p&gt;This document and translations of it may be copied and furnished to
849 others, and derivative works that comment on or otherwise explain it
850 or assist in its implementation may be prepared, copied, published and
851 distributed, in whole or in part, without restriction of any kind,
852 provided that the above copyright notice and this paragraph are
853 included on all such copies and derivative works. However, this
854 document itself may not be modified in any way, such as by removing
855 the copyright notice or references to the Internet Society or other
856 Internet organizations, except as needed for the purpose of developing
857 Internet standards in which case the procedures for copyrights defined
858 in the Internet Standards process must be followed, or as required to
859 translate it into languages other than English.&lt;/p&gt;
860
861 &lt;p&gt;The limited permissions granted above are perpetual and will not be
862 revoked by the Internet Society or its successors or assigns.&lt;/p&gt;
863 &lt;/blockquote&gt;
864
865 &lt;p&gt;All these terms seem to allow unlimited distribution and use, an
866 this term seem to be fulfilled. There might be a problem with the
867 missing permission to distribute modified versions of the text, and
868 thus reuse it in other specifications. Not quite sure if that is a
869 requirement for the Digistan definition.&lt;/p&gt;
870
871 &lt;p&gt;&lt;strong&gt;Royalty-free?&lt;/strong&gt;&lt;/p&gt;
872
873 &lt;p&gt;There are no known patent claims requiring royalties for the Ogg
874 Theora format.
875 &lt;a href=&quot;http://www.streamingmedia.com/Articles/ReadArticle.aspx?ArticleID=65782&quot;&gt;MPEG-LA&lt;/a&gt;
876 and
877 &lt;a href=&quot;http://yro.slashdot.org/story/10/04/30/237238/Steve-Jobs-Hints-At-Theora-Lawsuit&quot;&gt;Steve
878 Jobs&lt;/a&gt; in Apple claim to know about some patent claims (submarine
879 patents) against the Theora format, but no-one else seem to believe
880 them. Both Opera Software and the Mozilla Foundation have looked into
881 this and decided to implement Ogg Theora support in their browsers
882 without paying any royalties. For now the claims from MPEG-LA and
883 Steve Jobs seem more like FUD to scare people to use the H.264 codec
884 than any real problem with Ogg Theora.&lt;/p&gt;
885
886 &lt;p&gt;&lt;strong&gt;No constraints on re-use?&lt;/strong&gt;&lt;/p&gt;
887
888 &lt;p&gt;I am not aware of any constraints on re-use.&lt;/p&gt;
889
890 &lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;
891
892 &lt;p&gt;3 of 5 requirements seem obviously fulfilled, and the remaining 2
893 depend on the governing structure of the Xiph foundation. Given the
894 background report used by the Norwegian government, I believe it is
895 safe to assume the last two requirements are fulfilled too, but it
896 would be nice if the Xiph foundation web site made it easier to verify
897 this.&lt;/p&gt;
898
899 &lt;p&gt;It would be nice to see other analysis of other specifications to
900 see if they are free and open standards.&lt;/p&gt;
901 </description>
902 </item>
903
904 <item>
905 <title>Chrome plan to drop H.264 support for HTML5 &amp;lt;video&amp;gt;</title>
906 <link>http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</link>
907 <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Chrome_plan_to_drop_H_264_support_for_HTML5__lt_video_gt_.html</guid>
908 <pubDate>Wed, 12 Jan 2011 22:10:00 +0100</pubDate>
909 <description>
910 &lt;p&gt;Today I discovered
911 &lt;a href=&quot;http://www.digi.no/860070/google-dropper-h264-stotten-i-chrome&quot;&gt;via
912 digi.no&lt;/a&gt; that the Chrome developers, in a surprising announcement,
913 &lt;a href=&quot;http://blog.chromium.org/2011/01/html-video-codec-support-in-chrome.html&quot;&gt;yesterday
914 announced&lt;/a&gt; plans to drop H.264 support for HTML5 &amp;lt;video&amp;gt; in
915 the browser. The argument used is that H.264 is not a &quot;completely
916 open&quot; codec technology. If you believe H.264 was free for everyone
917 to use, I recommend having a look at the essay
918 &quot;&lt;a href=&quot;http://webmink.com/essays/h-264/&quot;&gt;H.264 – Not The Kind Of
919 Free That Matters&lt;/a&gt;&quot;. It is not free of cost for creators of video
920 tools, nor those of us that want to publish on the Internet, and the
921 terms provided by MPEG-LA excludes free software projects from
922 licensing the patents needed for H.264. Some background information
923 on the Google announcement is available from
924 &lt;a href=&quot;http://www.osnews.com/story/24243/Google_To_Drop_H264_Support_from_Chrome&quot;&gt;OSnews&lt;/a&gt;.
925 A good read. :)&lt;/p&gt;
926
927 &lt;p&gt;Personally, I believe it is great that Google is taking a stand to
928 promote equal terms for everyone when it comes to video publishing on
929 the Internet. This can only be done by publishing using free and open
930 standards, which is only possible if the web browsers provide support
931 for these free and open standards. At the moment there seem to be two
932 camps in the web browser world when it come to video support. Some
933 browsers support H.264, and others support
934 &lt;a href=&quot;http://www.theora.org/&quot;&gt;Ogg Theora&lt;/a&gt; and
935 &lt;a href=&quot;http://www.webmproject.org/&quot;&gt;WebM&lt;/a&gt;
936 (&lt;a href=&quot;http://www.diracvideo.org/&quot;&gt;Dirac&lt;/a&gt; is not really an option
937 yet), forcing those of us that want to publish video on the Internet
938 and which can not accept the terms of use presented by MPEG-LA for
939 H.264 to not reach all potential viewers.
940 Wikipedia keep &lt;a href=&quot;http://en.wikipedia.org/wiki/HTML5_video&quot;&gt;an
941 updated summary&lt;/a&gt; of the current browser support.&lt;/p&gt;
942
943 &lt;p&gt;Not surprising, several people would prefer Google to keep
944 promoting H.264, and John Gruber
945 &lt;a href=&quot;http://daringfireball.net/2011/01/simple_questions&quot;&gt;presents
946 the mind set&lt;/a&gt; of these people quite well. His rhetorical questions
947 provoked a reply from Thom Holwerda with another set of questions
948 &lt;a href=&quot;http://www.osnews.com/story/24245/10_Questions_for_John_Gruber_Regarding_H_264_WebM&quot;&gt;presenting
949 the issues with H.264&lt;/a&gt;. Both are worth a read.&lt;/p&gt;
950
951 &lt;p&gt;Some argue that if Google is dropping H.264 because it isn&#39;t free,
952 they should also drop support for the Adobe Flash plugin. This
953 argument was covered by Simon Phipps in
954 &lt;a href=&quot;http://blogs.computerworlduk.com/simon-says/2011/01/google-and-h264---far-from-hypocritical/index.htm&quot;&gt;todays
955 blog post&lt;/a&gt;, which I find to put the issue in context. To me it
956 make perfect sense to drop native H.264 support for HTML5 in the
957 browser while still allowing plugins.&lt;/p&gt;
958
959 &lt;p&gt;I suspect the reason this announcement make so many people protest,
960 is that all the users and promoters of H.264 suddenly get an uneasy
961 feeling that they might be backing the wrong horse. A lot of TV
962 broadcasters have been moving to H.264 the last few years, and a lot
963 of money has been invested in hardware based on the belief that they
964 could use the same video format for both broadcasting and web
965 publishing. Suddenly this belief is shaken.&lt;/p&gt;
966
967 &lt;p&gt;An interesting question is why Google is doing this. While the
968 presented argument might be true enough, I believe Google would only
969 present the argument if the change make sense from a business
970 perspective. One reason might be that they are currently negotiating
971 with MPEG-LA over royalties or usage terms, and giving MPEG-LA the
972 feeling that dropping H.264 completely from Chroome, Youtube and
973 Google Video would improve the negotiation position of Google.
974 Another reason might be that Google want to save money by not having
975 to pay the video tax to MPEG-LA at all, and thus want to move to a
976 video format not requiring royalties at all. A third reason might be
977 that the Chrome development team simply want to avoid the
978 Chrome/Chromium split to get more help with the development of Chrome.
979 I guess time will tell.&lt;/p&gt;
980 </description>
981 </item>
982
983 </channel>
984 </rss>