gstreamer/gst/tcp
Ronald S. Bultje 3f9d4cbd08 Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-07 12:47:02 +00:00
..
gsttcp.c Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
gsttcp.h adding none caps nego option 2003-07-18 00:22:37 +00:00
gsttcpplugin.c Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
gsttcpplugin.h adding none caps nego option 2003-07-18 00:22:37 +00:00
gsttcpsink.c It was the license disappeared out of the element details, not the category :) 2003-11-06 08:43:24 +00:00
gsttcpsink.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
gsttcpsrc.c forgot to make the element details static in here 2003-11-02 22:53:56 +00:00
gsttcpsrc.h Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro... 2003-11-07 12:47:02 +00:00
Makefile.am Remove redundant plugindir definition 2003-08-10 00:01:58 +00:00
README A TCP plugin could be needed by many, including wtay himself cause he is sitting behind a firewall blocking UDP and h... 2003-07-17 23:04:46 +00:00

* What is TCP src/sink?

solution, like icecast or realaudio or whatever. But the future RTP plugins shall not do the actual transmission/reception of packets on the network themselve but the Application developer would be encouraged to use either the TCP or the UDP plugins for that. UDP would be used mostly but there could be situations where TCP would be the only available choice. For example streaming accross firewalls that do not allow UDP.

* Shortcomings

Even given our modest ambitions, the current code doesn't handle
caps negotiation robustly.

* Todo

The caps nego should do bi-directional negotiation.

Perhaps this plugin can be the example of how to do caps negotiation
via a point-to-point protocol.

12 Sep 2001
Wim Taymans <wim.taymans@chello.be>
Joshua N Pritikin <vishnu@pobox.com>
Zeeshan Ali <zak147@yahoo.com>