New submission from PeterKim <[email protected]>:
VLC / ffserver RTSP handshake have a problem,
ffserver / vlc / rtsp combination doesn't work.
- VLC client use
PLAY rtsp://192.168.229.132:5454/test1-
rtsp.mpg/ RTSP/1.0
- FFSERVER internal ...
rtsp://192.168.229.132:5454/test1-rtsp.mpg
note ... there is no "/" after ".mpg"
ffserver.c , find_rtp_session_with_url function ...
please change the code
// if(!strcmp(path, rtp_c->stream->filename)) {
<-- original
if ( ! strncmp ( path, rtp_c->stream->filename,
strlen ( rtp_c->stream->filename))) { <-- update
----------
messages: 11413
priority: normal
status: new
substatus: new
title: ffserver's RTSP doesn't work with VLC
type: patch
________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/issue2128>
________________________________________________