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
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 &
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
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
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
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
-
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
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
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:
-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",
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
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
!
Regards
Guy Bonneau
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
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
> 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.
_
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
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
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
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
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
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
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
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
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
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
the same
timestamp initialization methodology.
Guy Bonneau
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
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
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
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
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
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
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
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
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
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
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
36 matches
Mail list logo