2010-02-24 02:20:05 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.7.
Version 1.2.7.
-- msdl
* 13th release
* -a inf for infinite download retries.
$ msdl -a inf rtsp://foo.com/bar.wma
* mmsh resumeing (partly) supported
Still cannot resume in some cases, but mmsh resume support added.
* mmst to mmsh auto fallback added. if mmst fails to connect, it automatically \
tries mmsh.
* added check on fwrite()
* fixed possible memory leaks which happens when --logfile a --logfile b etc.
* msdl.spec added, for rpm systems.
the "msdl.spec" file was originally created by Mr.Zidlicky. Thanks.
|
2009-10-26 05:12:12 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.6.
Version 1.2.6.
-- msdl
* 12th release
* -o chain enabled, you can do
$ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 \
http://bar/file3
* --stream-timeout option for quit streaming after some time.
$ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
to download the first 3 and a half minutes.
This is helpful for downloading the real-time streaming, which ignores
RTSP Range parameters.
|
2009-07-20 04:52:57 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.5.
Notes:
Version 1.2.5.
-msdl
- 11th release
- all message goes to stderr
- -o - (stdout) option added
- changed uinq filtering function in get_url_list_from_file()
- FreeBSD test done
|
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-05-05 04:41:16 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.4-r1.
While here, enable LICENSE.
Version 1.2.4-r1.
-msdl
- bugfix release
- fiexed bug about redirection (thanks for Mr.Jubany)
- fixed some codes
Version 1.2.4.
-msdl
- 10th release
- fiexed proxy string parse bug
- fixed is_url_valid_char(), added some missing valid characters
(thanks for Mr.Jubany)
- fixed SETUP request routine, a=control can be both absolute/relative
URL
- use stdout for error output. error message goes to stdout now!
|
2008-12-02 01:47:34 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.3.
Version 1.2.3.
-msdl
- 9th release
- fixed mmst 0x33 command bug (Thanks for Mr.ear5cm)
- put more debug infos for --debug switch
- fixed mmsh 2nd request message
- fixed rtsp 0x82 magic inplementation
|
2008-09-23 17:50:29 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.2.
Version 1.2.2.
-msdl
- 8th release
- http redirect support
- added MPlayer/xine-lib copyright infos in each file
Version 1.2.1.
-msdl
- 7th release
- fixed fatal bug on mmst
- some change on wmserver/real
|
2008-05-24 06:49:14 by OBATA Akio | Files touched by this commit (2) |
Log message:
Update msdl to 1.2.
Version 1.2.
- msdl
- 6th release
- -aN option added (for streams which often cause timeout error)
- resume real-rtsp support
Version 1.1.99.
- msdl
- beta release
- -c (--continue) option added
- --byterange option added
|