Re: [Live-devel] New LIVE555 version, now supports 'trick play' on H.264 Transport Stream files

2011-01-05 Thread Marco Amadori
In data Friday 31 December 2010 16:13:36, Ross Finlayson ha scritto: > Happy New Year (for some of you). Happy new year to you too! > I have now installed a new version (2010.12.31) of the "LIVE555 > Streaming Media" code that supports 'trick play' operations (seeking, > fast-forward, reverse p

Re: [Live-devel] R: Trick play H264

2010-12-13 Thread Marco Amadori
In data Monday 13 December 2010 15:43:39, Vincenzo Terracciano ha scritto: > Now seeking functionality works well. I changed the index record type from > RECORD_PIC_IFRAME to RECORD_GOP for each IDR H264 frame. I have still the > problem about fast forwarding functionality.Do you have any suggesti

Re: [Live-devel] MPEG2TransportStreamIndexer with H264

2010-06-11 Thread Marco Amadori
In data venerdì 11 giugno 2010 10:27:35, Ross Finlayson ha scritto: > Unfortunately I don't know how H.264 video is supposed to be carried > within MPEG Transport Streams. (Could someone please point me at the > official document that is supposed to define this?) http://en.wikipedia.org/wiki/H.2

Re: [Live-devel] liveMediaServer in production env

2010-03-16 Thread Marco Amadori
In data martedì 16 marzo 2010 17:38:03, Jeremy Noring ha scritto: > > I'm looking into whether we can use liveMediaServer in a production > > environment. It could be done, in fact I'm doing it since more than 1 year. > > At the moment, one of the benefits of using kasenna is the support utils >

Re: [Live-devel] How to install live555 on ubuntu.

2009-11-12 Thread Marco Amadori
On Wednesday 11 November 2009, 13:48:19, Zelalem Sintayehu wrote: > Hi, I don't know if it the proper forum to ask this question. I just > downloaded the live555-latest.tar.gz file and unzipped it and created a > make file using genMakefile script. You could try rebuilding debian unstable packa

Re: [Live-devel] RTSP "Require" header

2009-04-27 Thread Marco Amadori
On Monday 27 April 2009, 16:12:35, Ross Finlayson wrote: > >does live555 support the "Require" RTSP header, as specified in > >RFC2326 (12.32) - http://tools.ietf.org/html/rfc2326#page-54 ? > No, sorry - we don't do anything with that at all. Seems a nice feature to have. Related to that, i

Re: [Live-devel] Correct use of 'select' to avoid packet loss in Linux+BSD; correct use of WSAGetLastErr or and codes

2009-04-17 Thread Marco Amadori
On Thursday 16 April 2009, 09:41:53, Stas Desyatnlkov wrote: > [...] But on both systems it > consumes too much of the CPU. I tried using live555 for the reception of > 100 audio streams (g.711). It consumed about 10% CPU on my 3Ghz machine. I > end up rewriting it with a simple set of asynchronou

Re: [Live-devel] my performance benchmark of livemedia library, not satisfactory

2009-03-11 Thread Marco Amadori
On Wednesday 11 March 2009, 10:28:25, liu yang wrote: > I plan to develop an application which may support 500+ or even 1000+ > rtp session simultaneously. So anybody could tell me whether livemedia > could support such load? > BTW, I did some test based on testWAV sample program. The result is >

Re: [Live-devel] Live555 performance configuration

2009-02-04 Thread Marco Amadori
On Thursday 05 February 2009, 05:17:19, neville bradbury wrote: > 1. best speed of disks 7200 rpm. Better 15k SAS/scsi, to serve a lot of stream the seek time is really an important feature. Load it with RAM too, which is cheap nowadays and serve as "seek buffer" very well (on linux systems).

Re: [Live-devel] Live555 on TI's DSP

2008-12-15 Thread Marco Amadori
On Friday 12 December 2008, 19:07:08, alex wrote: > Hi, > Is there anyone who managed to run it on a non daVinci processor? > I'm having many problems compiling the package and use it with the NDK. I used it on success on another architecture (non davinci STB) too without problems... live555, e.

Re: [Live-devel] cross compiling for mips

2008-11-13 Thread Marco Amadori
On Thursday 13 November 2008, 09:25:23, Edward wrote: > Here is the config I am using. > CROSS_COMPILE= mipsel-linux- > COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t > -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64q > C = c > C_COMPI

Re: [Live-devel] cross compiling for mips

2008-11-12 Thread Marco Amadori
On Thursday 13 November 2008, 07:44:10, Ross Finlayson wrote: > >I downloaded the latest source code of live555 and created a new > >config.mips file to geneate the Makefiles. But when I compiled it, > >it fails when it reaches the ld command. > > Well then I guess you'll need to modify your "conf

Re: [Live-devel] H.264 Encoded Video

2008-06-30 Thread Marco Amadori
On Tuesday 24 June 2008, 20:02:04, Mike Gilorma wrote: > Actually we are tying to do the same thing, just different OS's. The > process I was describing is how I created a h264 file in Linux. Maybe you know also how to encode h264 in MPEG TS like the ones coming from DVB-S2 streams? I didnt f

Re: [Live-devel] H.264 SVC Stream

2008-05-30 Thread Marco Amadori
On Friday 30 May 2008, 12:06:39, Jesús Rosa Velázquez wrote: > I am developing a video streaming server to play H.264 SVC stream. This > codec has a base layer (similar to the H.264 AVC one) and one or more > enhancement layers. Interesting. > I've just created a server to play H.264 AVC stream

Re: [Live-devel] live555MediaServer performance: 95 stream max per process + dumb test suite

2008-03-20 Thread Marco Amadori
Il Wednesday 19 March 2008 23:44:10 Glen Gray ha scritto: > Hey Marco, > Did you make any progress diagnosing this problem ? Not yet, my company seems to want to "fix" that issue buying a 9000$ licence for a commercial RTSP server, and so postponed my work on optimization :-( When I'll able to

Re: [Live-devel] playing files not in the current directory

2008-03-18 Thread Marco Amadori
Il Tuesday 18 March 2008 15:29:49 Josh Norell ha scritto: > Hello, > > I'm using live555MediaServer to do some RTSP streaming, but it's not > apparent to me how, or if you can, play files that arn't in the current > directory. eg. live555MediaServer is running in /dirA, but I want to > play /dirA/d

Re: [Live-devel] live555MediaServer performance: 95 stream max per process + dumb test suite

2008-03-18 Thread Marco Amadori
Il Monday 17 March 2008 23:11:52 Ross Finlayson ha scritto: > >So it seems to be a strange threading or concurrency problem > > Unlikely, because the LIVE555 code is single-threaded. Do you think it could be easely extended to be multithreaded? > You're clearly running into a resource limit; the

[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] live555 RTSP server for H.264

2008-03-06 Thread Marco Amadori
Il Thursday 06 March 2008 12:34:24 gather bzbz ha scritto: > Is the H.264 related code in liveMedia complete and > ready to be used? Do we still need to write up > something for StreamFramer, etc? I use latest "live555MediaServer" succesfully to stream H.264 in MPEG Transport Streams (as in ATSC

Re: [Live-devel] openRTSP client and RAW udp

2008-01-25 Thread Marco Amadori
Il Friday 25 January 2008 16:26:14 Ross Finlayson ha scritto: > >For testing and comparing purposes, I would like to ask if it could be > > easy to add a "--raw" command line parameter to openRTSP client in order > > to let it ask live555Media server to stream via raw UDP. > No, I won't be doing

[Live-devel] openRTSP client and RAW udp

2008-01-25 Thread Marco Amadori
Greetings at the list and thanks for this nice working software, at my company we are developing our new HD release of our set top box and are evaluating live555 as a VOD server (RTSP) and as a RTSP client. For testing and comparing purposes, I would like to ask if it could be easy to add a "-