[Live-devel] rtsp serving camera stream

2010-11-03 Thread Jordi
Hi, I'm developing a rtsp server for an embedded (i-mx53) over linux. I suppose this great library will compile and run but the main problem is that I don't know where to start due to the leak of documentation (maybe I didn't find it). I need to transmit in a session: video and binary data from me

[Live-devel] Frame to frame processing after decoding

2010-07-28 Thread Jordi Ortola Lorente
propieties (width, height, pixelformat...) and the frame. It would appreciate it if you correct me and explain me the way to do this. Thanks, Jordi ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] ServerMediaSession with multiple files

2009-04-21 Thread Jordi Llamas Pons
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

Re: [Live-devel] ServerMediaSession with multiple files

2009-04-21 Thread Jordi Llamas Pons
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

[Live-devel] ServerMediaSession with multiple files

2009-04-21 Thread Jordi Llamas Pons
Hi, 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. Thanks _