daniestevez / dvb-gse

Rust implementation of DVB-GSE
Apache License 2.0
17 stars 3 forks source link

Add support for BBFRAME headers #34

Closed daniestevez closed 10 months ago

daniestevez commented 10 months ago

This adds support in the CLI application and the BBFRAME receivers for skipping over application-specific headers (of configurable length) that precede each BBFRAME or BBFRAME fragment.

Additionally, I have realized that the --isi option was broken, and fixed it in another commit in this PR.