2001-12-22 23:27:31 +00:00
* What is UDP src/sink?
This plugin is *not* meant to be a professional stream broadcast
2002-11-16 19:28:01 +00:00
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 these plugins for that.
2001-12-22 23:27:31 +00:00
* Shortcomings
2002-11-16 19:28:01 +00:00
Even given our modest ambitions, the current code doesn't handle
2001-12-22 23:27:31 +00:00
caps negotiation robustly.
* Todo
2002-11-16 19:28:01 +00:00
The udp mode should include the caps every five packets
2001-12-22 23:27:31 +00:00
(approx). The tcp mode can do bi-directional negotiation.
Perhaps this plugin can be the example of how to do caps negotiation
via a point-to-point protocol.
2003-07-31 11:16:20 +00:00
Add some example of udpsrc/udpsink .
Update the man of gst-launch with some interesting pipelines .
2001-12-22 23:27:31 +00:00
12 Sep 2001
Wim Taymans <wim.taymans@chello.be>
Joshua N Pritikin <vishnu@pobox.com>
2002-11-16 19:28:01 +00:00
Zeeshan Ali <zak147@yahoo.com>