Re: [Live-devel] Live555 EventLoop crash

2011-12-18 Thread Jeremy Noring
On Wed, Dec 14, 2011 at 1:27 PM, Ross Finlayson wrote: > No, you must send only one frame at a time, because downstream objects > expect 'frames', not 'portions of frames'. "fMaxSize" is the size of the > buffer that the downstream object specified when it called "getNextFrame()" > on your input

Re: [Live-devel] How to create a custom sink that streams to both the network and a local file

2011-12-18 Thread Ross Finlayson
> I have been playing with the FramedFilter class for a while, and created a > simple filter that will just deliver its input to its output. However, it is > not working for some reason. Can you point me to the point that I'm missing? [...] > void HistoryFilter::doGetNextFrame() > { > fFram

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-18 Thread Ross Finlayson
> I am currently using a file, but eventually it will be live source. > I got the audio streaming, which is good, but it stutters. I looked at the > packet format with wireshark, but found no issues. > However I found out that apparently RTP packets are sent too quickly with my > class. But if yo

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-18 Thread Fabrice Triboix
Dear Ross, Because your codec is MP3, you definitely *do not* need to reimplement the "getAuxSDPLine()" virtual function. I.e., if you have such a reimplementation, then you should remove it. Many thanks for these details, that's enlightening! Our RTP output code - in this case, the "MPEG1o

[Live-devel] Http Live Streaming

2011-12-18 Thread Jeff Shanab
I am trying to stream to mac, iphone and ipad using http streaming from my application that uses the live555 libs. Data is flowing but I do not get video. When I extract out one of the segment files it will play in VLC. On further investigation, I see that the ts file when run in quicktime(appl

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-18 Thread Ross Finlayson
> I have another question about FramedSource::doGetNextFrame(). Does this > method requires the actual MP3 frame to be returned, or the MP3 frame > encapsulated as required by the chosen RTP profile (14 in my case)? Our RTP output code - in this case, the "MPEG1or2AudioRTPSink" class - automati

Re: [Live-devel] Add an audio sub-session makes the video stop

2011-12-18 Thread Fabrice Triboix
Dear Ross, I have another question about FramedSource::doGetNextFrame(). Does this method requires the actual MP3 frame to be returned, or the MP3 frame encapsulated as required by the chosen RTP profile (14 in my case)? Thanks a lot for your help! Best regards, Fabrice _

Re: [Live-devel] Multicast to rtsp with Amino A125

2011-12-18 Thread Ben Wheway
Hi warren Thanks for your reply. We currently use that for our other type of STB but vlc /vlm doesn't work with Amino's. The rtsp protocol isn't supported. I have tested live555 with a mpeg4 ts capture from our multicast and it works perfectly. I just don't know how to configure live streaming.