Hi, I'm trying to get the audio and video stream from a camera using
RTSPClient and then publish a stream with audio and video and another stream
with video only.

This is what I have:

I create a RTSPServer
I create two ServerMediaSession, sms_with_audio and sms_without_audio
RTSPClient connects to camera
I get the SDP
I build a MediaSession from the sdp
I iterate the subsessions, calling ServerMediaSession::addSubsession() for
the video subsession on sms_with_audio and sms_without_audio and for the
audio subsession on sms_with_audio
Then I add the SMSs to the RTSPServer
Call RTSPClient::playMediaSession
and finally start the event loop

My problem is that if I try to play the stream without audio, it freezes
after a few seconds.

What could I be missing?

Thanks in advance,

Manuel
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to