For starters, you shouldn't use a "MPEG1or2VideoStreamDiscreteFramer"; that's 
for MPEG-1 or 2 Elementary Stream data.

If the data that comes from your "DeviceSourceFICard" object is Transport 
Stream data, then you should feed it into a "MPEG2TransportStreamFramer", and 
then a "SimpleRTPSink" to stream it.

If the data that comes from your "DeviceSourceFICard" object is sequence of 
H.264 NAL units (one-at-a-time), then you should feed it into a 
"H264VideoStreamDiscreteFramer", and then a "H264VideoRTPSink" to stream it.


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