Page 1 of 1

stream to icecast issue

Posted: 25 Aug 2009 20:48
by milis
Hi guys
I have tried to stream to icecast with no success...

I need to transcode 3-4 wma internet streams to mp3 and send them to my icecast server.
(Convert wma to mp3 and stream it to IceCast)

here is an example http://kissfm.live24.gr/kiss2111 this is wma
I tried in windows using the latest vlc with these options
:sout=#transcode{acodec=mp3,ab=48,channels=2,samplerate=44100}:std{access=shout,mux=ogg,dst=demo1@85.17.146.158:8000/demo}

I also tried this as I read in a post something about mp3=1 option to be able to stream...
:sout=#transcode{acodec=mp3,ab=48,channels=2,samplerate=44100,aenc=ffmpeg}:std{access=shout{mp3=1, bitrate=48, samplerate=44100, channels=2},mux=ogg,dst=demo1@85.17.146.158:8000/demo}

I can't tell why stream does not go to icecast, If I try to stream in local http via vlc it works fine.

Please be so kind and help me out as I see no future in this :? :-(
I even waited a couple of minutes as I read to another post that it takes a few minutes to begin the stream out to icecast server...

Kind regards

Panos

Re: stream to icecast issue

Posted: 25 Aug 2009 22:34
by VLC_help
Open Tools -> Messages... (set Verbosity to 2) it should reveal additional messages.

Re: stream to icecast issue

Posted: 27 Aug 2009 16:36
by milis
here is the output
all firewall etc off
any ideas?

qt4 debug: MRL passed to the Sout: http://kissfm.live24.gr/kiss2111
qt4 debug: Adding option: :sout=#transcode{acodec=mp3,ab=48,channels=2,samplerate=44100}:std{access=shout,mux=ogg,dst=milis@192.168.0.6:8000/elastic}
main debug: adding item `Ροή' ( http://kissfm.live24.gr/kiss2111 )
qt4 debug: Adding a new MRL to recent ones: http://kissfm.live24.gr/kiss2111
main debug: rebuilding array of current - root Λίστα αναπαραγωγής
main debug: rebuild done - 1 items, index -1
main debug: processing request item Ροή node null skip 0
main debug: resyncing on Ροή
main debug: Ροή is at 0
main debug: starting new item
main debug: creating new input thread
main debug: Creating an input for 'Ροή'
main debug: thread (input) created at priority 1 (../.././src/input/input.c:230)
main debug: thread started
main debug: stream=`transcode'
main debug: looking for sout stream module: 1 candidate
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main debug: set config option: sout-standard-access to shout
main debug: set config option: sout-standard-mux to ogg
main debug: set config option: sout-standard-dst to milis@192.168.0.6:8000/elastic
stream_out_standard debug: creating `shout/ogg://milis@192.168.0.6:8000/elastic'
stream_out_standard debug: extension is 6:8000/elastic
stream_out_standard debug: extension -> mux=(null)
stream_out_standard debug: using `shout/ogg://milis@192.168.0.6:8000/elastic'
main debug: looking for sout access module: 1 candidate
access_output_shout warning: no bitrate information specified (required for listing the server as public on the shoutcast website)
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...
qt4 debug: IM: Setting an input
qt4 debug: Updating the geometry
qt4 debug: Updating the geometry
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...


it get in loops here and I have to terminate vlc
I run VLC in Vista and latest stable icecast win32 in a w2k3 server

regards

panos

Re: stream to icecast issue

Posted: 28 Aug 2009 22:57
by VLC_help
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...
Connection fails. If you know how to use Wireshark, you can check what happens.

Re: stream to icecast issue

Posted: 30 Aug 2009 09:01
by milis
Thank you!
I fixed it...

I'm getting a nice stream - very clear sound from transcoding.

Sometimes I get a timer message and the stream stops ans very often I get this :
access_mms debug: recv command start_sequence:0x00000001 command_id:0xb00bface length:32 len8:4 sequence 0x000002fd len8_II:2 dir_comm:0x0004001b

but the stream goes on.

http://streamyourdream.org:8000/lfmstream.m3u

cheers!

Re: stream to icecast issue

Posted: 03 Nov 2009 14:55
by dtm
access_output_shout warning: failed to connect using 'icy' (shoutcast) protocol
access_output_shout warning: failed to connect using 'http' (icecast 2.x) protocol
access_output_shout warning: unable to establish connection, retrying...
Connection fails. If you know how to use Wireshark, you can check what happens.

I get the same messages
but no traffic on wireshark
no network traffic at all

can anybody post a setup stream for IceCast and a webcam

Re: stream to icecast issue

Posted: 04 Nov 2009 08:57
by vlcisawesome
Grr! can you post your solution milis? :)