Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 2005 / 10 / jinzora-getting.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     
14     <link rel="prev bookmark" href="http://defaria.com/blogs/General/archives/2005/09/comment-spam-bl.html" title="Comment Spam blocking" />
15     <link rel="next bookmark" href="http://defaria.com/blogs/General/archives/2005/12/podcatching-in.html" title="Podcatching in Jinzora" />
16     
17     
18     <title>Jinzora: Getting lame to work - General</title>
19 </head>
20 <body id="classic-blog" class="mt-entry-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                             <div id="entry-442" class="entry-asset asset hentry">
48                                 <div class="asset-header">
49                                     <h1 id="page-title" class="asset-name entry-title">Jinzora: Getting lame to work</h1>
50                                     <div class="asset-meta">
51                                         <span class="byline">
52
53                                             <abbr class="published" title="2005-10-06T08:28:24-08:00">October  6, 2005  8:28 AM</abbr>
54
55                                         </span>
56
57
58                                     </div>
59                                 </div>
60                                 <div class="asset-content entry-content">
61
62                                     <div class="asset-body">
63                                         <h2>Getting Guest Users to use FSMP3 with Resampling to 32-bit</h2>
64
65 <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>
66
67 <h3>Jinzora settings don't seem to always take hold</h3>
68
69 <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>
70
71 <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>
72
73 <h3>Double Speed FSMP3 Problem</h3>
74
75 <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>
76 <blockquote>
77 Goto \services\services\resample\resample.php
78 Search for this line:
79 <div class="code"><pre>$lame_cmd = $path_to_lame. ' -S --silent --quiet -m j -b ' . $resample . ' -f -';</pre></div>
80 Change it in:
81 <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>
82 Search for this line:
83 <div class="code"><pre>$command = $path_to_lame. " --mp3input -S --silent --quiet -m j -b ". $resample. ' - < "'. $file. '" -';</pre></div>
84 Change it in:
85 <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>
86 You don't have to restart the webserver.
87 Please let us know if it works,
88 Wim.
89 </blockquote>
90
91 <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>
92                                     </div>
93
94
95                                 </div>
96                                 <div class="asset-footer">
97
98     
99
100
101                                 </div>
102                             </div>
103
104
105                     
106                     
107
108
109                         </div>
110                     </div>
111
112
113                     <div id="beta">
114     <div id="beta-inner">
115
116
117     
118     <div class="widget-archive widget-archive-category widget">
119     <h3 class="widget-header">Categories</h3>
120     <div class="widget-content">
121     
122     </div>
123 </div>
124
125
126
127
128     <div class="widget-archive-monthly widget-archive widget">
129     <h3 class="widget-header">Monthly <a href="http://defaria.com/blogs/General/archives.html">Archives</a></h3>
130     <div class="widget-content">
131         <ul>
132         
133             <li><a href="http://defaria.com/blogs/General/archives/2017/07/">July 2017 (1)</a></li>
134         
135     
136         
137             <li><a href="http://defaria.com/blogs/General/archives/2017/04/">April 2017 (1)</a></li>
138         
139     
140         
141             <li><a href="http://defaria.com/blogs/General/archives/2016/11/">November 2016 (1)</a></li>
142         
143     
144         
145             <li><a href="http://defaria.com/blogs/General/archives/2016/05/">May 2016 (1)</a></li>
146         
147     
148         
149             <li><a href="http://defaria.com/blogs/General/archives/2016/03/">March 2016 (1)</a></li>
150         
151     
152         
153             <li><a href="http://defaria.com/blogs/General/archives/2015/10/">October 2015 (1)</a></li>
154         
155     
156         
157             <li><a href="http://defaria.com/blogs/General/archives/2015/01/">January 2015 (2)</a></li>
158         
159     
160         
161             <li><a href="http://defaria.com/blogs/General/archives/2014/11/">November 2014 (1)</a></li>
162         
163     
164         
165             <li><a href="http://defaria.com/blogs/General/archives/2014/02/">February 2014 (1)</a></li>
166         
167     
168         
169             <li><a href="http://defaria.com/blogs/General/archives/2014/01/">January 2014 (1)</a></li>
170         
171     
172         
173             <li><a href="http://defaria.com/blogs/General/archives/2011/03/">March 2011 (1)</a></li>
174         
175     
176         
177             <li><a href="http://defaria.com/blogs/General/archives/2010/11/">November 2010 (1)</a></li>
178         
179     
180         
181             <li><a href="http://defaria.com/blogs/General/archives/2010/10/">October 2010 (1)</a></li>
182         
183     
184         
185             <li><a href="http://defaria.com/blogs/General/archives/2010/06/">June 2010 (4)</a></li>
186         
187     
188         
189             <li><a href="http://defaria.com/blogs/General/archives/2010/04/">April 2010 (1)</a></li>
190         
191     
192         
193             <li><a href="http://defaria.com/blogs/General/archives/2010/03/">March 2010 (4)</a></li>
194         
195     
196         
197             <li><a href="http://defaria.com/blogs/General/archives/2010/02/">February 2010 (7)</a></li>
198         
199     
200         
201             <li><a href="http://defaria.com/blogs/General/archives/2009/05/">May 2009 (1)</a></li>
202         
203     
204         
205             <li><a href="http://defaria.com/blogs/General/archives/2009/04/">April 2009 (2)</a></li>
206         
207     
208         
209             <li><a href="http://defaria.com/blogs/General/archives/2009/01/">January 2009 (1)</a></li>
210         
211     
212         
213             <li><a href="http://defaria.com/blogs/General/archives/2007/04/">April 2007 (1)</a></li>
214         
215     
216         
217             <li><a href="http://defaria.com/blogs/General/archives/2006/11/">November 2006 (1)</a></li>
218         
219     
220         
221             <li><a href="http://defaria.com/blogs/General/archives/2006/09/">September 2006 (2)</a></li>
222         
223     
224         
225             <li><a href="http://defaria.com/blogs/General/archives/2005/12/">December 2005 (1)</a></li>
226         
227     
228         
229             <li><a href="http://defaria.com/blogs/General/archives/2005/10/">October 2005 (1)</a></li>
230         
231     
232         
233             <li><a href="http://defaria.com/blogs/General/archives/2005/09/">September 2005 (1)</a></li>
234         
235     
236         
237             <li><a href="http://defaria.com/blogs/General/archives/2005/08/">August 2005 (1)</a></li>
238         
239     
240         
241             <li><a href="http://defaria.com/blogs/General/archives/2005/03/">March 2005 (1)</a></li>
242         
243     
244         
245             <li><a href="http://defaria.com/blogs/General/archives/2004/02/">February 2004 (6)</a></li>
246         
247     
248         
249             <li><a href="http://defaria.com/blogs/General/archives/2004/01/">January 2004 (1)</a></li>
250         
251     
252         
253             <li><a href="http://defaria.com/blogs/General/archives/2003/11/">November 2003 (2)</a></li>
254         
255     
256         
257             <li><a href="http://defaria.com/blogs/General/archives/2003/10/">October 2003 (5)</a></li>
258         
259         </ul>
260     </div>
261 </div>
262         
263     
264
265
266
267 <div class="widget-pages widget">
268     <h3 class="widget-header">Pages</h3>
269     <div class="widget-content">
270         <ul>
271     
272     
273             <li class="folder folder-38"><strong>about</strong>
274         
275             </li>
276         
277     
278         </ul>
279     </div>
280 </div>
281
282 <div class="widget-syndication widget">
283     <div class="widget-content">
284         <ul>
285             <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>
286
287         </ul>
288     </div>
289 </div>
290 <div class="widget-powered widget">
291     <div class="widget-content">
292         <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>
293     </div>
294 </div>
295
296
297
298     </div>
299 </div>
300
301
302
303     
304 <div id="gamma">
305     <div id="gamma-inner">
306     <div class="widget-search widget">
307     <h3 class="widget-header">Search</h3>
308     <div class="widget-content">
309         <form method="get" action="http://defaria.com/mt/mt-search.cgi">
310             <input type="text" id="search" class="ti" name="search" value="" />
311
312             <input type="hidden" name="IncludeBlogs" value="1" />
313
314             <input type="hidden" name="limit" value="20" />
315             <input type="submit" accesskey="4" value="Search" />
316         </form>
317     </div>
318 </div>
319
320 <div class="widget-about-this-page widget">
321     <h3 class="widget-header">
322
323         About this Entry
324
325
326     </h3>
327     <div class="widget-content">
328
329
330         <p class="first">This page contains a single entry by  published on <em>October  6, 2005  8:28 AM</em>.</p>
331     
332         <p><a href="http://defaria.com/blogs/General/archives/2005/09/comment-spam-bl.html">Comment Spam blocking</a> was the previous entry in this blog.</p>
333     
334     
335         <p><a href="http://defaria.com/blogs/General/archives/2005/12/podcatching-in.html">Podcatching in Jinzora</a> is the next entry in this blog.</p>
336     
337
338
339
340
341
342         <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>
343
344     </div>
345 </div>
346
347
348     </div>
349 </div>
350
351
352
353
354                 </div>
355             </div>
356
357
358             <div id="footer">
359     <div id="footer-inner">
360         <div id="footer-content">
361             <div class="widget-powered widget">
362                 <div class="widget-content">
363                     Powered by <a href="http://www.movabletype.org/">Movable Type</a>
364                 </div>
365             </div>
366
367         </div>
368     </div>
369 </div>
370
371
372
373         </div>
374     </div>
375 </body>
376 </html>