Well, I did not explain myself before.
I'm doing a client/server application. The client part will connect to a
normal RTSP server and divide the video in parts.
The server part will stream those parts with different priorities to various
clients, but those clients don't need to know that the video
And how can I make the client to divide the file in multiple parts?
Now this is just being silly.
If you want to record the incoming stream back into separate files,
then why combine the files (on the server) in the first place?
Instead, leave the server the way it was, and just use "openRTS
And how can I make the client to divide the file in multiple parts?
I modified FileSink to make the parts based on a constant instead of the
video size but I suppose it can be done much better.
Thanks!
2009/4/21 Ross Finlayson
> I've been trying for days to make RTSPServer to stream a video tha
I've been trying for days to make RTSPServer to stream a video that
is divided in 5 parts,
in a way that the client acts as if it was receiving the stream from
a single video file.
I've looked at ServerMediaSession.cpp/.h but I am pretty much lost.
You can do this by writing a new "ServerMedia