]> pere.pagekite.me Git - homepage.git/blob - blog/tags/web/index.html
2a949dd20250f53148b47ffada27ed33eddd7f7d
[homepage.git] / blog / tags / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html>
4 <head>
5 <title>Petter Reinholdtsen: Entries Tagged web</title>
6 <link rel="stylesheet" type="text/css" media="screen" href="../../style.css">
7 <link rel="alternate" title="RSS Feed" href="web.rss" type="application/rss+xml">
8 </head>
9 <body>
10
11 <div class="title">
12 <h1>
13 <a href="../../">Petter Reinholdtsen</a>
14
15 </h1>
16
17 </div>
18
19 <p>Entries tagged "web".</p>
20
21
22
23
24 <div class="entry">
25 <div class="title">
26 <a href="../../The_sorry_state_of_multimedia_browser_plugins_in_Debian.html">The sorry state of multimedia browser plugins in Debian</a>
27 </div>
28 <div class="date">
29 2008-11-25 00:10
30 </div>
31
32 <div class="body">
33
34 <p>Recently I have spent some time evaluating the multimedia browser
35 plugins available in Debian Lenny, to see which one we should use by
36 default in Debian Edu. We need an embedded video playing plugin with
37 control buttons to pause or stop the video, and capable of streaming
38 all the multimedia content available on the web. The test results and
39 notes are available on
40 <a href="http://wiki.debian.org/DebianEdu/BrowserMultimedia">the
41 Debian wiki</a>. I was surprised how few of the plugins are able to
42 fill this need. My personal video player favorite, VLC, has a really
43 bad plugin which fail on a lot of the test pages. A lot of the MIME
44 types I would expect to work with any free software player (like
45 video/ogg), just do not work. And simple formats like the
46 audio/x-mplegurl format (m3u playlists), just isn't supported by the
47 totem and vlc plugins. I hope the situation will improve soon. No
48 wonder sites use the proprietary Adobe flash to play video.</p>
49
50 <p>For Lenny, we seem to end up with the mplayer plugin. It seem to
51 be the only one fitting our needs. :/</p>
52
53 </div>
54 <div class="tags">
55
56
57
58 Tags: <a href="../../tags/debian">debian</a>, <a href="../../tags/debian edu">debian edu</a>, <a href="../../tags/english">english</a>, <a href="../../tags/multimedia">multimedia</a>, <a href="../../tags/web">web</a>.
59
60 </div>
61 </div>
62 <div class="padding"></div>
63
64 <div class="entry">
65 <div class="title">
66 <a href="../../When_web_browser_developers_make_a_video_player___.html">When web browser developers make a video player...</a>
67 </div>
68 <div class="date">
69 2009-01-17 18:50
70 </div>
71
72 <div class="body">
73
74 <p>As part of the work we do in <a href="http://www.nuug.no">NUUG</a>
75 to publish video recordings of our monthly presentations, we provide a
76 page with embedded video for easy access to the recording. Putting a
77 good set of HTML tags together to get working embedded video in all
78 browsers and across all operating systems is not easy. I hope this
79 will become easier when the &lt;video&gt; tag is implemented in all
80 browsers, but I am not sure. We provide the recordings in several
81 formats, MPEG1, Ogg Theora, H.264 and Quicktime, and want the
82 browser/media plugin to pick one it support and use it to play the
83 recording, using whatever embed mechanism the browser understand.
84 There is at least four different tags to use for this, the new HTML5
85 &lt;video&gt; tag, the &lt;object&gt; tag, the &lt;embed&gt; tag and
86 the &lt;applet&gt; tag. All of these take a lot of options, and
87 finding the best options is a major challenge.</p>
88
89 <p>I just tested the experimental Opera browser available from <a
90 href="http://labs.opera.com">labs.opera.com</a>, to see how it handled
91 a &lt;video&gt; tag with a few video sources and no extra attributes.
92 I was not very impressed. The browser start by fetching a picture
93 from the video stream. Not sure if it is the first frame, but it is
94 definitely very early in the recording. So far, so good. Next,
95 instead of streaming the 76 MiB video file, it start to download all
96 of it, but do not start to play the video. This mean I have to wait
97 for several minutes for the downloading to finish. When the download
98 is done, the playing of the video do not start! Waiting for the
99 download, but I do not get to see the video? Some testing later, I
100 discover that I have to add the controls="true" attribute to be able
101 to get a play button to pres to start the video. Adding
102 autoplay="true" did not help. I sure hope this is a misfeature of the
103 test version of Opera, and that future implementations of the
104 &lt;video&gt; tag will stream recordings by default, or at least start
105 playing when the download is done.</p>
106
107 <p>The test page I used (since changed to add more attributes) is
108 <a href="http://www.nuug.no/aktiviteter/20090113-foredrag-om-foredrag/">available
109 from the nuug site</a>. Will have to test it with the new Firefox
110 too.</p>
111
112 <p>In the test process, I discovered a missing feature. I was unable
113 to find a way to get the URL of the playing video out of Opera, so I
114 am not quite sure it picked the Ogg Theora version of the video. I
115 sure hope it was using the announced Ogg Theora support. :)</p>
116
117 </div>
118 <div class="tags">
119
120
121
122 Tags: <a href="../../tags/english">english</a>, <a href="../../tags/multimedia">multimedia</a>, <a href="../../tags/nuug">nuug</a>, <a href="../../tags/video">video</a>, <a href="../../tags/web">web</a>.
123
124 </div>
125 </div>
126 <div class="padding"></div>
127
128 <p style="text-align: right;"><a href="web.rss"><img src="../../xml.gif" alt="RSS Feed" width="36" height="14"></a></p>
129
130
131
132
133 <div id="sidebar">
134
135 <h2>Archive</h2>
136 <ul>
137
138 <li>2009
139 <ul>
140
141 <li><a href="../../archive/2009/01/">January (8)</a></li>
142
143 <li><a href="../../archive/2009/02/">February (8)</a></li>
144
145 <li><a href="../../archive/2009/03/">March (12)</a></li>
146
147 <li><a href="../../archive/2009/04/">April (2)</a></li>
148
149 </ul></li>
150
151 <li>2008
152 <ul>
153
154 <li><a href="../../archive/2008/11/">November (5)</a></li>
155
156 <li><a href="../../archive/2008/12/">December (7)</a></li>
157
158 </ul></li>
159
160 </ul>
161
162
163
164 <h2>Tags</h2>
165 <ul>
166
167 <li><a href="../../tags/3d-printer">3d-printer (9)</a></li>
168
169 <li><a href="../../tags/amiga">amiga (1)</a></li>
170
171 <li><a href="../../tags/aros">aros (1)</a></li>
172
173 <li><a href="../../tags/debian">debian (6)</a></li>
174
175 <li><a href="../../tags/debian edu">debian edu (6)</a></li>
176
177 <li><a href="../../tags/english">english (10)</a></li>
178
179 <li><a href="../../tags/fiksgatami">fiksgatami (1)</a></li>
180
181 <li><a href="../../tags/ltsp">ltsp (1)</a></li>
182
183 <li><a href="../../tags/multimedia">multimedia (2)</a></li>
184
185 <li><a href="../../tags/norsk">norsk (32)</a></li>
186
187 <li><a href="../../tags/nuug">nuug (32)</a></li>
188
189 <li><a href="../../tags/personvern">personvern (4)</a></li>
190
191 <li><a href="../../tags/reprap">reprap (9)</a></li>
192
193 <li><a href="../../tags/rss">rss (1)</a></li>
194
195 <li><a href="../../tags/standard">standard (2)</a></li>
196
197 <li><a href="../../tags/stavekontroll">stavekontroll (1)</a></li>
198
199 <li><a href="../../tags/video">video (6)</a></li>
200
201 <li><a href="../../tags/vitenskap">vitenskap (1)</a></li>
202
203 <li><a href="../../tags/web">web (2)</a></li>
204
205 </ul>
206
207 </div>
208 </body>
209 </html>