- Nov 05, 2009
-
-
Wim Taymans authored
-
- Oct 14, 2009
-
-
Wim Taymans authored
-
- Oct 13, 2009
-
-
Luca Ognibene authored
Fixes bug #596305
-
Sebastian Pölsterl authored
-
Sebastian Pölsterl authored
-
- Sep 11, 2009
-
-
Wim Taymans authored
-
- Aug 24, 2009
-
-
Peter Kjellerstedt authored
Use gst_rtsp_watch_send_message() since the old API which used gst_rtsp_watch_queue_message() has been deprecated.
-
- Aug 05, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Jul 27, 2009
-
-
Wim Taymans authored
When the client does not provide us with channels in TCP mode, allocate channels ourselves.
-
- Jul 24, 2009
-
-
Wim Taymans authored
When a clients tries to open an HTTP tunnel but fails to provide a tunnelid, don't crash but return an error response to the client. Fixes #589489
-
- Jul 13, 2009
-
-
Sebastian Pölsterl authored
-
- Jun 30, 2009
-
-
Wim Taymans authored
Add generic function to retrieve/remove sessions.
-
- Jun 22, 2009
-
-
Tim-Philipp Müller authored
-
- Jun 18, 2009
-
-
Wim Taymans authored
-
Sebastian Pölsterl authored
-
Sebastian Pölsterl authored
-
Sebastian authored
-
Sebastian authored
-
Sebastian authored
-
Sebastian Pölsterl authored
-
Sebastian Pölsterl authored
The default implementation sets the state of the pipeline to GST_STATE_NULL
-
Sebastian Pölsterl authored
-
Sebastian Pölsterl authored
The pipeline is created in this method and the GstRTSPMedia's element is added to it
-
- Jun 11, 2009
-
-
Wim Taymans authored
We need to use g_source_destroy() because we might have added the source to a different main context than the default one.
-
- Jun 09, 2009
-
-
Wim Taymans authored
Add helper functions to handle GET/SET_PARAMETER. Reply with an error when there is a body now. Fix return codes of handlers.
-
- Jun 04, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- Jun 03, 2009
-
-
Wim Taymans authored
-
- May 31, 2009
-
-
Sebastian Pölsterl authored
-
- May 27, 2009
-
-
Wim Taymans authored
Fix a debug message Make dumping RTCP stats configurable
-
- May 26, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Use the RTCP rtcp-from stats field to find the associated session and use this to keep the session alive.
-
Wim Taymans authored
Allow the session to live 5sec longer before really timing out. This should give clients some extra time to keep the session active.
-
Wim Taymans authored
Some clients (vlc) use GET/SET_PARAMETER to keep the TCP session open. Make it so that we return OK for those requests.
-
Wim Taymans authored
Keep track of which transport is active to avoid closing the connection too soon. Remove the destination transport also when going to NULL. Print some stats about the SDES and other RTCP messages we receive from the clients.
-
- May 24, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Add support for dynamic elements. Don't set live pipelines back to paused.
-