]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.h
rtp sout: fix RTSP track numbering in SDP
[vlc] / modules / stream_out / rtp.h
index d4bc7414e832c729bab2d00ab71cf8868ca9172e..94b8a79960ea56d5061d17d77236604cc65c250d 100644 (file)
@@ -34,6 +34,8 @@ rtsp_stream_id_t *RtspAddId( rtsp_stream_t *rtsp, sout_stream_id_t *sid,
                              unsigned loport, unsigned hiport );
 void RtspDelId( rtsp_stream_t *rtsp, rtsp_stream_id_t * );
 
+char *RtspAppendTrackPath( rtsp_stream_id_t *id, const char *base );
+
 char *SDPGenerate( const sout_stream_t *p_stream, const char *rtsp_url );
 
 uint32_t rtp_compute_ts( const sout_stream_id_t *id, int64_t i_pts );