[Live-devel] again need help of special video and audio data

2008-02-22 Thread maherry
Hi,again. In the early letters we wrote like following: >The stream contain mepg4 video >and mpeg1 layer2 audio.they are consisted like this: > >one frame mpeg1 audio element stream >one frame mpeg1 audio element stream >.. >one frame mpeg4 video element stream >one frame mpeg4 video element s

[Live-devel] cant seem to get live to configure "genMakefiles"

2008-02-22 Thread Cody wilson
ok i cant seem to get live to load in my linux redhat server regular command ./configure theirs genMakefiles but nothing seems to work this all started when i went to configure my codecs and it gave errors get latest version livemedia.hh2006.03.03 and said no file livemedia.hh over and over so i u

Re: [Live-devel] GroupsockHelper.cpp and weird problems with long startuptimes for applications

2008-02-22 Thread Morgan Tørvolt
> Because they will want their email address to indicate the name of > their company or school, to show that they have one. Otherwise (if > they just use a "@gmail.com", "@yahoo.com", "@hotmail.com" etc. > address), most people (including I) will assume that they are simply > a casual hobbyist

[Live-devel] cant get live to load on my linux redhat at all down to last file to load"make" and wont go

2008-02-22 Thread cody bedford
ok i have a linux box redhat running a video and music share and i was getting major configure.log said over and over to get latest version of livemedia.hh and that it couldnt find this file anywhere over and over everytime i go to upload on my site it starts to upload and then before it ever ge

[Live-devel] problem with output streamed data

2008-02-22 Thread surendar gupta
Hi All, I am using quicktime v7.4.1 to watch output of a mpeg4 file streamed using live555 streamer. It does not show any error but output video is not shown(although time keeps on running as if it is playing). I know that the framesize is 16 in live but i am not able to find the one in quicktime

[Live-devel] NAT traversal with DarwinInjector

2008-02-22 Thread Chad Ata
Hi All, I've looked through the forum archives regarding this topic and the answer seems to be that currently NAT traversal is not "reliably" supported by the client. I also looked through some of the DarwinInjector code, and it doesn't look like it supports it either (unless I'm missing someth

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..