Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 2005 / 10 / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta name="generator" content="Movable Type 5.2.3" />
7 <link rel="stylesheet" href="http://defaria.com/blogs/General/styles.css" type="text/css" />
8 <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
9 <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="http://defaria.com/blogs/General/atom.xml" />
10 <script type="text/javascript" src="http://defaria.com/blogs/General/mt.js"></script>
11
12
13     <title>General: October 2005 Archives</title>
14
15
16     <link rel="prev" href="http://defaria.com/blogs/General/archives/2005/09/" title="September 2005" />
17     <link rel="next" href="http://defaria.com/blogs/General/archives/2005/12/" title="December 2005" />
18
19 </head>
20 <body id="classic-blog" class="mt-archive-listing mt-datebased-monthly-archive layout-wtt">
21     <div id="container">
22         <div id="container-inner">
23
24
25             <div id="header">
26     <div id="header-inner">
27         <div id="header-content">
28
29
30             <div id="header-name"><a href="http://defaria.com/blogs/General/" accesskey="1">General</a></div>
31             <div id="header-description"></div>
32
33         </div>
34     </div>
35 </div>
36
37
38
39             <div id="content">
40                 <div id="content-inner">
41
42
43                     <div id="alpha">
44                         <div id="alpha-inner">
45
46
47                             <h1 id="page-title" class="archive-title">October 2005 Archives</h1>
48
49
50
51
52
53                             
54                             <div id="entry-442" class="entry-asset asset hentry">
55     <div class="asset-header">
56         <h2 class="asset-name entry-title"><a href="http://defaria.com/blogs/General/archives/2005/10/jinzora-getting.html" rel="bookmark">Jinzora: Getting lame to work</a></h2>
57         <div class="asset-meta">
58             <span class="byline">
59     
60                 <abbr class="published" title="2005-10-06T08:28:24-08:00">October  6, 2005  8:28 AM</abbr>
61     
62             </span>
63
64             
65             
66
67         </div>
68     </div>
69     <div class="asset-content entry-content">
70
71         <div class="asset-body">
72             <h2>Getting Guest Users to use FSMP3 with Resampling to 32-bit</h2>
73
74 <p>I wanted to have my Jinzora set up to allow streaming to <em>Guest Users</em> but at a reduced rate. Now that I have a new server with some horsepower such resampling does not cause lame to consume the entire machine.</p>
75
76 <h3>Jinzora settings don't seem to always take hold</h3>
77
78 <p>Jinzora still has problems with not showing the correct settings all the time. For example, when you selection <b>User Manager: Edit default class</b> it will say <em>Adminstrators</em> everytime even though it was really set to <em>Guest User</em>! Suffice to say it's hard to trust that Jinzora is showing you the correct current setting.</p>
79
80 <p>I've also seen that sometimes it doesn't seem as if Jinzora takes a setting. Here's what I was doing: I was going to <b>User Manager: Modify User Class: Edit a class:</b> select <em>Guest Users</em> from the drop down then <b>Go</b>. Here I would change the settings such as toggling on or off <b>Stream</b> and then <b>Update User Class</b> and <b>Close</b>. However that change didn't always seem to register. I found that if I then go into <b>Edit default class</b> and reset the drop down back to <em>Guest Users</em> then the changes seem to take hold.</p>
81
82 <h3>Double Speed FSMP3 Problem</h3>
83
84 <p>After getting <em>Guest Users</em> to be streaming, resampled to 32-bit working I noticed that FSMP3 was playing songs at double speed! Queried the Jinzora forum and got the following advice from Wim:</p>
85 <blockquote>
86 Goto \services\services\resample\resample.php
87 Search for this line:
88 <div class="code"><pre>$lame_cmd = $path_to_lame. ' -S --silent --quiet -m j -b ' . $resample . ' -f -';</pre></div>
89 Change it in:
90 <div class="code"><pre>$lame_cmd = $path_to_lame. ' -S --silent --quiet --lowpass 12.0 --resample 22.05 -m j -b ' . $resample . ' -f -'; </pre></div>
91 Search for this line:
92 <div class="code"><pre>$command = $path_to_lame. " --mp3input -S --silent --quiet -m j -b ". $resample. ' - < "'. $file. '" -';</pre></div>
93 Change it in:
94 <div class="code"><pre>$command = $path_to_lame. " --mp3input -S --silent --quiet --lowpass 12.0 --resample 22.05 -m j -b ". $resample. ' - < "'. $file. '" -';</pre></div>
95 You don't have to restart the webserver.
96 Please let us know if it works,
97 Wim.
98 </blockquote>
99
100 <p>I found that I don't have the first line but did have the second line (actually there is one for mp3 and one for wav files - I have no wav files), made the change and all is well now. However, this tweak would need to be reapplied if I reinstall Jinzora.</p>
101         </div>
102
103
104
105     </div>
106     <div class="asset-footer"></div>
107 </div>
108
109
110
111
112                             <div class="content-nav">
113                                 <a href="http://defaria.com/blogs/General/archives/2005/09/">&laquo; September 2005</a> |
114                                 <a href="http://defaria.com/blogs/General/">Main Index</a> |
115                                 <a href="http://defaria.com/blogs/General/archives.html">Archives</a>
116                                 | <a href="http://defaria.com/blogs/General/archives/2005/12/">December 2005 &raquo;</a>
117                             </div>
118
119
120                         </div>
121                     </div>
122
123
124                     <div id="beta">
125     <div id="beta-inner">
126
127
128     
129     <div class="widget-archive widget-archive-category widget">
130     <h3 class="widget-header">Categories</h3>
131     <div class="widget-content">
132     
133     </div>
134 </div>
135
136
137
138
139     <div class="widget-archive-monthly widget-archive widget">
140     <h3 class="widget-header">Monthly <a href="http://defaria.com/blogs/General/archives.html">Archives</a></h3>
141     <div class="widget-content">
142         <ul>
143         
144             <li><a href="http://defaria.com/blogs/General/archives/2017/07/">July 2017 (1)</a></li>
145         
146     
147         
148             <li><a href="http://defaria.com/blogs/General/archives/2017/04/">April 2017 (1)</a></li>
149         
150     
151         
152             <li><a href="http://defaria.com/blogs/General/archives/2016/11/">November 2016 (1)</a></li>
153         
154     
155         
156             <li><a href="http://defaria.com/blogs/General/archives/2016/05/">May 2016 (1)</a></li>
157         
158     
159         
160             <li><a href="http://defaria.com/blogs/General/archives/2016/03/">March 2016 (1)</a></li>
161         
162     
163         
164             <li><a href="http://defaria.com/blogs/General/archives/2015/10/">October 2015 (1)</a></li>
165         
166     
167         
168             <li><a href="http://defaria.com/blogs/General/archives/2015/01/">January 2015 (2)</a></li>
169         
170     
171         
172             <li><a href="http://defaria.com/blogs/General/archives/2014/11/">November 2014 (1)</a></li>
173         
174     
175         
176             <li><a href="http://defaria.com/blogs/General/archives/2014/02/">February 2014 (1)</a></li>
177         
178     
179         
180             <li><a href="http://defaria.com/blogs/General/archives/2014/01/">January 2014 (1)</a></li>
181         
182     
183         
184             <li><a href="http://defaria.com/blogs/General/archives/2011/03/">March 2011 (1)</a></li>
185         
186     
187         
188             <li><a href="http://defaria.com/blogs/General/archives/2010/11/">November 2010 (1)</a></li>
189         
190     
191         
192             <li><a href="http://defaria.com/blogs/General/archives/2010/10/">October 2010 (1)</a></li>
193         
194     
195         
196             <li><a href="http://defaria.com/blogs/General/archives/2010/06/">June 2010 (4)</a></li>
197         
198     
199         
200             <li><a href="http://defaria.com/blogs/General/archives/2010/04/">April 2010 (1)</a></li>
201         
202     
203         
204             <li><a href="http://defaria.com/blogs/General/archives/2010/03/">March 2010 (4)</a></li>
205         
206     
207         
208             <li><a href="http://defaria.com/blogs/General/archives/2010/02/">February 2010 (7)</a></li>
209         
210     
211         
212             <li><a href="http://defaria.com/blogs/General/archives/2009/05/">May 2009 (1)</a></li>
213         
214     
215         
216             <li><a href="http://defaria.com/blogs/General/archives/2009/04/">April 2009 (2)</a></li>
217         
218     
219         
220             <li><a href="http://defaria.com/blogs/General/archives/2009/01/">January 2009 (1)</a></li>
221         
222     
223         
224             <li><a href="http://defaria.com/blogs/General/archives/2007/04/">April 2007 (1)</a></li>
225         
226     
227         
228             <li><a href="http://defaria.com/blogs/General/archives/2006/11/">November 2006 (1)</a></li>
229         
230     
231         
232             <li><a href="http://defaria.com/blogs/General/archives/2006/09/">September 2006 (2)</a></li>
233         
234     
235         
236             <li><a href="http://defaria.com/blogs/General/archives/2005/12/">December 2005 (1)</a></li>
237         
238     
239         
240             <li><a href="http://defaria.com/blogs/General/archives/2005/10/">October 2005 (1)</a></li>
241         
242     
243         
244             <li><a href="http://defaria.com/blogs/General/archives/2005/09/">September 2005 (1)</a></li>
245         
246     
247         
248             <li><a href="http://defaria.com/blogs/General/archives/2005/08/">August 2005 (1)</a></li>
249         
250     
251         
252             <li><a href="http://defaria.com/blogs/General/archives/2005/03/">March 2005 (1)</a></li>
253         
254     
255         
256             <li><a href="http://defaria.com/blogs/General/archives/2004/02/">February 2004 (6)</a></li>
257         
258     
259         
260             <li><a href="http://defaria.com/blogs/General/archives/2004/01/">January 2004 (1)</a></li>
261         
262     
263         
264             <li><a href="http://defaria.com/blogs/General/archives/2003/11/">November 2003 (2)</a></li>
265         
266     
267         
268             <li><a href="http://defaria.com/blogs/General/archives/2003/10/">October 2003 (5)</a></li>
269         
270         </ul>
271     </div>
272 </div>
273         
274     
275
276
277
278 <div class="widget-pages widget">
279     <h3 class="widget-header">Pages</h3>
280     <div class="widget-content">
281         <ul>
282     
283     
284             <li class="folder folder-38"><strong>about</strong>
285         
286             </li>
287         
288     
289         </ul>
290     </div>
291 </div>
292
293 <div class="widget-syndication widget">
294     <div class="widget-content">
295         <ul>
296             <li><img src="http://defaria.com/mt/mt-static/images/status_icons/feed.gif" alt="Subscribe to feed" width="9" height="9" /> <a href="http://defaria.com/blogs/General/atom.xml">Subscribe to this blog's feed</a></li>
297
298         </ul>
299     </div>
300 </div>
301 <div class="widget-powered widget">
302     <div class="widget-content">
303         <a href="http://www.movabletype.com/"><img src="http://defaria.com/mt/mt-static/images/bug-pbmt-white.png" alt="Powered by Movable Type 5.2.3" width="120" height="75" /></a>
304     </div>
305 </div>
306
307
308
309     </div>
310 </div>
311
312
313
314     
315 <div id="gamma">
316     <div id="gamma-inner">
317     <div class="widget-search widget">
318     <h3 class="widget-header">Search</h3>
319     <div class="widget-content">
320         <form method="get" action="http://defaria.com/mt/mt-search.cgi">
321             <input type="text" id="search" class="ti" name="search" value="" />
322
323             <input type="hidden" name="IncludeBlogs" value="1" />
324
325             <input type="hidden" name="limit" value="20" />
326             <input type="submit" accesskey="4" value="Search" />
327         </form>
328     </div>
329 </div>
330
331 <div class="widget-about-this-page widget">
332     <h3 class="widget-header">
333
334     
335         About this Archive
336     
337
338
339     </h3>
340     <div class="widget-content">
341
342
343
344
345
346         <p class="first">This page is an archive of entries from <strong>October 2005</strong> listed from newest to oldest.</p>
347     
348         <p><a href="http://defaria.com/blogs/General/archives/2005/09/">September 2005</a> is the previous archive.</p>
349     
350     
351         <p><a href="http://defaria.com/blogs/General/archives/2005/12/">December 2005</a> is the next archive.</p>
352     
353
354
355         <p>Find recent content on the <a href="http://defaria.com/blogs/General/">main index</a> or look in the <a href="http://defaria.com/blogs/General/archives.html">archives</a> to find all content.</p>
356
357     </div>
358 </div>
359
360
361     </div>
362 </div>
363
364
365
366
367                 </div>
368             </div>
369
370
371             <div id="footer">
372     <div id="footer-inner">
373         <div id="footer-content">
374             <div class="widget-powered widget">
375                 <div class="widget-content">
376                     Powered by <a href="http://www.movabletype.org/">Movable Type</a>
377                 </div>
378             </div>
379
380         </div>
381     </div>
382 </div>
383
384
385
386         </div>
387     </div>
388 </body>
389 </html>