- Aug 05, 2009
-
-
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.
-
Wim Taymans authored
-
- May 23, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Only add RTP-Info for a stream when we can get the seqnum and timestamp from the depayloader.
-
- May 17, 2009
-
-
Wim Taymans authored
-
Wim Taymans authored
- Fixes a bug where it put the wrong verion in pkgconfig - Link RTP and RTCP sources
-
- May 15, 2009
-
-
Wim Taymans authored
Link the RTP udpsrc and the appsrc to the session manager so that they don't shut down when the client sends a packet to open firewalls.
-
Sebastian Pölsterl authored
-