- 16 May, 2003 2 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
. Added the loop on bad files. (after a Read Error) . Updated version numbers & ChangeLog for 0.5.1 release
-
- 03 May, 2003 1 commit
-
-
Tristan Leteurtre authored
. Changed Runtime Libraries to 'Multi-Threaded DLL' instead of 'single-threaded'. This is very likely to correct the famous Windows Bug ! I found successful result doing that on vls 0.3.3 and vls-0.4.0. I could not test on vls 0.5.0, since it has some other problems (unrelated). Thank you gibalou !
-
- 26 Mar, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 10 Mar, 2003 1 commit
-
-
Damien Lucas authored
-
- 08 Mar, 2003 2 commits
-
-
Damien Lucas authored
No more access to the driver (suppress all the ioctl) You can find the lib at: http://www.metzlerbros.org/dvb/
-
Damien Lucas authored
-
- 07 Mar, 2003 2 commits
-
-
Damien Lucas authored
-- nitrox <private> "The school should fix its --ttl option too ;-)" </private>
-
Damien Lucas authored
'm_pDir' member depends on 'HAVE_OPENDIR' and not 'WIN32'
-
- 06 Mar, 2003 3 commits
-
-
Tristan Leteurtre authored
. Lazy correction of a bug when using command line parameters.
-
Tristan Leteurtre authored
. Fix to my previous commit
-
Tristan Leteurtre authored
. Some compilation fixes . Removed the BUGGY_VLC flag (see discussion in vls-devel)
-
- 27 Feb, 2003 1 commit
-
-
Alexis de Lattre authored
-
- 24 Feb, 2003 1 commit
-
-
Tristan Leteurtre authored
. Backported fixes in the stable branch.
-
- 18 Feb, 2003 1 commit
-
-
http://www.metzlerbros.org/dvb/Damien Lucas authored
dvbinput: Fixes for multiple dvb card using driver 1.0.0 (http://linuxtv.org/) configure.in: Change library location (not any more in DVB/libdvb) use --with-libdvb if you did not make install the libdvb
-
- 14 Feb, 2003 3 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
-
Damien Lucas authored
-
- 04 Feb, 2003 2 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
-
- 03 Feb, 2003 3 commits
-
-
Damien Lucas authored
-
Damien Lucas authored
. dvdreader now compiles . still a little problem with getopt compilation
-
Damien Lucas authored
. dvbinput: multiple streams support courtesy of Andrew de Quincey . dvbready: timeout workaround courtesy of Andrew de Quincey I have created 0.5.0 branch, I would like to release vls-0.5.0 by the end of the week... ;-)
-
- 09 Dec, 2002 1 commit
-
-
Damien Lucas authored
. ProgramCount is not needed anymore for local input . You can define local input just with: BEGIN "xxx" where xxx is a number ... END The 'local1' input is implicitly declared . Compilation warnings fixed
-
- 08 Dec, 2002 4 commits
-
-
Alexis de Lattre authored
Description in RPM and Debian packages updated.
-
Alexis de Lattre authored
vls.spec : preparing the next release.
-
Damien Lucas authored
. specific compilation flags for modules (especially for dvbinput) . corrected the SendMethod kludge (default value is 0) . Updated version number for the release . Updated ChangeLog . Changed default debug mode to disable (run ./configure --enable-debug to enable it) . Fixed DVB-T and multiples streams thanks to Peter Martin and Andrew de Quincey
-
Christophe Massiot authored
for your three lines of code :p). * Couldn't find a way to have C++ plug-ins on Darwin, though.
-
- 06 Dec, 2002 1 commit
-
-
Alexis de Lattre authored
-
- 03 Dec, 2002 2 commits
-
-
Damien Lucas authored
. Removed few bugs added in my last commit
-
Damien Lucas authored
(Christophe, can you test it under MacOs X ?) . Changed configure.in in order to be able to specify the path for dvb source files (--with-dvb=PATH) . Added the patch by Michael Muller and Chen Xiaodong about the windows fileoutput bug
-
- 02 Dec, 2002 1 commit
-
-
zorglub authored
Update of the VLS documentation for the future release
-
- 30 Nov, 2002 1 commit
-
-
Damien Lucas authored
Added GNU getopt functions in src/extras
-
- 19 Nov, 2002 1 commit
-
-
Damien Lucas authored
-------------------------------------------- I use for this the libdvb which you will have to compile and install by hand since there are no release yet: Supposing you check out the linuxtv cvs in /usr/src/DVB go to /usr/src/DVB/libdvb $make $cp libdvb.a /usr/local/lib $mkdir /usr/local/include/dvb $cp *.h /usr/local/include/dvb $cp *.hh /usr/local/include/dvb This should allow you to run in your vls directory './configure --enable-dvb' and 'make' This new driver allows you to specify the channelnames instead of the frequencies. So you will need to have a .dvbrc in your home (this file is parsed by the vls in order to find the frequency). See dvbtools to generate this file. With this driver, you should be able to use multiple DVB cards. You won't have to specify the card type anymore (automatically detected). DVB-T and DVB-C are not tested at all. DVB target syntax is 'dvb:ChannelName[:DeviceNumber]' ex: dvb:EuroNews to read EuroNews from /dev/dvb/adapter0 ($HOME/.dvbrc file is used) dvb:EuroSport:1 to read EuroSport from /dev/dvb/adapter1 ($HOME/.dvbrc.1 file is used) . I plan to release soon a new version for - starting in command line - new dvbinput I am writing the TODO list before the release: - Windows and Mac OS X compilation fixes (cf command line) - -t command line option is reported not to work - documentation update Please, report all the bugs or anything that should be modified for the release.
-
- 11 Nov, 2002 1 commit
-
-
Damien Lucas authored
and future libdvd Wait for my next commit to try anything, this one may not work.
-
- 05 Nov, 2002 2 commits
-
-
Damien Lucas authored
. -d option : syntax is protocol:arg1[:arg2] ex: rtp:192.168.0.2 udp:192.168.0.2:1234 file:/mnt/video/stream.ts . MPEG1-PS streams are autodected (in an ugly way, but detected ;-)
-
Damien Lucas authored
Added a command line launching solution for easy configuration. By 'easy', I mean one mpeg-2 input streamed to one ipv4 network output. syntax is: vls [options] target with target like: dvd:/dev/dvd - for reading from the device dvd:/mnt/videos/dvd1 - for files stored on a hard drive file:/mnt/videos/stream1.ts - for a local file when using file method, vls detects wether it is a MPEG2-TS or MPEG2-PS but does not detect MPEG1-PS. options: -f (--file) to specify the configuration file -l (--loop) with start streaming with loop option -v (--verbose) verbose level (-v, -vv, -vvv) -d (--destination) specify IP and port to broadcast to (multicast IP are automaticaly detected) -t (--ttl) specify TTL -h (--help) display a short syntax help --log specify logfile To do this, I had to change few things: . in vls.cfg section "vls" (or ...) are now called "global" . you just have one configuration file local inputs are described inside (I will add a include directive soon) But documentation is no longer up to date. We are going to rewrite it soon Those changes should only be available on system with getopt headers and should have broken anything in other OS. But I am not that sure ;-)
-
- 19 Oct, 2002 1 commit
-
-
Christophe Massiot authored
* Fixed compile issues on OpenBSD.
-
- 17 Oct, 2002 1 commit
-
-
Damien Lucas authored
Some changes in prevision of DVB-T and DVB-C support.
-