Displaying 7 results from an estimated 7 matches for "mymp3".
Did you mean:
my_mp3
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Can anyone shed some light as to what icecast2 accepts as a client request methods for ogg vorbis,
apparently there is a difference bettween the way icecast2 handles mp3 and ogg vorbis.
php example for mp3 that works
fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
php example for ogg that doesnt work
fwrite($fp,"GET /mymnt.ogg HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
ideas??
Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
<p>--- >8 ----
List arc...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
> You must have some other, unrelated, problem, presumably elsewhere in your
> code.
this is what i have, and does work with mp3, but ogg does not want to work.
im testing with winamp, you think that may be the issue?
<p><p>fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
for ($i=0; $i<120; $i++) {
if (feof($sp)) break;
$str.=fread($sp,4096);
usleep(200000);
if (strpos($str,"\r\n\r\n")) break;
}
flush();
echo substr($str,strpos($str,"\r\n\r\n")+4);
flush();
while(!$shutdown_flag) {...
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...004 09:28, Dave St John wrote:
> Can anyone shed some light as to what icecast2 accepts as a client request
> methods for ogg vorbis, apparently there is a difference bettween the way
> icecast2 handles mp3 and ogg vorbis.
>
> php example for mp3 that works
> fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
>
> php example for ogg that doesnt work
> fwrite($fp,"GET /mymnt.ogg HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
>
These should both work. To be strictly correct, you must use \r\n everywhere
you have \n, but icecast isn...
2004 Aug 06
0
icecast2 ogg vorbis client request headers
...n wrote:
> > You must have some other, unrelated, problem, presumably elsewhere in
> > your code.
>
> this is what i have, and does work with mp3, but ogg does not want to work.
> im testing with winamp, you think that may be the issue?
>
>
>
> fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
> for ($i=0; $i<120; $i++) {
> if (feof($sp)) break;
> $str.=fread($sp,4096);
> usleep(200000);
> if (strpos($str,"\r\n\r\n")) break;
> }
>
> flush();
> echo substr($str,strpos($str,"\r\n\r\n"...
2004 Aug 06
2
icecast2 ogg vorbis client request headers
...> > Can anyone shed some light as to what icecast2 accepts as a client
request
> > methods for ogg vorbis, apparently there is a difference bettween the
way
> > icecast2 handles mp3 and ogg vorbis.
> >
> > php example for mp3 that works
> > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
> >
> > php example for ogg that doesnt work
> > fwrite($fp,"GET /mymnt.ogg HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
> >
>
> These should both work. To be strictly correct, you must use \r\n
everywhere
>...
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...her, unrelated, problem, presumably elsewhere in
> > > your code.
> >
> > this is what i have, and does work with mp3, but ogg does not want to
work.
> > im testing with winamp, you think that may be the issue?
> >
> >
> >
> > fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
> > for ($i=0; $i<120; $i++) {
> > if (feof($sp)) break;
> > $str.=fread($sp,4096);
> > usleep(200000);
> > if (strpos($str,"\r\n\r\n")) break;
> > }
> >
> > flush();
> > ech...
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
Hi,
Can someone please comment about the below issue
[root at host0040 kaushal]# file obd-demo.mp3
obd-demo.mp3: MPEG ADTS, layer III, v1, 256 kBits, 44.1 kHz, Monaural
[root at host0040 kaushal]# sox obd-demo.mp3 -e stat
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
[root at host0040 kaushal]# sox -V obd-demo.mp3 -r 8000 -c 1 -t ul -w vm-intro.ulaw
sox: Failed reading