Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / General / archives / 2005_10.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 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/General/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/General/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/General/index.xml"$>" />
11
12    <title>General: October 2005 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/General/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/General/archives/2005_09.html" title="September 2005" />
16    <link rel="next" href="http://defaria.com/blogs/General/archives/2005_12.html" title="December 2005" />
17 </head>
18 <body class="layout-two-column-right">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/General/" accesskey="1">General</a></h1>
25                <h2 id="banner-description"></h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/General/archives/2005_09.html">&laquo; September 2005</a> |
36                         <a href="http://defaria.com/blogs/General/">Main</a>
37                         | <a href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005 &raquo;</a>
38                      </p>
39                      
40                                           
41
42                      <h2 class="date-header">October 06, 2005</h2>
43                      <a id="a000442"></a>
44                      <div class="entry" id="entry-442">
45                         <h3 class="entry-header">Jinzora: Getting lame to work</h3>
46                         <div class="entry-content">
47                            <div class="entry-body">
48                               <h2>Getting Guest Users to use FSMP3 with Resampling to 32-bit</h2>
49
50 <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>
51
52 <h3>Jinzora settings don't seem to always take hold</h3>
53
54 <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>
55
56 <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>
57
58 <h3>Double Speed FSMP3 Problem</h3>
59
60 <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>
61 <blockquote>
62 Goto \services\services\resample\resample.php
63 Search for this line:
64 <div class="code"><pre>$lame_cmd = $path_to_lame. ' -S --silent --quiet -m j -b ' . $resample . ' -f -';</pre></div>
65 Change it in:
66 <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>
67 Search for this line:
68 <div class="code"><pre>$command = $path_to_lame. " --mp3input -S --silent --quiet -m j -b ". $resample. ' - < "'. $file. '" -';</pre></div>
69 Change it in:
70 <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>
71 You don't have to restart the webserver.
72 Please let us know if it works,
73 Wim.
74 </blockquote>
75
76 <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>
77                               
78                               <p class="entry-footer">
79                                  <span class="post-footers">Posted by Andrew DeFaria at 08:28 AM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/General/archives/000442.html">Permalink</a>
80                                  
81                                  
82                               </p>
83                            </div>
84                         </div>
85                      </div>
86                      
87                   </div>
88                </div>
89
90
91 <div id="beta">
92                   <div id="beta-inner" class="pkg">
93                      <div class="module-search module">
94                         <h2 class="module-header">Search</h2>
95                         <div class="module-content">
96                            <form method="get" action="http://defaria.com/mt/mt-search.cgi">
97                               <input type="hidden" name="IncludeBlogs" value="1" />
98                               <label for="search" accesskey="4">Search this blog:</label><br />
99                               <input id="search" name="search" size="20" />
100                               <input type="submit" value="Search" />
101                            </form>
102                         </div>
103                      </div>
104                      
105                      
106                      
107                                           <div class="module-archives module">
108                         <h2 class="module-header"><a href="http://defaria.com/blogs/General/archives.html">Archives</a></h2>
109                         <div class="module-content">
110                                                    <ul class="module-list">
111                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2011_03.html">March 2011</a></li>
112                            
113                                                    
114                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_11.html">November 2010</a></li>
115                            
116                                                    
117                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_10.html">October 2010</a></li>
118                            
119                                                    
120                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_06.html">June 2010</a></li>
121                            
122                                                    
123                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_04.html">April 2010</a></li>
124                            
125                                                    
126                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_03.html">March 2010</a></li>
127                            
128                                                    
129                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2010_02.html">February 2010</a></li>
130                            
131                                                    
132                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_05.html">May 2009</a></li>
133                            
134                                                    
135                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_04.html">April 2009</a></li>
136                            
137                                                    
138                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2009_01.html">January 2009</a></li>
139                            
140                                                    
141                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2007_04.html">April 2007</a></li>
142                            
143                                                    
144                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2006_11.html">November 2006</a></li>
145                            
146                                                    
147                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2006_09.html">September 2006</a></li>
148                            
149                                                    
150                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_12.html">December 2005</a></li>
151                            
152                                                    
153                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_10.html">October 2005</a></li>
154                            
155                                                    
156                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_09.html">September 2005</a></li>
157                            
158                                                    
159                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_08.html">August 2005</a></li>
160                            
161                                                    
162                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2005_03.html">March 2005</a></li>
163                            
164                                                    
165                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2004_02.html">February 2004</a></li>
166                            
167                                                    
168                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2004_01.html">January 2004</a></li>
169                            
170                                                    
171                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2003_11.html">November 2003</a></li>
172                            
173                                                    
174                               <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/2003_10.html">October 2003</a></li>
175                            </ul>
176                         
177                         </div>
178                      </div>
179                      
180                      
181                      <div class="module-archives module">
182                         <h2 class="module-header">Recent Posts</h2>
183                         <div class="module-content">
184                            <ul class="module-list">
185                                                          <li class="module-list-item"><a href="http://defaria.com/blogs/General/archives/000442.html">Jinzora: Getting lame to work</a></li>
186                            
187                            </ul>
188                         </div>
189                      </div>
190                      
191                      <div class="module-syndicate module">
192                         <div class="module-content">
193                            <a href="http://defaria.com/blogs/General/atom.xml">Subscribe to this blog's feed</a><br />
194                            [<a href="http://www.sixapart.com/about/feeds">What is this?</a>]
195                         </div>
196                      </div>
197                      
198                      
199                      
200                      <div class="module-powered module">
201                         <div class="module-content">
202                            Powered by<br /><a href="http://www.sixapart.com/movabletype/">Movable Type 3.2</a>
203                         </div>
204                      </div>
205                   </div>
206                </div>
207
208
209
210             </div>
211          </div>
212       </div>
213    </div>
214 </body>
215 </html>