search for: transcurl

Displaying 9 results from an estimated 9 matches for "transcurl".

2004 Aug 06
2
Transcoding from icecast2->icecast2 results in "garbage"
On 4 May 2003 at 10:49, Geoff Shang wrote: > I have done this in the past, though it was a few months back. First > thing to check - you need to change all occurances of > "application/x-ogg" to "application/ogg". These are in liboddcast.cpp > and transcurl.cpp. Change these and recompile. This is almost > certainly your problem, as streamTranscoder is thinking that the input > is MP3. Oh well, I missed a detail :-) My input and output ARE MP3 - thats abolutely correct. So the funny thing is that it works with a Shoutcast-server but not wit...
2004 Aug 06
2
Transcoding from icecast2->icecast2 results in "garbage"
Hi. Already talked to oddsock. But the problem seems not to be that easy to solve. Transcoding from shoutcast -> icecast2 works perfect. Anybody got a solution for this / experienced the same problem? Need help quite urgently :-((( <p>Thank you Stefan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from
2005 Aug 07
2
restarting streamtranscoder w/ out killing listeners
Hi folks I'm running streamtranscoder on my icecast server. Unfortunately, after 5-15 minutes of transcoding, it sometimes produces jumpy/skippy audio or drops the stream altogether. What I'd like to do is restart streamtranscoder every 5 minutes. However, when I kill streamtranscoder and bring it back, all listeners on the stream get killed. How can I prevent this? In other words,
2004 Aug 06
4
mp3 support and compatibility
<quote who="Adon Irani"> > hello every0ne , it's ad0n from theDV8network.com . > > i've been hearing of more and more people in my community who are > having troubles connecting to our netw0rk . in most cases , wind0ws > media player or realone is stealing the associations ; What associations? > and even if they've installed winamp , the stream
2004 Aug 06
0
Transcoding from icecast2->icecast2 results in &quot;garbage&quot;
...y 2003 at 10:49, Geoff Shang wrote: > > > I have done this in the past, though it was a few months back. First > > thing to check - you need to change all occurances of > > "application/x-ogg" to "application/ogg". These are in liboddcast.cpp > > and transcurl.cpp. Change these and recompile. This is almost > > certainly your problem, as streamTranscoder is thinking that the input > > is MP3. > >Oh well, I missed a detail :-) My input and output ARE MP3 - thats >abolutely correct. So the funny thing is that it works with a >Shou...
2004 Aug 06
1
mp3 support and compatibility
...t; > > Same problem here, don't know of a fix yet. > > streamTranscoder 0.2.0 which, last I checked, was the most recent > release(December 2002) expects to see application/x-ogg in the MIME > header from an icecast2 server, rather than application/ogg. Edit > line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp > for completeness, then recompile. Works fine. Thanks for the tip, Geoff! regards, Remco -- Remco B. Brink -- Information Systems Developer, Opera Software ASA Personal site at http://rc6.org - PGP key at http://rc6.org/rbb.pgp --- >8...
2004 Aug 06
1
mp3 support and compatibility
...ang wrote: > On Wed, 21 May 2003, Remco B. Brink wrote: > > streamTranscoder 0.2.0 which, last I checked, was the most recent > release (December 2002) expects to see application/x-ogg in the MIME > header from an icecast2 server, rather than application/ogg. Edit > line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp > for completeness, then recompile. Works fine. application/ogg is the official now, even specified by RFCs, right? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from t...
2005 Aug 08
0
restarting streamtranscoder w/ out killing listeners
...l automatically move them back to the main stream once it's up and running again. BTW, we also use the streamTranscoder, and I found that increasing the internal buffer size greatly increased the stability (at the cost of slightly higher latency, but this was not an issue for us). If you open transcurl.cpp and look for the comment "JCMOD, made this a lot larger" (should be in three places), you'll see a value defined as something multiplied by 20. I (rather arbitrarily) changed it to "*60" and recompiled and it worked so well I haven't felt the need to try other values...
2004 Aug 06
0
mp3 support and compatibility
...t; > continues to run ). > > Same problem here, don't know of a fix yet. treamTranscoder 0.2.0 which, last I checked, was the most recent release (December 2002) expects to see application/x-ogg in the MIME header from an icecast2 server, rather than application/ogg. Edit line 167 of transcurl.cpp, then also edit line 848 of liboddcast.cpp for completeness, then recompile. Works fine. > > otherwise , is ices-0.2.3cvs an option ?? does it require an older > > version of libshout than ices2 ? i have libshout.so.3.0.0 installed , > > but ./configure does not detect it .....