]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.h
Use plain sockets rather than the UDP access output for RTSP.
[vlc] / modules / stream_out / rtp.h
index c660a0ba017728c1e7192b98ed836d8b6fd59d72..228c066ae1239c9b24307d08c817dd8505d2c352 100644 (file)
@@ -36,6 +36,6 @@ void RtspDelId( rtsp_stream_t *rtsp, rtsp_stream_id_t * );
 
 char *SDPGenerate( const sout_stream_t *p_stream, const char *rtsp_url );
 
-int rtp_add_sink( sout_stream_id_t *id, sout_access_out_t *access );
-void rtp_del_sink( sout_stream_id_t *id, sout_access_out_t *access );
+int rtp_add_sink( sout_stream_id_t *id, int fd );
+void rtp_del_sink( sout_stream_id_t *id, int fd );