I am trying to configure an app to take a UDP source and stream it via RTP. However, I cannot get it to work. When I trace through the code, I find that on line 155 of MPEGVideoStreamFramer.cpp, aquiredFrameSize is never greater than 0.

Because your input source is a sequence of discrete frames, rather than a byte stream, you should use "MPEG1or2VideoStreamDiscreteFramer", instead of "MPEG1or2VideoStreamFramer".
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to