schmirl
c8bf0474f9
Client did not reconnect properly to server when server app restarts.
...
When Read() on the command channel failed, the buffer size was not
trimmed. Read() was never called again as the buffer appeared to be full. Fixes #322 reported by alexw.
2007-07-20 06:54:03 +00:00
schmirl
bb1ac54c87
Set DSCP 41 on stream data packets. WMM capable WLAN accesspoints
...
should understand this and give precedence. For Internet streaming
it could be used by traffic shapers. Suggested by ollo@vdrportal (#237 ).
Modified Files:
server/connectionHTTP.c server/connectionVTP.c tools/socket.c
tools/socket.h
2007-05-09 09:12:42 +00:00
schmirl
3ceb716ea9
Use compiler flag -Wall. Cleanup code as necessary.
...
(#171 Thanks to Rolf Ahrenberg)
Modified Files:
Makefile streamdev-server.c server/connection.h
server/connectionHTTP.c server/connectionVTP.c tools/source.c
2007-04-16 11:01:02 +00:00
schmirl
525574f9b0
Close connection when client is gone. Fixes high CPU load problem ( #201 )
...
Modified Files:
server/connection.h server/connectionHTTP.h
server/connectionVTP.h server/server.c server/streamer.c
server/streamer.h tools/select.c tools/select.h tools/source.c
2007-04-02 10:32:34 +00:00
thomas
7c8e59a917
Now preventing fd leaks.
...
Fix kindly provided by Artur Skawina: http://www.linuxtv.org/pipermail/vdr/2006-May/009342.html
Closing bug: http://www.vdr-developer.org/mantisbt/view.php?id=115
2006-07-24 17:50:54 +00:00
lordjaxom
ab8f0c75f3
- implemented audio track selection for http
2005-02-10 22:24:26 +00:00
lordjaxom
78b9b7c6ba
- transfer
2005-02-08 19:54:52 +00:00
lordjaxom
b2b925d1a9
- transfer
2005-02-08 17:22:35 +00:00
lordjaxom
8e4556b0a9
- first adoptions (transfer-commit)
2005-02-08 13:59:16 +00:00
lordjaxom
302fa2e672
Initial revision
2004-12-30 22:43:55 +00:00