Hi All,<br>
<br>
I'm new with live media!<br>
I have made a piece of software that stream 4 lives video sources, from a MPEG4 encoder card, using unicast RTSP portocol.<br>
It's work fine,&nbsp; but I would like set my RTSP URL like this :<br>
<ul><li><a href="rtsp://x.x.x.x:8554/streamer/camera0">rtsp://x.x.x.x:8554/streamer/camera0</a> for having both sound and video from camera 0,</li><li><a href="rtsp://x.x.x.x:8554/streamer/camera0/video">rtsp://x.x.x.x:8554/streamer/camera0/video
</a> for having only the video from camera 0,</li><li>and <a href="rtsp://x.x.x.x:8554/streamer/camera0/audio">rtsp://x.x.x.x:8554/streamer/camera0/audio</a> for having sound only.</li></ul>
but actually I just can set up only this url : <a href="rtsp://x.x.x.x:8554/camera0">rtsp://x.x.x.x:8554/camera0</a> wich contains both sound and video.<br>
<br>
Must I make a new RTSPServer, or something like this?<br>
<br>
Alex