Re: [Live-devel] Stack overflow in QuickTimeFileSink

2009-10-05 Thread Sébastien Escudier
Quoting Ross Finlayson : > >I don't seem to get the stack overflow anymore, but something tells > >me if this records for a while and all of these chunks are kept in > >memory, then it'll blow up pretty soon. > > Yes, and unfortunately there's not a lot we can do about this, > because of the stupi

Re: [Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-05 Thread Ross Finlayson
Is it possible to generate only an index file (.tsx) for the H264/TS file using our own indexer application? No, not without significant changes to the index-file-creation code, because it currently assumes that the video data within Transport Stream files is MPEG-1 or 2 video. (It needs par

Re: [Live-devel] Controlled Ttransmission of media files

2009-10-05 Thread Ross Finlayson
Thanks for your response. Is there a way where this control can be over each packet that is being transmitted? No. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live

Re: [Live-devel] Stack overflow in QuickTimeFileSink

2009-10-05 Thread Ross Finlayson
I don't seem to get the stack overflow anymore, but something tells me if this records for a while and all of these chunks are kept in memory, then it'll blow up pretty soon. Yes, and unfortunately there's not a lot we can do about this, because of the stupid brain-damaged way in which the ".m

Re: [Live-devel] opensolaris_live555_compile_problem_-_ld :_fatal:_relocation_error:_R_386_32:

2009-10-05 Thread Ross Finlayson
I guess I have a question and a comment: Q: What is the minimal libraries I need for VLC compatibility? I You need all of the libraries that we provide. In any case, for details of how to build VLC (including with the "LIVE555 Streaming Media" libraries) you should consult the VLC documentat

[Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-05 Thread Victor Domingo
Hi all, I'm trying to develop a VoD streaming server for H264 over Transport stream file and I want to use Live555 media server RTSP with trick mode to allow seeking, fast forward and reverse forward. I've been testing live555

Re: [Live-devel] Controlled Ttransmission of media files

2009-10-05 Thread Sharda Murthi
Thanks for your response. Is there a way where this control can be over each packet that is being transmitted? On Mon, Oct 5, 2009 at 1:05 AM, Ross Finlayson wrote: > I am trying to do controlled streaming of a media file using the live555 >> server. In the sense, if I wish to transmit only 10% o

[Live-devel] Stack overflow in QuickTimeFileSink

2009-10-05 Thread Derrick N. Guerrero
I am recording h264 to the QuickTimeFileSink, and I was getting a stack overflow whenever I close my recorder and the sink gets destructed. I ended up applying the changes below to iteratively delete the chunks, but I was wondering if there was something I'm supposed to do in order to clean up the

Re: [Live-devel] opensolaris_live555_compile_problem _-_ld :_fatal:_relocation_error:_R_386_32:

2009-10-05 Thread shewless
I guess I have a question and a comment:Q: What is the minimal libraries I need for VLC compatibility? I want a small footprint.C: I am using opensolaris 10 - the compiler and linker that comes with it. If anybody can suggest something for me to try I am willing to give it a shot.  Here is the erro

[Live-devel] trickplay features on a RTSP video streamer

2009-10-05 Thread bourda guillaume
Dear Ross, I have two questiond here that I believe are related. First of all, I have a RTSP streaming server (developped with liveMedia) and I would like to stream H264 and M4V-ES files, streaming Key Frames (=Intra frames) only. I have managed to do so with M4V-ES, streaming only I frames, and