Re: [Live-devel] About SIP server.

2011-07-05 Thread Yuri Timenkov
You can use separate library for session management stuff and live555 for streaming. I had good experience with sofia-sip. It doesn't provide streaming routines so liveMedia & sofia-sip complement each other. The client-side media session doesn't differ much from server-side one, so you should

Re: [Live-devel] SVC -> AVC

2011-07-05 Thread Sergey G. Kosov
>>I wonder how to extract an AVC flow from the SVC file, using live555 >>library. Should it be a filter? > I'm not sure what a "SVC file" is, but it it's the same as a ".264" file > - i.e., a sequence of H.264 NAL units, each preceded by 0x0001 - > then you may be able to use "H264Vide

Re: [Live-devel] SVC -> AVC

2011-07-05 Thread Ross Finlayson
I wonder how to extract an AVC flow from the SVC file, using live555 library. Should it be a filter? I'm not sure what a "SVC file" is, but it it's the same as a ".264" file - i.e., a sequence of H.264 NAL units, each preceded by 0x0001 - then you may be able to use "H264VideoStreamFramer"

[Live-devel] SVC -> AVC

2011-07-05 Thread Sergey G. Kosov
Hi, I wonder how to extract an AVC flow from the SVC file, using live555 library. Should it be a filter? Using Google gave nothing about this question. Test applications and live555 documentation didn't also help. Best, Sergey ___ live-deve

Re: [Live-devel] About SIP server.

2011-07-05 Thread Ross Finlayson
I just saw in debian repos that Live 555 may implement the SIP server, but in the doc' I just have info about the client. Is that right? There are no current plans to implement SIP server functionality. Sorry. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] Indexing a recorded stream

2011-07-05 Thread Ross Finlayson
FYI, I have now installed a new version (2011.07.05) of the "LIVE555 Streaming Media" code that better handles this situation - indexing a file where the PCR timestamp suddenly decreases in value. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/_

[Live-devel] wis-streamer RTSP over HTTP

2011-07-05 Thread admin
Hello, I have a camera with a modified version of wis-streamer and wanted to know whether wis-streamer supported RTSP over HTTP. I've tried connecting to the ports it streams on with telnet and it doesnt seem to respond to HTTP requests. Although it streams fine and responds to describe requests. H

[Live-devel] About SIP server.

2011-07-05 Thread Rodolophe Fouquet
Hi, I just saw in debian repos that Live 555 may implement the SIP server, but in the doc' I just have info about the client. Is that right? Regards, Rodolphe Fouquet. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/ma

Re: [Live-devel] Indexing a recorded stream

2011-07-05 Thread Ross Finlayson
Sorry, it appears that I have uploaded a wrong file. Please check this one, I tested it with a fresh compilation of indexer and server. http://dl.dropbox.com/u/7920298/new.ts The problem with this file is that - at about 9.5 seconds into the file - the

Re: [Live-devel] Indexing a recorded stream

2011-07-05 Thread Ross Finlayson
Sorry, it appears that I have uploaded a wrong file. Please check this one, I tested it with a fresh compilation of indexer and server. http://dl.dropbox.com/u/7920298/new.ts OK, I see the problem with this file. I'll investigate. Stay tuned... -- Ro

Re: [Live-devel] Indexing a recorded stream

2011-07-05 Thread Mojtaba Nouri
Sorry, it appears that I have uploaded a wrong file. Please check this one, I tested it with a fresh compilation of indexer and server. http://dl.dropbox.com/u/7920298/new.ts On Tue, Jul 5, 2011 at 4:51 PM, Ross Finlayson wrote: > ** > > I am trying to record and index an h.264/ts stream. > > The

Re: [Live-devel] Indexing a recorded stream

2011-07-05 Thread Ross Finlayson
I am trying to record and index an h.264/ts stream. The problem is sometimes the recorded file cannot be indexed properly. More precisely, it shows the duration of the indexed stream as a large number. When I try to use it in the streamer it shows the following message: RTCPInstance::RTCPInstance

Re: [Live-devel] Sending speed is not enough

2011-07-05 Thread Ross Finlayson
LIVE555 will do "select()" before sending every packet of a frame(any task in fact). Correct. It spends extra times, especially when the frame size is big. No it doesn't. Maybe another reason is that my CPU is not fast enough. Conceivably, but if that's the case, network st

[Live-devel] Sending speed is not enough

2011-07-05 Thread Anders Chen
Dear Sir, LIVE555 will do "select()" before sending every packet of a frame(any task in fact). It spends extra times, especially when the frame size is big. Maybe another reason is that my CPU is not fast enough. On my slow CPU (200MHz), it is difficult to send a real time streami

[Live-devel] how to merge two elementary files?

2011-07-05 Thread He Lion
I have two elementary files (H264 video and AAC audio), now I set up a RTSP server, how could I merge them synchronous? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Indexing a recorded stream

2011-07-05 Thread Mojtaba Nouri
Hi. I am trying to record and index an h.264/ts stream. The problem is sometimes the recorded file cannot be indexed properly. More precisely, it shows the duration of the indexed stream as a large number. When I try to use it in the streamer it shows the following message: RTCPInstance::RTCPInsta