Is there any way of veifying whether a file received through streaming is identical or not to the original file?<br><br>Well, I'm using testOnDemandRTSPServer and openRSTP for streaming/receiving an MP3 file. The idea is to check the received file and detect if it were packet losses during the streaming.
<br><br>My first approach was verifying the cheksums of the files (original and received). Oddly the received file is lower than the original file in some bytes, but without neither any perceived damage on the file when reproducing it nor error messages in the console during the stream reception.
<br><br>Some idea??<br><br>loreno<br>