Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 000442.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
3    xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> <head>
4    <meta http-equiv="Content-Type" content="text/html;
5    charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css"
9    type="text/css" />
10    <link rel="alternate" type="application/atom+xml" title="Atom"
11    href="http://defaria.com/blogs/General/atom.xml" />
12    <link rel="alternate" type="application/rss+xml" title="RSS 2.0"
13    href="http://defaria.com/blogs/General/index.xml" />
14
15    <title>General: Jinzora: Getting lame to work</title>
16
17    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
18    <link rel="prev" href="http://defaria.com/blogs/General/archives/000434.html"
19    title="Comment Spam blocking" />
20    <link rel="next" href="http://defaria.com/blogs/General/archives/000490.html"
21    title="Podcatching in Jinzora" />
22
23    
24
25    
26
27    <script type="text/javascript"
28    src="http://defaria.com/blogs/General/mt-site.js"></script> </head> <body
29    class="layout-two-column-right"
30    onload="individualArchivesOnLoad(commenter_name)">
31    <div id="container">
32       <div id="container-inner" class="pkg">
33
34          <div id="banner">
35             <div id="banner-inner" class="pkg">
36                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/"
37                accesskey="1">General</a></h1>
38                <h2 id="banner-description"></h2>
39             </div>
40          </div>
41
42          <div id="pagebody">
43             <div id="pagebody-inner" class="pkg">
44                <div id="alpha">
45                   <div id="alpha-inner" class="pkg">
46
47                      <p class="content-nav">
48                         <a
49                         href="http://defaria.com/blogs/General/archives/000434.html">&laquo;
50                         Comment Spam blocking</a> |
51                         <a href="http://defaria.com/blogs/General/">Main</a>
52                         | <a
53                         href="http://defaria.com/blogs/General/archives/000490.html">Podcatching in Jinzora
54                         &raquo;</a>
55                      </p>
56
57                      <a id="a000442"></a>
58                      <div class="entry" id="entry-442">
59                         <h3 class="entry-header">Jinzora: Getting lame to work</h3>
60                         <div class="entry-content">
61                            <div class="entry-body">
62                               <h2>Getting Guest Users to use FSMP3 with Resampling to 32-bit</h2>
63
64 <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>
65
66 <h3>Jinzora settings don't seem to always take hold</h3>
67
68 <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>
69
70 <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>
71
72 <h3>Double Speed FSMP3 Problem</h3>
73
74 <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>
75 <blockquote>
76 Goto \services\services\resample\resample.php
77 Search for this line:
78 <div class="code"><pre>$lame_cmd = $path_to_lame. ' -S --silent --quiet -m j -b ' . $resample . ' -f -';</pre></div>
79 Change it in:
80 <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>
81 Search for this line:
82 <div class="code"><pre>$command = $path_to_lame. " --mp3input -S --silent --quiet -m j -b ". $resample. ' - < "'. $file. '" -';</pre></div>
83 Change it in:
84 <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>
85 You don't have to restart the webserver.
86 Please let us know if it works,
87 Wim.
88 </blockquote>
89
90 <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>
91                            </div>
92                            <div id="more" class="entry-more">
93                               
94                            </div>
95                         </div>
96                         <p class="entry-footer">
97                            <span class="post-footers">Posted by
98                            Andrew DeFaria on
99                            October  6, 2005 08:28 AM</span> <span
100                            class="separator">|</span> <a
101                            class="permalink"
102                            href="http://defaria.com/blogs/General/archives/000442.html">Permalink</a>
103                         </p>
104                      </div>
105
106                      
107
108                      
109                   </div>
110                </div>
111                <div id="beta">
112                   <div id="beta-inner" class="pkg">
113                      <div class="module-search module">
114                         <h2 class="module-header">Search</h2>
115                         <div class="module-content">
116                            <form method="get"
117                            action="http://defaria.com/mt/mt-search.cgi">
118                               <input type="hidden" name="IncludeBlogs"
119                               value="1" />
120                               <label for="search" accesskey="4">Search
121                               this blog:</label><br />
122                               <input id="search" name="search"
123                               size="20" />
124                               <input type="submit" value="Search" />
125                            </form>
126                         </div>
127                      </div>
128                      
129                      
130                      
131                                           <div class="module-archives module">
132                         <h2 class="module-header"><a
133                         href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
134                         <div class="module-content">
135                                                    <ul
136                            class="module-list">
137                               <li class="module-list-item"><a
138                               href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
139                            
140                                                    
141                               <li class="module-list-item"><a
142                               href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
143                            
144                                                    
145                               <li class="module-list-item"><a
146                               href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
147                            
148                                                    
149                               <li class="module-list-item"><a
150                               href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
151                            
152                                                    
153                               <li class="module-list-item"><a
154                               href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
155                            
156                                                    
157                               <li class="module-list-item"><a
158                               href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
159                            
160                                                    
161                               <li class="module-list-item"><a
162                               href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
163                            
164                                                    
165                               <li class="module-list-item"><a
166                               href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
167                            
168                                                    
169                               <li class="module-list-item"><a
170                               href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
171                            
172                                                    
173                               <li class="module-list-item"><a
174                               href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
175                            
176                                                    
177                               <li class="module-list-item"><a
178                               href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
179                            
180                                                    
181                               <li class="module-list-item"><a
182                               href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
183                            
184                                                    
185                               <li class="module-list-item"><a
186                               href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
187                            
188                                                    
189                               <li class="module-list-item"><a
190                               href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
191                            
192                                                    
193                               <li class="module-list-item"><a
194                               href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
195                            
196                                                    
197                               <li class="module-list-item"><a
198                               href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
199                            
200                                                    
201                               <li class="module-list-item"><a
202                               href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
203                            
204                                                    
205                               <li class="module-list-item"><a
206                               href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
207                            
208                                                    
209                               <li class="module-list-item"><a
210                               href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
211                            
212                                                    
213                               <li class="module-list-item"><a
214                               href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
215                            
216                                                    
217                               <li class="module-list-item"><a
218                               href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
219                            
220                                                    
221                               <li class="module-list-item"><a
222                               href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
223                            </ul>
224                         
225                         </div>
226                      </div>
227                      
228                      
229                      <div class="module-archives module">
230                         <h2 class="module-header">Recent Posts</h2>
231                         <div class="module-content">
232                            <ul class="module-list">
233                                                          <li class="module-list-item"><a
234                               href="http://defaria.com/blogs/General/archives/000746.html">California</a></li>
235                                                          <li class="module-list-item"><a
236                               href="http://defaria.com/blogs/General/archives/000745.html">Point people more directly</a></li>
237                                                          <li class="module-list-item"><a
238                               href="http://defaria.com/blogs/General/archives/000744.html">Comcast speed</a></li>
239                                                          <li class="module-list-item"><a
240                               href="http://defaria.com/blogs/General/archives/000739.html">More Playon Fun</a></li>
241                                                          <li class="module-list-item"><a
242                               href="http://defaria.com/blogs/General/archives/000736.html">How not to run a company</a></li>
243                                                          <li class="module-list-item"><a
244                               href="http://defaria.com/blogs/General/archives/000734.html">How to get your mic working on Ubuntu 9.10</a></li>
245                                                          <li class="module-list-item"><a
246                               href="http://defaria.com/blogs/General/archives/000729.html">Cell phones - Not up to snuff!</a></li>
247                                                          <li class="module-list-item"><a
248                               href="http://defaria.com/blogs/General/archives/000728.html">Stupid is as stupid does</a></li>
249                                                          <li class="module-list-item"><a
250                               href="http://defaria.com/blogs/General/archives/000723.html">Priority Queues...</a></li>
251                                                          <li class="module-list-item"><a
252                               href="http://defaria.com/blogs/General/archives/000722.html">Broken DNS</a></li>
253                            
254                            </ul>
255                         </div>
256                      </div>
257                      
258                      <div class="module-syndicate module">
259                         <div class="module-content">
260                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe
261                            to this blog's feed</a><br />
262                            [<a
263                            href="http://www.sixapart.com/about/feeds">What
264                            is this?</a>]
265                         </div>
266                      </div>
267                      
268                      
269                      
270                      <div class="module-powered module">
271                         <div class="module-content">
272                            Powered by<br /><a
273                            href="http://www.sixapart.com/movabletype/">Movable
274                            Type 3.2</a>
275                         </div>
276                      </div>
277                   </div>
278                </div>
279             </div>
280          </div>
281       </div>
282    </div>
283  </body>
284 </html>