I use gstreamer to stream a mp3 file via rtsp &amp; rtp<br>and&nbsp;I&nbsp;only&nbsp;heard&nbsp;the&nbsp;sound&nbsp;for&nbsp;about half&nbsp;a&nbsp;second&nbsp;and&nbsp;it&nbsp;stops&nbsp;at&nbsp;once <br><br>The console displays :<br>WARNING: Element &quot;alsasink0&quot; warns:<br> gstbaseaudiosink.c
(696): gst_base_audio_sink_render (): /pipeline0/alsasink0:<br>Unexpected discontinuity in audio timestamps of more than half a second (0:00:00.803061224), resyncing<br><br><br>My commadline is : gst-launch rtspsrc location = &quot;rtsp://192.168.1.10/testStream.mp3&quot; ! rtpmpadepay ! queue ! mad ! alsasink
<br><br>would anybody tell me where the problem is ?<br>and how can i solve it ~~<br>thank you guys in advance :)<br><br>