Hi there,
for the last couple of nights I've been trying to set up VLS (on a 2.4.21 linux) to multicast a DVB-signal to VLC, running on a W2K client, but I simply don't get the installation working the way I want it to work.
Maybe someone has some hints for me...
The server system consists of the following components:
(SusE-)Linux 2.4.21
Technisat SkyStar2
LinuxTV dvb driver set (v1.1.1 CVS branch for the 2.4.x kernel modules)
vls-0.5.6
libdvb-0.2.2
libdvbpsi3-0.1.4
... and the libs to enable dvd-streaming, which are (hopefully) not linked to the problems I have got here.
The kernel modules work as expected since I can watch TV using xine and szap.
Therefore I assume that I don't have any hardware problems.
With VLS I have also managed to set up a fairly simple unicast streaming, by using the command line directives:
vls -vv -d udp:192.168.1.70 dvb:ZDF --ttl 12
VLS starts without any (critical) error messages and I can decode the MPEG-stream using the VLC player on Windows. No problems at all.
But that's not really the way you want to start and configure VLS! So I setup a vls.cfg in order to be able to watch some more streams and here the problems begin.
In a first step I tried to setup a simple multicast configuration: only one input, one channel and a command line to start the streaming:
<...>
# Streams sources declaration
BEGIN "Inputs"
TV = "dvb" # input == DVB
END
# Video input (DVB) configuration
BEGIN "TV"
DeviceNumber = "0" # /dev/dvb/adapter<i>
SendMethod = "0" # 0 - Send All Pids
# 1 - Send only MPEG2 datas
END
# Channel (outputs) declaration
BEGIN "Channels"
TVChannel = "network" # An output for network streaming
END
BEGIN "TVChannel" # TVChannel shall be of
Type = "multicast" # type multicast
TTL = "12" # and Time To Live == 12.
SrcHost = "192.168.1.60" # Source address of stream
SrcPort = "1234" # source port
END
#Finally we connect inputs with channels and hence build a streamings server
# start <program> <channel> <input>
BEGIN "LaunchOnStartUp"
command1 = "start ZDF TVChannel TV"
END
I guess everything looks fine here, but when vls starts I get the following error messages:
2004-05-01 21:49:03 [ERROR/tv] Unable to start program ZDF
2004-05-01 21:49:03 [ERROR/tv] Error: Unable to create thread
Error: Unable to init streamer
Error: Net4Output initialisation failed
Error: Unknown host:
There is no streaming and even worse, when I try to shutdown the server, VLS crashes giving the whole box a huge work load. Eventually VLS stops with a segmentation fault... .
Does anyone have clue what these kind of error messages mean ? It doesn't really tell you what the problem is and I haven't found anything about it in the groups and mailing lists either...
Greetings
Bernie