[streaming] Help require with VLS
Manu Abraham
manu at kromtek.com
Thu Dec 4 07:25:51 CET 2003
HI,
I modified libdvb-0.5.0/0.5.3 for the tuning part, satscan works fine
gives
me list from which i have generated .dvbrc.
The trouble is VLS-0.5.3 gives me time outs and VLS-0.5.4 is no
different either.
VLS-0.5.3 gives me tuning timeouts whereas VLS-0.5.4 gives me tuning failed.
Is there something that i can do about this ?
The changes i have made to libdvb-0.5.0, the changes i have sent to Marcus
also, replace the function chck_frontend in libdvb/DVB.cc with the function.
int chck_frontend (int fefd, frontend_stat *festat)
{
fe_status_t status;
int i;
for (i = 0; i < 10; i++) {
usleep (200000);
if (ioctl(fefd, FE_READ_STATUS, &status) == -1) {
perror("FE_READ_STATUS failed");
return 0;
}
if (status & FE_HAS_LOCK)
return 1;
}
return 0;
}
with this all the utilities work fine for me, but VLS still troubles me !!!!!!
Hope at least now some thing can be done with VLS.... ?
Thanks and Regards,
Manu
VLS-0.5.3 gives me
[root at Orbit01 vls-0.5.3]# ./configure --enable-dvb
--with-libdvb=/usr/local/lib --enable-debug --enable-profiling
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether byte ordering is bigendian... no
checking for gettimeofday... yes
checking for select... no
checking for strerror... yes
checking for strtol... no
checking for opendir... yes
checking for usleep... yes
checking for sigaction... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking return type of signal handlers... void
checking for dlopen in -ldl... yes
checking for crypt in -lcrypt... yes
checking for connect... yes
checking for gethostbyname... yes
checking for sem_post... no
checking for sem_post in -lposix4... no
checking for nanosleep... yes
checking for pthread_attr_init in -lpthread... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for strings.h... (cached) yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking net/if.h usability... yes
checking net/if.h presence... yes
checking for net/if.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for getopt_long... yes
checking for socklen_t... yes
checking for inet_pton... yes
checking for sockaddr_in6 in netinet/in.h... yes
checking whether setsockopt accepts SO_BINDTODEVICE... no
checking if $CXX accepts -shared... yes
checking if $CXX accepts -bundle -undefined error -lcc_dynamic... no
checking if $CXX accepts -rdynamic... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
checking for dvbdriver headers in ... checking linux/dvb/frontend.h
usability... yes
checking linux/dvb/frontend.h presence... yes
checking for linux/dvb/frontend.h... yes
checking for libdvb headers in /usr/local/lib... checking DVB.hh usability...
yes
checking DVB.hh presence... yes
checking for DVB.hh... yes
checking dvbpsi/dvbpsi.h usability... yes
checking dvbpsi/dvbpsi.h presence... yes
checking for dvbpsi/dvbpsi.h... yes
configure: creating ./config.status
config.status: creating Makefile.opts
config.status: creating src/server/config.h
config.status: creating src/core/defs.h
config.status: src/core/defs.h is unchanged
global configuration
--------------------
system : linux-gnu
architecture : i686
debug : 1
profiling : 1
vls configuration
-----------------
vls version : 0.5.3
debug mode : 1
system logging : 1
daemon mode :
built-in modules : filechannel netchannel filereader ts2ts ps2ts
localinput videoinput
plug-in modules : dvdreader dvbinput dvbreader
[root at Orbit01 vls-0.5.3]# make
Compiling src/core/application.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/application.o -c
src/core/application.cpp
Compiling src/core/exception.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/exception.o -c src/core/exception.cpp
Compiling src/core/file.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/file.o -c src/core/file.cpp
Compiling src/core/lexer.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/lexer.o -c src/core/lexer.cpp
Compiling src/core/log.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/log.o -c src/core/log.cpp
Compiling src/core/parsers.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/parsers.o -c src/core/parsers.cpp
Compiling src/core/reflect.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/reflect.o -c src/core/reflect.cpp
Compiling src/core/serialization.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/serialization.o -c
src/core/serialization.cpp
Compiling src/core/settings.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/settings.o -c src/core/settings.cpp
Compiling src/core/socket.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/socket.o -c src/core/socket.cpp
Compiling src/core/string.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/string.o -c src/core/string.cpp
Compiling src/core/system.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/system.o -c src/core/system.cpp
Compiling src/core/thread.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/thread.o -c src/core/thread.cpp
Compiling src/core/module.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/module.o -c src/core/module.cpp
Compiling src/core/iso_lang.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/core/iso_lang.o -c src/core/iso_lang.cpp
Compiling src/server/buffer.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/buffer.o -c src/server/buffer.cpp
Compiling src/server/directory.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/directory.o -c
src/server/directory.cpp
Compiling src/server/input.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/input.o -c src/server/input.cpp
Compiling src/server/output.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/output.o -c src/server/output.cpp
Compiling src/server/channel.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/channel.o -c src/server/channel.cpp
Compiling src/server/request.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/request.o -c src/server/request.cpp
Compiling src/server/admin.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/admin.o -c src/server/admin.cpp
Compiling src/server/broadcast.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/broadcast.o -c
src/server/broadcast.cpp
Compiling src/server/manager.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/manager.o -c src/server/manager.cpp
Compiling src/server/program.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/program.o -c src/server/program.cpp
Compiling src/server/telnet.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/telnet.o -c src/server/telnet.cpp
Compiling src/server/nativeadmin.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/nativeadmin.o -c
src/server/nativeadmin.cpp
Compiling src/server/tsstreamer.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/tsstreamer.o -c
src/server/tsstreamer.cpp
rm -f src/server/vls_builtins.cpp
for builtin in filechannel netchannel filereader ts2ts ps2ts localinput
videoinput ; do \
echo "extern C_Module* NewBuiltin_"$builtin"(handle hLog);" >>
src/server/vls_builtins.cpp ; \
done
echo "" >> src/server/vls_builtins.cpp
echo "void C_Vls::LoadBuiltins()" >> src/server/vls_builtins.cpp
echo "{" >> src/server/vls_builtins.cpp
for builtin in filechannel netchannel filereader ts2ts ps2ts localinput
videoinput ; do \
echo " C_Module* pModule_"$builtin" = NewBuiltin_"$builtin"(m_hLog);"
>> src/server/vls_builtins.cpp ; \
echo " m_pModuleManager->RegisterModule(pModule_"$builtin");" >>
src/server/vls_builtins.cpp ; \
done
echo "}" >> src/server/vls_builtins.cpp
echo "" >> src/server/vls_builtins.cpp
Compiling src/server/vls.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/vls.o -c src/server/vls.cpp
Compiling src/server/daemon.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/server/daemon.o -c src/server/daemon.cpp
Compiling src/mpeg/ts.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/ts.o -c src/mpeg/ts.cpp
Compiling src/mpeg/rtp.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/rtp.o -c src/mpeg/rtp.cpp
Compiling src/mpeg/streamdescr.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/streamdescr.o -c
src/mpeg/streamdescr.cpp
Compiling src/mpeg/reader.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/reader.o -c src/mpeg/reader.cpp
Compiling src/mpeg/converter.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/converter.o -c src/mpeg/converter.cpp
Compiling src/mpeg/dvbpsi.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/dvbpsi.o -c src/mpeg/dvbpsi.cpp
Compiling src/mpeg/tsdemux.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/tsdemux.o -c src/mpeg/tsdemux.cpp
Compiling src/mpeg/tsmux.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -o obj/mpeg/tsmux.o -c src/mpeg/tsmux.cpp
cd src/modules/filechannel && make ../../../obj/filechannel.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/filechannel'
Compiling filechannel.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_filechannel.o -c
filechannel.cpp
Compiling fileoutput.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_fileoutput.o -c
fileoutput.cpp
Linking ../../../obj/filechannel.a...
ar r ../../../obj/filechannel.a obj/BUILTIN_filechannel.o
obj/BUILTIN_fileoutput.o
ranlib ../../../obj/filechannel.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/filechannel'
cd src/modules/netchannel && make ../../../obj/netchannel.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/netchannel'
Compiling netchannel.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_netchannel.o -c
netchannel.cpp
Compiling netoutput.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_netoutput.o -c
netoutput.cpp
Linking ../../../obj/netchannel.a...
ar r ../../../obj/netchannel.a obj/BUILTIN_netchannel.o
obj/BUILTIN_netoutput.o
ranlib ../../../obj/netchannel.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/netchannel'
cd src/modules/filereader && make ../../../obj/filereader.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/filereader'
Compiling filereader.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_filereader.o -c
filereader.cpp
Linking ../../../obj/filereader.a...
ar r ../../../obj/filereader.a obj/BUILTIN_filereader.o
ranlib ../../../obj/filereader.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/filereader'
cd src/modules/ts2ts && make ../../../obj/ts2ts.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/ts2ts'
Compiling ts2ts.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_ts2ts.o -c ts2ts.cpp
Linking ../../../obj/ts2ts.a...
ar r ../../../obj/ts2ts.a obj/BUILTIN_ts2ts.o
ranlib ../../../obj/ts2ts.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/ts2ts'
cd src/modules/ps2ts && make ../../../obj/ps2ts.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/ps2ts'
Compiling ps2ts.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_ps2ts.o -c ps2ts.cpp
Linking ../../../obj/ps2ts.a...
ar r ../../../obj/ps2ts.a obj/BUILTIN_ps2ts.o
ranlib ../../../obj/ps2ts.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/ps2ts'
cd src/modules/localinput && make ../../../obj/localinput.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/localinput'
Compiling localinput.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_localinput.o -c
localinput.cpp
Linking ../../../obj/localinput.a...
ar r ../../../obj/localinput.a obj/BUILTIN_localinput.o
ranlib ../../../obj/localinput.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/localinput'
cd src/modules/videoinput && make ../../../obj/videoinput.a
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/videoinput'
Compiling videoinput.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__BUILTIN__ -o obj/BUILTIN_videoinput.o -c
videoinput.cpp
Linking ../../../obj/videoinput.a...
ar r ../../../obj/videoinput.a obj/BUILTIN_videoinput.o
ranlib ../../../obj/videoinput.a
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/videoinput'
Linking vls...
g++ -D_REENTRANT -rdynamic -o bin/vls obj/core/application.o
obj/core/exception.o obj/core/file.o obj/core/lexer.o obj/core/log.o
obj/core/parsers.o obj/core/reflect.o obj/core/serialization.o
obj/core/settings.o obj/core/socket.o obj/core/string.o obj/core/system.o
obj/core/thread.o obj/core/module.o obj/core/iso_lang.o obj/server/buffer.o
obj/server/directory.o obj/server/input.o obj/server/output.o
obj/server/channel.o obj/server/request.o obj/server/admin.o
obj/server/broadcast.o obj/server/manager.o obj/server/program.o
obj/server/telnet.o obj/server/nativeadmin.o obj/server/tsstreamer.o
obj/server/vls.o obj/server/daemon.o obj/mpeg/ts.o obj/mpeg/rtp.o
obj/mpeg/streamdescr.o obj/mpeg/reader.o obj/mpeg/converter.o
obj/mpeg/dvbpsi.o obj/mpeg/tsdemux.o obj/mpeg/tsmux.o obj/filechannel.a
obj/netchannel.a obj/filereader.a obj/ts2ts.a obj/ps2ts.a obj/localinput.a
obj/videoinput.a -ldl -lcrypt -lpthread -ldvbpsi $FILECHANNEL_LIB
$NETCHANNEL_LIB $FILEREADER_LIB $TS2TS_LIB $PS2TS_LIB $LOCALINPUT_LIB
$VIDEOINPUT_LIB
chmod 755 bin/vls
cd src/modules/dvdreader && make ../../../bin/dvdreader.so
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvdreader'
Compiling dvdreader.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__PLUGIN__ -fPIC -o obj/dvdreader.o -c
dvdreader.cpp
Linking ../../../bin/dvdreader.so...
g++ -D_REENTRANT -shared -o ../../../bin/dvdreader.so obj/dvdreader.o
-ldvdread
chmod 755 ../../../bin/dvdreader.so
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvdreader'
cd src/modules/dvbinput && make ../../../bin/dvbinput.so
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvbinput'
Compiling dvbinput.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__PLUGIN__ -fPIC -o obj/dvbinput.o -c
dvbinput.cpp
Linking ../../../bin/dvbinput.so...
g++ -D_REENTRANT -shared -L/usr/local/lib -o ../../../bin/dvbinput.so
obj/dvbinput.o -ldvb
chmod 755 ../../../bin/dvbinput.so
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvbinput'
cd src/modules/dvbreader && make ../../../bin/dvbreader.so
make[1]: Entering directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvbreader'
Compiling dvbreader.cpp...
g++ -Wall -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DCONFIG_PATH='"/usr/local/etc/videolan/vls"' -DBUGGY_VLC -DYY_NO_UNPUT
-DDEBUG -g -pg -DSYSLOG -D__PLUGIN__ -fPIC -o obj/dvbreader.o -c
dvbreader.cpp
Linking ../../../bin/dvbreader.so...
g++ -D_REENTRANT -shared -o ../../../bin/dvbreader.so obj/dvbreader.o
chmod 755 ../../../bin/dvbreader.so
make[1]: Leaving directory
`/root/Download/Videolan/vls/Release/vls-0.5.3/src/modules/dvbreader'
[root at Orbit01 vls-0.5.3]# make install
mkdir -p /usr/local/bin
/usr/bin/install -c bin/vls /usr/local/bin
/usr/bin/install -c bin/vlsd /usr/local/bin
mkdir -p /usr/local/lib/videolan/vls
/usr/bin/install -c -m 644 bin/dvdreader.so bin/dvbinput.so bin/dvbreader.so
/usr/local/lib/videolan/vls
mkdir -p /usr/local/etc/videolan/vls
test -r /usr/local/etc/videolan/vls/vls.cfg || /usr/bin/install -c -m 644
vls.cfg /usr/local/etc/videolan/vls
Installation succeeded.
[root at Orbit01 vls-0.5.3]# vls -vv -d udp:239.2.12.42 dvb:"channel 2" --ttl 2
VideoLAN Server v 0.5.3 (Dec 1 2003) - (c)1999-2003 VideoLAN
2003-12-01 11:42:08 [INFO/Vls] Module "channel:file" registered
2003-12-01 11:42:08 [INFO/Vls] Module "channel:network" registered
2003-12-01 11:42:08 [INFO/Vls] Module "mpegreader:file" registered
2003-12-01 11:42:08 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2003-12-01 11:42:08 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2003-12-01 11:42:08 [INFO/Vls] Module "input:local" registered
2003-12-01 11:42:08 [INFO/Vls] Module "input:video" registered
2003-12-01 11:42:08 [INFO/Vls] Browsing modules in directory "."
2003-12-01 11:42:08 [INFO/Vls] Browsing modules in directory
"/usr/local/lib/videolan/vls"
2003-12-01 11:42:08 [INFO/Vls] Module "mpegreader:dvd" registered
2003-12-01 11:42:08 [INFO/Vls] Module "input:dvb" registered
2003-12-01 11:42:08 [INFO/Vls] Module "mpegreader:dvb" registered
2003-12-01 11:42:08 [INFO/Vls] Channel 'output1' created
ASSERT ERROR in src/server/broadcast.cpp line 46 (code checked: pChannel)
2003-12-01 11:42:08 [INFO/Vls] Starting input 'input1'
2003-12-01 11:42:08 [INFO/input1] DVB-S Card registered without decoder
Using default /root/.dvbrc
Reading original format . done
2003-12-01 11:42:08 [INFO/input1] Added program 'Bahrain_TV'
2003-12-01 11:42:08 [INFO/input1] Added program 'Saudi_1'
2003-12-01 11:42:08 [INFO/input1] Added program 'Libya'
2003-12-01 11:42:08 [INFO/input1] Added program 'Sudan'
2003-12-01 11:42:08 [INFO/input1] Added program 'Saudi_R3'
2003-12-01 11:42:08 [INFO/input1] Added program 'Bahrain_R2'
2003-12-01 11:42:08 [INFO/input1] Added program 'Oman'
2003-12-01 11:42:08 [INFO/input1] Added program 'Oman_R1'
2003-12-01 11:42:08 [INFO/input1] Added program 'Almajd_TV'
2003-12-01 11:42:08 [INFO/input1] Added program 'Sudan_R2'
2003-12-01 11:42:08 [INFO/input1] Added program 'Eritrea'
2003-12-01 11:42:08 [INFO/input1] Added program 'Kuwait'
2003-12-01 11:42:09 [INFO/input1] Added program 'Bahrain_R3'
2003-12-01 11:42:09 [INFO/input1] Added program 'Saudi_R2'
2003-12-01 11:42:09 [INFO/input1] Added program '_Kuwait_R1'
2003-12-01 11:42:09 [INFO/input1] Added program '_Saudi_2__R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Eritrea_T'
2003-12-01 11:42:09 [INFO/input1] Added program 'Bahrain_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Saudi_2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Kuwait_R2'
2003-12-01 11:42:09 [INFO/input1] Added program '_Oman_R2'
2003-12-01 11:42:09 [INFO/input1] Added program 'TEST'
2003-12-01 11:42:09 [INFO/input1] Added program '_Oman_R3'
2003-12-01 11:42:09 [INFO/input1] Added program '_Eritrea_A'
2003-12-01 11:42:09 [INFO/input1] Added program 'AlManar'
2003-12-01 11:42:09 [INFO/input1] Added program 'test_/_JRB'
2003-12-01 11:42:09 [INFO/input1] Added program 'NBN_'
2003-12-01 11:42:09 [INFO/input1] Added program 'channel_2'
2003-12-01 11:42:09 [INFO/input1] Added program 'NEW_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'MBC'
2003-12-01 11:42:09 [INFO/input1] Added program 'ALArabiya'
2003-12-01 11:42:09 [INFO/input1] Added program 'Future_'
2003-12-01 11:42:09 [INFO/input1] Added program 'LBCI_'
2003-12-01 11:42:09 [INFO/input1] Added program 'TeleLiban'
2003-12-01 11:42:09 [INFO/input1] Added program 'Test_PR-S'
2003-12-01 11:42:09 [INFO/input1] Added program 'Al_Emarat'
2003-12-01 11:42:09 [INFO/input1] Added program 'ABU_DHABI_-_A'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Test-1'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Test-2'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Test-3'
2003-12-01 11:42:09 [INFO/input1] Added program 'ABU_DHABI_-_E'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Sports'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Feed-1'
2003-12-01 11:42:09 [INFO/input1] Added program 'AD_Feed-2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Private'
2003-12-01 11:42:09 [INFO/input1] Added program 'Emarat_FM'
2003-12-01 11:42:09 [INFO/input1] Added program 'Quraan_Karim'
2003-12-01 11:42:09 [INFO/input1] Added program 'Abu_Dhabi_Radio'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sowt_Al_Musica'
2003-12-01 11:42:09 [INFO/input1] Added program 'Radio_1'
2003-12-01 11:42:09 [INFO/input1] Added program '_Algeria_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Algeria_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Tunis_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Mauritania_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sharjah_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sharjah_R2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Yemen_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Yemen_R2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Syria_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Syria_R2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Polskie_Radio'
2003-12-01 11:42:09 [INFO/input1] Added program '_Tunis_R2'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sharjah_tv'
2003-12-01 11:42:09 [INFO/input1] Added program 'Yemen_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Syria_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Morocco_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Almustakilla'
2003-12-01 11:42:09 [INFO/input1] Added program 'Tunisia_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Aljazeera_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Mauritania_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Jordan_TV'
2003-12-01 11:42:09 [INFO/input1] Added program 'Jordan_R'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sawa_R1'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sawa_R2'
2003-12-01 11:42:09 [INFO/input1] Added program '_Sawa_R3'
2003-12-01 11:42:09 [INFO/input1] Added program 'Sawa_R4'
2003-12-01 11:42:09 [INFO/input1] Added program 'Farda_R'
2003-12-01 11:42:09 [INFO/Vls] Input 'input1' sucessfully initialised
2003-12-01 11:42:09 [INFO/Vls] Executing command1 : 'start channel_2 output1
input1 '
Time out !
2003-12-01 11:42:26 [ERROR/input1] Read error for program "Input DVB input1"
ASSERT ERROR in dvbinput.cpp line 385 (code checked: false)
VLS-0.5.4 gives me
[root at Orbit01 root]# vls -vv -d udp:239.2.12.42 dvb:"channel 2" --ttl 2
VideoLAN Server v 0.5.4 (Nov 29 2003) - (c)1999-2003 VideoLAN
2003-12-01 11:31:08 [INFO/Vls] Module "channel:file" registered
2003-12-01 11:31:08 [INFO/Vls] Module "channel:network" registered
2003-12-01 11:31:08 [INFO/Vls] Module "mpegreader:file" registered
2003-12-01 11:31:08 [INFO/Vls] Module "mpegconverter:ts2ts" registered
2003-12-01 11:31:08 [INFO/Vls] Module "mpegconverter:ps2ts" registered
2003-12-01 11:31:08 [INFO/Vls] Module "input:local" registered
2003-12-01 11:31:08 [INFO/Vls] Module "input:video" registered
2003-12-01 11:31:08 [INFO/Vls] Browsing modules in directory "."
2003-12-01 11:31:08 [INFO/Vls] Browsing modules in directory
"/usr/local/lib/videolan/vls"
2003-12-01 11:31:08 [INFO/Vls] Module "mpegreader:dvd" registered
2003-12-01 11:31:08 [INFO/Vls] Module "input:dvb" registered
2003-12-01 11:31:08 [INFO/Vls] Module "mpegreader:dvb" registered
2003-12-01 11:31:08 [INFO/Vls] Channel 'output1' created
ASSERT ERROR in src/server/broadcast.cpp line 46 (code checked: pChannel)
2003-12-01 11:31:08 [INFO/Vls] Starting input 'input1'
2003-12-01 11:31:08 [INFO/input1] DVB-S Card registered without decoder
Using default /root/.dvbrc
Reading original format . done
2003-12-01 11:31:08 [INFO/input1] Added program 'Bahrain_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Saudi_1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Libya'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sudan'
2003-12-01 11:31:08 [INFO/input1] Added program 'Saudi_R3'
2003-12-01 11:31:08 [INFO/input1] Added program 'Bahrain_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Oman'
2003-12-01 11:31:08 [INFO/input1] Added program 'Oman_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Almajd_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sudan_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Eritrea'
2003-12-01 11:31:08 [INFO/input1] Added program 'Kuwait'
2003-12-01 11:31:08 [INFO/input1] Added program 'Bahrain_R3'
2003-12-01 11:31:08 [INFO/input1] Added program 'Saudi_R2'
2003-12-01 11:31:08 [INFO/input1] Added program '_Kuwait_R1'
2003-12-01 11:31:08 [INFO/input1] Added program '_Saudi_2__R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Eritrea_T'
2003-12-01 11:31:08 [INFO/input1] Added program 'Bahrain_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Saudi_2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Kuwait_R2'
2003-12-01 11:31:08 [INFO/input1] Added program '_Oman_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'TEST'
2003-12-01 11:31:08 [INFO/input1] Added program '_Oman_R3'
2003-12-01 11:31:08 [INFO/input1] Added program '_Eritrea_A'
2003-12-01 11:31:08 [INFO/input1] Added program 'AlManar'
2003-12-01 11:31:08 [INFO/input1] Added program 'test_/_JRB'
2003-12-01 11:31:08 [INFO/input1] Added program 'NBN_'
2003-12-01 11:31:08 [INFO/input1] Added program 'channel_2'
2003-12-01 11:31:08 [INFO/input1] Added program 'NEW_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'MBC'
2003-12-01 11:31:08 [INFO/input1] Added program 'ALArabiya'
2003-12-01 11:31:08 [INFO/input1] Added program 'Future_'
2003-12-01 11:31:08 [INFO/input1] Added program 'LBCI_'
2003-12-01 11:31:08 [INFO/input1] Added program 'TeleLiban'
2003-12-01 11:31:08 [INFO/input1] Added program 'Test_PR-S'
2003-12-01 11:31:08 [INFO/input1] Added program 'Al_Emarat'
2003-12-01 11:31:08 [INFO/input1] Added program 'ABU_DHABI_-_A'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Test-1'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Test-2'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Test-3'
2003-12-01 11:31:08 [INFO/input1] Added program 'ABU_DHABI_-_E'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Sports'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Feed-1'
2003-12-01 11:31:08 [INFO/input1] Added program 'AD_Feed-2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Private'
2003-12-01 11:31:08 [INFO/input1] Added program 'Emarat_FM'
2003-12-01 11:31:08 [INFO/input1] Added program 'Quraan_Karim'
2003-12-01 11:31:08 [INFO/input1] Added program 'Abu_Dhabi_Radio'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sowt_Al_Musica'
2003-12-01 11:31:08 [INFO/input1] Added program 'Radio_1'
2003-12-01 11:31:08 [INFO/input1] Added program '_Algeria_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Algeria_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Tunis_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Mauritania_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sharjah_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sharjah_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Yemen_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Yemen_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Syria_R1'
2003-12-01 11:31:08 [INFO/input1] Added program 'Syria_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Polskie_Radio'
2003-12-01 11:31:08 [INFO/input1] Added program '_Tunis_R2'
2003-12-01 11:31:08 [INFO/input1] Added program 'Sharjah_tv'
2003-12-01 11:31:08 [INFO/input1] Added program 'Yemen_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Syria_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Morocco_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Almustakilla'
2003-12-01 11:31:08 [INFO/input1] Added program 'Tunisia_TV'
2003-12-01 11:31:08 [INFO/input1] Added program 'Aljazeera_TV'
2003-12-01 11:31:09 [INFO/input1] Added program 'Mauritania_TV'
2003-12-01 11:31:09 [INFO/input1] Added program 'Jordan_TV'
2003-12-01 11:31:09 [INFO/input1] Added program 'Jordan_R'
2003-12-01 11:31:09 [INFO/input1] Added program 'Sawa_R1'
2003-12-01 11:31:09 [INFO/input1] Added program 'Sawa_R2'
2003-12-01 11:31:09 [INFO/input1] Added program '_Sawa_R3'
2003-12-01 11:31:09 [INFO/input1] Added program 'Sawa_R4'
2003-12-01 11:31:09 [INFO/input1] Added program 'Farda_R'
2003-12-01 11:31:09 [INFO/Vls] Input 'input1' sucessfully initialised
2003-12-01 11:31:09 [INFO/Vls] Executing command1 : 'start channel_2 output1
input1 '
FE_GET_EVENT: Value too large for defined data type
Tuning failed
Time out !
2003-12-01 11:31:41 [ERROR/input1] Read error for program "Input DVB input1"
ASSERT ERROR in dvbinput.cpp line 385 (code checked: false)
2003-12-01 11:32:00 [WARN/Vls] Received SIGINT: Interrupt from keyboard,
launching shutdown sequence...
2003-12-01 11:32:00 [INFO/Vls] Telnet server stopped
[1]+ Stopped vls -vv -d udp:239.2.12.42 dvb:"channel 2" --ttl
2
On Saturday 29 November 2003 15:47, you wrote:
> On Sat, Nov 29, 2003, Manu Abraham wrote :
> > I'm using VLS-0.5.4 alongwith the associated libraries and
libdvb-0.5.0.
> > Is it possible for VLS to demux from the currently tuned transponder,
> > rather than searching for the transponder or satellite (through a command
> > line switch maybe can be added to the dvbinput module and hence to VLS ?
> > ) ?
>
> It is not possible for the moment.... you will have to hack the VLS
> sources for that.
>
> --
> Alexis
--
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the streaming
mailing list