stream to icecast issue

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
milis
New Cone
New Cone
Posts: 7
Joined: 25 Aug 2009 11:04
VLC version: latest
Operating System: windows
Location: greece

stream to icecast issue

Postby milis » 25 Aug 2009 20:48

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

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: stream to icecast issue

Postby VLC_help » 25 Aug 2009 22:34

Open Tools -> Messages... (set Verbosity to 2) it should reveal additional messages.

milis
New Cone
New Cone
Posts: 7
Joined: 25 Aug 2009 11:04
VLC version: latest
Operating System: windows
Location: greece

Re: stream to icecast issue

Postby milis » 27 Aug 2009 16:36

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

VLC_help
Mega Cone Master
Mega Cone Master
Posts: 25661
Joined: 13 Sep 2006 14:16

Re: stream to icecast issue

Postby VLC_help » 28 Aug 2009 22:57

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.

milis
New Cone
New Cone
Posts: 7
Joined: 25 Aug 2009 11:04
VLC version: latest
Operating System: windows
Location: greece

Re: stream to icecast issue

Postby milis » 30 Aug 2009 09:01

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!

dtm
New Cone
New Cone
Posts: 4
Joined: 02 Nov 2009 09:41

Re: stream to icecast issue

Postby dtm » 03 Nov 2009 14:55

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

vlcisawesome
New Cone
New Cone
Posts: 3
Joined: 03 Nov 2009 08:22

Re: stream to icecast issue

Postby vlcisawesome » 04 Nov 2009 08:57

Grr! can you post your solution milis? :)


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 40 guests