-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9eb061e
Showing
14 changed files
with
2,131 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Makefile | ||
rtp2httpd | ||
*.o | ||
*.in | ||
config.* | ||
stamp-h1 | ||
.deps | ||
autom4te.cache | ||
aclocal.m4 | ||
compile | ||
configure | ||
depcomp | ||
install-sh | ||
missing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Written by: | ||
Ondrej Caletka <[email protected]> | ||
|
||
MUDP Support by: | ||
Richard Golier <[email protected]> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
2010-05-26 16:00 Ondrej Caletka <[email protected]> | ||
Version 0.4 | ||
Fixed zombie processes creation when more than one | ||
client disconnects in a short period of time. | ||
Fix by David Seidl <[email protected]> | ||
|
||
2009-04-05 23:30 Ondrej Caletka <[email protected]> | ||
Version 0.3 | ||
Added support for RAW UDP (MUDP) streams by | ||
Richard Golier <[email protected]> | ||
|
||
2009-01-16 10:00 Ondrej Caletka <[email protected]> | ||
Version 0.2b | ||
Fixed reporting errors od getaddrinfo(); | ||
|
||
2009-01-08 16:00 Ondrej Caletka <[email protected]> | ||
Version 0.2a | ||
Fixed fatal error in writeToClient(); | ||
|
||
2009-01-08 11:00 Ondrej Caletka <[email protected]> | ||
Version 0.2 | ||
Added -D option to force not to daemonise. | ||
Changed configfile read order so configfile is | ||
parsed before parsing command-line args. | ||
|
||
2009-01-07 23:00 Ondrej Caletka <[email protected]> | ||
Fixes address in use when two clients wants same | ||
source mRTP stream. | ||
|
||
2009-01-07 17:20 Ondrej Caletka <[email protected]> | ||
Initial release. |
Oops, something went wrong.