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