Re: [Live-devel] Load balance using DSS

2008-05-28 Thread Brian Gitonga Marete
2008/5/28 Fernando Reátegui del Aguila <[EMAIL PROTECTED]>: > Hello all, I am not sure whether or not my message has reached the list > members. So I wite it again. I don't know what the policy is on this list, but you have hijacked a thread containing someone else's question which is generally

Re: [Live-devel] livemedia in a commercial product (win32 dllcompilation)

2008-05-21 Thread Brian Gitonga Marete
On Wed, May 21, 2008 at 11:32 AM, Yamini S. [EPLX - DCC] <[EMAIL PROTECTED]> wrote: > Using which application I can play the MPEG-4 Video Elementary files > saved by "openRTSP" Like Luca said in a previous reply, ffplay (From the FFmpeg project) plays these files fine. The latest versions of MPlay

Re: [Live-devel] Visual 2005

2008-04-12 Thread Brian Gitonga Marete
On Fri, Apr 11, 2008 at 5:38 PM, Andreas Färber <[EMAIL PROTECTED]> wrote: > > Am 11.04.2008 um 14:34 schrieb Ross Finlayson: > > > >> No, only when running Windows. And he mentioned OSX recently. > > > > No, noone mentioned building for Windows on OS X. When I build the > > code for Windows,

[Live-devel] ISO/IEC 13818-1:2007

2008-02-28 Thread Brian Gitonga Marete
Hello, Anyone with a copy of ISO/IEC 13818-1:2007 that they can send me? ;) Even a usable draft of the (2007) version would be fine. I know the 2001 version is available on the net, but it does not contain information for muxing AVC into the TS. Thanks. -- B. Gitonga Marete Tel: +254-722-151

Re: [Live-devel] H.264 Streaming Help

2008-02-22 Thread Brian Gitonga Marete
Hello, I am currently testing streaming of an RFC 3984 RTP session from an .mp4 file. (I ignore/discard the audio.) I am using ffmpeg's libavformat to read the .mp4 file. As source, I have sub-classed H264StreamFramer. As sink, I am using the ready-made H264RTPSink. I then multicast the result..

Re: [Live-devel] live-devel Digest, Vol 47, Issue 15

2007-09-27 Thread Brian Gitonga Marete
On Wed, 2007-09-26 at 07:07 -0700, Ross Finlayson wrote: > The bottom line here is that you cannot run a RTSP server behind a > NAT, unless you are satisfied with accessing the server's streams > using RTP-over-TCP only. > > The IETF is currently working on standardizing techniques (probably >

Re: [Live-devel] live-devel Digest, Vol 47, Issue 15

2007-09-26 Thread Brian Gitonga Marete
On Wed, 2007-09-26 at 08:59 -0700, romater wrote: > Hello: >EveryOne, Thanks for your help! >Now my problem is that: my client player and the stream > server > are behind different NAT ,after client player connect the stream serve > by > rtsp protocal,the stream serve begi

Re: [Live-devel] Is livemedia a shared library or a static library?

2007-08-22 Thread Brian Gitonga Marete
On Tue, 2007-08-21 at 08:51 +, ZengWenfeng wrote: > As the title. Thanks in advance! Static as compiled by the makefiles it comes with. But you can always compile it as a shared library/libraries. The details of how to do this depend on your operating system platform. Regards, Brian G. Marete

[Live-devel] (live555MediaServer) Software Client for RTSP Trick Play mode

2007-06-18 Thread Brian Gitonga Marete
Hello all, Could anyone point me to a (preferably free/freeware) graphical RTSP-capable client that can take advantage of live555MediaServer's trick play capabilities in their current state? (I believe that currently that this requires indexed .ts files and those must contain MPEG-2 video.) Are th