[Icecast] Mountpoint "disappearing" ?

Emmanuel Lesouef e.lesouef at crbn.fr
Tue Dec 7 12:09:27 UTC 2010


Hi,

I'm trying to get the following project to work :

* acquisition from video acqusition card using vlc
* vlc transcode to theora/vorbis and sends it to an icecast2 server

Using VLC to acquire from the device is working ok. I get a stream in
theora/vorbis format with audio & video sync'ed.

Now, when I use VLC to send the stream to my icecast2 server, the
stream mounts, it is listed in the active mountpoints page, but
suddenly disappear, leaving this in error.log in debug mode :

DBUG stats/modify_node_event update node total_bytes_read (69615)
DBUG stats/modify_node_event update node total_bytes_sent (0)
DBUG stats/modify_node_event update node total_bytes_read (69615)
DBUG stats/modify_node_event update node total_bytes_sent (0)
DBUG source/get_next_buffer last 1291723291 timeout 10 now 1291723302
WARN source/get_next_buffer Disconnecting source due to socket timeout
INFO source/source_shutdown Source "/live.ogg" exiting
DBUG source/source_clear_source clearing source "/live.ogg"
DBUG format-ogg/format_ogg_free_headers releasing header pages 
DBUG format-ogg/free_ogg_codecs freeing codecs
DBUG format-vorbis/vorbis_codec_free freeing vorbis codec
DBUG format-theora/theora_codec_free freeing theora codec
DBUG source/source_free_source freeing source "/live.ogg"
DBUG stats/process_source_event delete source node /live.ogg
DBUG stats/modify_node_event update node clients (0)
DBUG stats/modify_node_event update node sources (0)
DBUG slave/_slave_thread checking master stream list

and this in access log :

"SOURCE /live.ogg HTTP/1.0" 200 19 "-" "VLC media player 1.1.4" 14

For information, my "sout" command-line in vlc :

'#transcode{vcodec=theo,vb=800,scale=1,acodec=vorb,ab=128,channels=2,samplerate=44100}:std{access=shout,mux=ogg,dst=source:hackme at 193.50.79.124:8000/live.ogg}'

How can I troubleshoot this issue ?

Thanks for your help.

-- 
Emmanuel Lesouef



More information about the Icecast mailing list