Re: [Live-devel] RFC 2435 compliance

2013-12-03 Thread Guy . Bonneau
I didn't looked at appendix B. But given that at page 7 of the RFC it is stated: "...Each table is an array of 64 values given in zig-zag order, identical to the format used in a JFIF DQT marker segment..." then I agree that it couldn't be possible to use all the code of the RFC specification. The

Re: [Live-devel] RFC 2435 compliance

2013-11-29 Thread Guy . Bonneau
to get the good quantization value. However if you use a non-zigzag table then the encoding/decoding must find and pick-up the good quantization inside the table. This is up to the implementation of the code. Guy Bonneau From: Alexandr Němec To: LIVE555 Streaming Media - development &

Re: [Live-devel] Incomplete decoded image data

2012-12-06 Thread Guy . Bonneau
This is a guessing but by digging in the encoded parameters you'll probably be able to confirm this hypothesis. If the "display" picture is really 800x600 as provided by the attached png file then the stream parameter might specify a 800x600 video display. Yet the camera might encode only the 592

Re: [Live-devel] Live555 Compilation for VLC in cygwin

2008-11-28 Thread Guy Bonneau
his. Do they change the config.cygwin like I did? Do they use their own makefile? I really don't know. Just hope that what I found could help other if they want to "cross-compile" live555 on Cygwin for VLC Media Player. Regards Guy Bonneau I suggest that > you look more into

Re: [Live-devel] Live555 Compilation for VLC in cygwin

2008-11-27 Thread Guy Bonneau
finds that this is "his cup of tea" and want to do it. Regards Guy Bonneau > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson > Sent: Wednesday, November 26, 2008 8:04 PM > To: LIVE555 Streaming Media - developme

[Live-devel] Live555 Compilation for VLC in cygwin

2008-11-26 Thread Guy Bonneau
hive for a solution. Regards Guy Bonneau COMPILE_OPTS =$(INCLUDES) -I. -O -DSOCKLEN_T=socklen_t C = c C_COMPILER = gcc C_FLAGS = $(COMPILE_OPTS) -DUSE_OUR_BZERO=1 -D_WIN32 -mno-cygwin CPP = cpp CPLUSPLUS_COMPILER = c++ CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1 -D_WIN32 -Wno-deprecated -

[Live-devel] Public vs Protected of StopPlaying()

2008-11-21 Thread Guy Bonneau
implementation to a MediaSink object. Then the protected StopPlaying() of MultiFramedRTPSink can be called thorough public StopPlaying() of MediaSink. Regards Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com

[Live-devel] VLC Media Player and late Out-Of-Order received packets by Live555

2008-11-14 Thread Guy Bonneau
sible to fine tune the application to the internet behavior. 2- If a late out-of-order packet is accepted by ReorderingPacketBuffer::storePacket then fNextExpectedSeqNo could be reinitialized to the new late out-of-order sequence number thus preventing a double glitch. Only a single timeout

Re: [Live-devel] Open RTSP FAQ

2008-11-11 Thread Guy Bonneau
Yes you're right! I missed the minus before the 10 before the second example and got confused! Thanks _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Monday, November 10, 2008 9:24 PM To: LIVE555 Streaming Media - development & use Subject: Re:

[Live-devel] Open RTSP FAQ

2008-11-10 Thread Guy Bonneau
-10" means "play the stream(s) for 35 seconds, then exit". I think it should be: For example, if the SDP description contains "a=range:npt=0-25", then "-d 10" means "play the stream(s) for 10 seconds, then exit",

[Live-devel] Null Sink

2008-10-22 Thread Guy Bonneau
job and can replace the file sink with most testing application. Feel free to include it in the library if you think it might be useful. Regards Guy Bonneau /** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License

[Live-devel] NULL Sink

2008-10-22 Thread Guy Bonneau
e I didn't found such code. Thanks for your support Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Reviewing RTPSource.cpp

2008-10-16 Thread Guy Bonneau
! Regards Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] FEC Callback

2008-09-26 Thread Guy Bonneau
have been tempted to suggest adding some callback mecanism to the method MultiFramedRTPSink ::sendPacketIfNecessary() after the fRTPInterface.sendPacket(...). But I was wondering. Is there a better way to do that without modifying MultiFramedRTPSink? May be at a lower level? Thanks Guy Bonneau

Re: [Live-devel] Potential Issues in ReorderingPacketBuffer Class Implementation

2008-09-18 Thread Guy Bonneau
> No, each of the "BufferedPacket"s in the chain will be > deleted as a result of the call to "delete fHeadPacket;", > because the "BufferedPacket" destructor includes the line > "delete fNextPacket;". Indeed !!! Thanks for the clarification. Its much appreciated. _

[Live-devel] Potential Issues in ReorderingPacketBuffer Class Implementation

2008-09-17 Thread Guy Bonneau
getFreePacket won't be freed and will cause memory leaks. If I am right then some mechanism should be provided to walk the chained list and free all the allocated buffered packets. Regards Guy Bonneau ___ live-devel mailing list live-devel@lists.li

[Live-devel] BufferedPacket size of buffer

2008-09-16 Thread Guy Bonneau
this is to support other networking like ATM that has maximum MTU size of 9192 ? Can I assume if the network router I am using to send RTP packet has a maximum MTU size of 1500 that it is safe to set MAX_PACKET_SIZE to 1500 for a RTP receiver implementation using the live555 library? Thanks Guy

[Live-devel] Visual 2005

2008-04-10 Thread Guy Bonneau
Ross, I have seen a few request asking how to compile the LiveMedia library for Microsoft Visual 2005. I know the FAQ provides a link for this purpose. But you have to go through many steps. I have a Visual 2005 solution file (.sln) as well as the associated project files (.vcproj) for visual 2005

Re: [Live-devel] Missing File in latest release ?

2008-04-09 Thread Guy Bonneau
O.K. I found the answer to my question in the documentation Of the code. Sorry GB > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Guy Bonneau > Sent: Wednesday, April 09, 2008 11:34 AM > To: [EMAIL PROTECTED] > Subject: [Live-d

[Live-devel] Missing File in latest release ?

2008-04-09 Thread Guy Bonneau
I believe a file might be missing in the lastest release of the liveMedia library since I cannot compile the application testGSMStreamer. The file missing must be implementing the class createNewGSMAudioSource. Could please check Thanks Guy Bonneau

Re: [Live-devel] Mpeg2 ES and audio PCM stream Synchronization with Live555

2008-02-13 Thread Guy Bonneau
Thanks Ross for the feedback, I understand that you are quite busy. Keep the good work. That library is great work. Regards Guy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson > Sent: Tuesday, February 12, 2008 8:56 PM > To: LIVE555

[Live-devel] Mpeg2 ES and audio PCM stream Synchronization with Live555

2008-02-12 Thread Guy Bonneau
I would like to provide some feedback of my synchronization issues with mpeg video and audio PCM. I think it might be useful to other users of the library. I have slightly modified 2 testing applications included with Live555: testMPEG1or2VideoStreamer and testMPEG1or2VideoReceiver. I have incl

Re: [Live-devel] Timestamp gap in RTCP Report for MPEG1or2VideoStreamFramer

2008-02-05 Thread Guy Bonneau
Ross, It didn't take me days. I have solved my problem of synchronization that was caused by wrong "presentation time" decoded by the library. I have had to modify the library as explained in my email exchange. > At the RTP receiver end, you get - for each frame of media > data - a presentatio

Re: [Live-devel] Timestamp gap in RTCP Report for MPEG1or2VideoStreamFramer

2008-02-05 Thread Guy Bonneau
Ross, Give me a few days. I have to double check a few things and I will getting back to you about that. Then I will provide you with some feedback about the AAC support in Mpeg2 Transport Stream if it work for me. Thanks for you great support. Best Regards Guy > -Original Message- > F

Re: [Live-devel] Timestamp gap in RTCP Report for MPEG1or2VideoStreamFramer

2008-02-05 Thread Guy Bonneau
t are offset in the past. However, for it to work correctly, you must feed it correct presentation times. I might not know the library code enough but at first glance it seems I cannot because the mechanism is internal to the MPEG1or2VideoStreamFramer/MpegVideoStreamFramer. Unless I change the

[Live-devel] Timestamp gap in RTCP Report for MPEG1or2VideoStreamFramer

2008-02-05 Thread Guy Bonneau
the same timestamp initialization methodology. Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Mpeg Audio missing or corrupted in MPEG-2 Transport Stream or seperate sreams

2008-01-29 Thread Guy Bonneau
I've been looking into this in the last few days. And I believe it might be possible but it's rather unusual like Ross said. The DVD specification has a private stream definition in a Mpeg2 program stream that allow LPCM. I have been successful to have standard player like VLC to play a Mpeg2 progr

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-29 Thread Guy Bonneau
It may take 1 or 2 weeks before I'm ready to test but I'll let you know! Many thanks Guy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ross Finlayson Sent: Tuesday, January 29, 2008 12:13 AM To: [EMAIL PROTECTED] Subject: Re: [Live-devel] Audio AAC Supp

Re: [Live-devel] Audio AAC Support in Transport Stream

2008-01-28 Thread Guy Bonneau
You probably own the first revision. ACC was added later. I went to the ISO Web site and they have released the third revision. The latest one is ISO/IEC 13818-1:2007. I have ISO/IEC 13818-1 2000(E). I'll send it to you on a private email so you can check by yourself. Regards Guy _ From

[Live-devel] Audio AAC Support in Transport Stream

2008-01-25 Thread Guy Bonneau
18-1 Mpeg2 system specification. This means it is not possible to add Mpeg2 AAC audio to an Mpeg2 transport stream framed by the live555 library. Does any request has been made in the past to support it ? Any plan to add it in a near future ? Regards G

[Live-devel] Mpeg2 Elementary Streams Muxing to Transport Stream

2008-01-21 Thread Guy Bonneau
some public testing code I would greatly appreciate where to find it. If no such code exist could you please provide some hints about how to use the implementation. I would like to use it to test the multiplexing of a few Mpeg2 streams (video and audio) inside a transport stream. Regards Guy Bo

[Live-devel] Streaming an Mpeg-2 program stream

2008-01-16 Thread Guy Bonneau
Media doesn't recognize. Any reason why streaming of an Mpeg-2 program stream haven't been implemented? Regards Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Streaming LPCM audio at 48K with vobStreamer

2008-01-15 Thread Guy Bonneau
receive and play both the audio and video stream. Thanks Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Audio and Video Synchronization Streaming

2008-01-10 Thread Guy Bonneau
something when initializing LiveMedia in a context of playing a mixed bag of audio and video stream together. Any hints where I should pay attention to keep both stream synchronized. Thanks Guy Bonneau ___ live-devel mailing list live-devel@lists.live555

[Live-devel] push and pull streaming

2007-12-14 Thread Guy Bonneau
coder might have a different system clock (hardware based) than the library which seems to be CPU based? Could you provide some insight? Thanks Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/lis

[Live-devel] Input Buffer Consumed

2007-12-10 Thread Guy Bonneau
some feedback mechanism or any other means in the library that can provide a callback when the source buffer is all consumed. Thanks Guy Bonneau ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel