>Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; > micalg=sha1; boundary="------------ms020209000004030702020306" > >Thanks for your reply, I changed my code. > >Nevertheless, enc_bytes did never exceed fMaxSize in my program >before and thus the problem still exists. VLC, which I use to play >the stream, reports loads of errors regarding late pictures and >damaged headers... :( Any more ideas?
The only other thing I can think of is that perhaps you are modifying the "fTo" variable before you call "memcpy()"- thereby copying your data to the wrong place. Apart from this, you're on your own. You've probably made a simple error somewhere. But fortunately, You Have Complete Source Code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _______________________________________________ live-devel mailing list [email protected] http://lists.live555.com/mailman/listinfo/live-devel
