Re: [Live-devel] Avoid RTP source checking?

2008-03-17 Thread Ross Finlayson
>Thanks for your answer, I might have not explained myself well. What >I am using are not normal gateways, but a software I am researching >in to perform an specific role, so it should work fine. Also, I'm >sure that openRTSP is receiving the UDP packets, because I have >tcpdumped the network i

Re: [Live-devel] multiplex mpeg2 audio and mpeg2 video streams into one mpeg2 SPTS

2008-03-17 Thread Ross Finlayson
>I have mpeg2 audio stream and mpeg2 video live streams from two >different programs, and I can pipe these streams to my program (based >on liveMedia) as a ByteStreamFileSource. > >Is it possible to multiplex streams into one mpeg2 SPTS? Yes (although I'm not sure how "SPTS" differs from "TS" (Tr

Re: [Live-devel] live555MediaServer performance: 95 stream max per process

2008-03-17 Thread Ross Finlayson
>So it seems to be a strange threading or concurrency problem Unlikely, because the LIVE555 code is single-threaded. You're clearly running into a resource limit; the question now is: Which resource? Because your 95-stream limit seems to be happening per process (rather than machine-wide), the

Re: [Live-devel] Avoid RTP source checking?

2008-03-17 Thread Spigao spigao
Hi Ross, Thanks for your answer, I might have not explained myself well. What I am using are not normal gateways, but a software I am researching in to perform an specific role, so it should work fine. Also, I'm sure that openRTSP is receiving the UDP packets, because I have tcpdumped the network

Re: [Live-devel] Estimated Bitrate

2008-03-17 Thread Ross Finlayson
>I was wondering, what's the unit of ServerMediaSubsession's variable >estBitrate? This is actually a variable only for the subclass: "OnDemandServerMediaSubsession". In the header file for that class, you can see that it's in kilobits per second. >I know it only affects the frequency of RTCP

Re: [Live-devel] Avoid RTP source checking?

2008-03-17 Thread Ross Finlayson
I'm using live555 server and openRTSP client in an especial emulation environment, lets say I am development sort of gateway system... An example of the configuration could be: --- live555 (10.0.0.11) - ServerGW (10.0.0.1) - ClientGW (

[Live-devel] multiplex mpeg2 audio and mpeg2 video streams into one mpeg2 SPTS

2008-03-17 Thread Karlov Andrey
Hello! Could you help me with following problem: I have mpeg2 audio stream and mpeg2 video live streams from two different programs, and I can pipe these streams to my program (based on liveMedia) as a ByteStreamFileSource. Is it possible to multiplex streams into one mpeg2 SPTS? I have seen

[Live-devel] Avoid RTP source checking?

2008-03-17 Thread Spigao spigao
Hello, I'm using live555 server and openRTSP client in an especial emulation environment, lets say I am development sort of gateway system... An example of the configuration could be: --- live555 (10.0.0.11) - ServerGW (10.0.0.1) - ClientGW (10.0.0.4) - openRTSP ( 10.0.0.4) and I exe

[Live-devel] Estimated Bitrate

2008-03-17 Thread Cristiano Belloni
I was wondering, what's the unit of ServerMediaSubsession's variable estBitrate? Is it bits per second or kilobits per second (or possibly kilobytes)? I set the bitrate on my encoder in bits per second, and I was wondering if i should simply set estBitrate to that value, or if I have to divide

[Live-devel] live555MediaServer performance: 95 stream max per process

2008-03-17 Thread Marco Amadori
Hi all, I tried live555MediaServer from 1.19.2008 tarball on a debian sid (both i386 and amd64) on 2 different IBM servers. With both hardware and with kernels 2.6.22 and 2.6.24 I found that I cannot cross the 95 contemporary MPEG2 streams limit (4.5 Mbps) without having visual artifacts. * On

Re: [Live-devel] AAC + Darwin Injector

2008-03-17 Thread safileader
hello i m trying to do streaming from pda to pc is there a filter that can send data over network ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] AAC + Darwin Injector

2008-03-17 Thread lodewijk
hello, I'm trying to stream realtime/live audio to a Darwin Streaming server. As far as I can see now the encoding using FFMpeg+faac works and delivers me discrete frames. I subclassed the FramedSource class following the advice from the Live555 FAQ, feeding directly to a MPEG4GenericRTPSink

Re: [Live-devel] Building Live555 streaming media in Windows Mobile5.0

2008-03-17 Thread safileader
hello i m loking for the same thing sir arday ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Building Live555 streaming media in Windows Mobile5.0

2008-03-17 Thread Ardy Salim
Hi Pushkar, I've built the Livemedia on VC 6 also, however I couldn't open the project file (.dsw, .dsp, .vcp) in eVC since it was created for Win32 desktop platform. I know that there are some changes needed in .mak files before it is ported to VC to create the project files. But, I don't rea