Displaying 2 results from an estimated 2 matches for "validate_header".
2011 Oct 25
2
Patch - MP3 Frame validation
...fying Icecast so that it
parses the MP3 data and makes sure it only starts streaming to a client at
a frame boundary. It is in production use on a number of Icecast servers
and is working well.
Note that the "channels" member of the mpeg_frame_t struct (and the 4
lines of code in the validate_header() function that calculate its value)
are not strictly necessary for the frame validation, but are included for
completeness.
I hope it is useful for someone.
Best regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icecast-mp3-validation.diff
Type: text/x...
2011 Oct 26
0
Patch - MP3 Frame validation
...Icecast so that it parses the MP3 data and makes sure it only starts streaming to a client at a frame boundary. It is in production use on a number of Icecast servers and is working well.
>
> Note that the "channels" member of the mpeg_frame_t struct (and the 4 lines of code in the validate_header() function that calculate its value) are not strictly necessary for the frame validation, but are included for completeness.
>
> I hope it is useful for someone.
>
> Best regards
> <icecast-mp3-validation.diff>_______________________________________________
> Icecast-dev m...