Hello<br> First thanks for your great contribution to the open software.<br><br> I noticed that the LIVE rtsp server can only stream the mpeg4 elementry streem.But I what I need is to stream the video as well as the
audio.So I split the video and audio separately from the source.And converted them to the .m4v and .mp3 file.<br> Then I stream them in the same MediaSession by two counterpart subsession.But when I receive the rtp stream by mplayer,I found that the image can not synchronize with the mp3 stream very
well.There is about 1 second gap between the two stream.So I captured the rtp packet finding that the two stream have different timestamp.<br> What's the problem?Can I stream them like this?Or have I make some modification to the LIVE rtcp source file?
<br><br> That's my first question.The second one is that the mplayer can not end itself normally when it has received the whole video packet(as I described previously I transmit the .m4v and .mp3 stream together).The mplayer just hang itself there like
blocked.So I can only stop the mplay by press Ctrl+C.Is there anyting wrong with the Live rtsp protocol or the mplyer?<br><br> Thanks for you help!<br> <br>