> I noticed that after a seek, the first TS packet from live555 server,
> does not have the correct continuity counter value (with respect to the
> last packet before the seek). There is a discontinuity.
> This is error is reported in VLC and wireshark.

Mumble...  When streaming from a Transport Stream source, our server code does 
not change the contents of the Transport Stream input data at all (except when 
doing a 'fast forward' or 'reverse play').  It just copies each of the 188-byte 
Transport Stream packets into outgoing RTP packets 'as is'.  That's why you'll 
usually see a discontinuity in the 4-bit "continuity_counter" value after a 
seek.  I don't plan on changing this, unless it causes a major problem (which 
it sounds like it doesn't).

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