diff --git a/ffserver.c b/ffserver.c
index 71ef5bfdb56ecf34141a6ee9559e79bd4344d620..21292f954098533a797630bfdf59ba18f5dd5d39 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -3185,6 +3185,7 @@ static int rtp_new_av_stream(HTTPContext *c,
                c->stream->feed->streams[c->stream->feed_streams[stream_index]],
                sizeof(AVStream));
     }
+    st->priv_data = NULL;
 
     /* build destination RTP address */
     ipaddr = inet_ntoa(dest_addr->sin_addr);