Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mpegts - parser for metadata from NALs #90

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ opencv = { version = "0.91.1", default-features = false, optional = true, featur
"rgb",
"imgcodecs",
] }
mpeg2ts-reader = "0.16.0"
scte35-reader = "0.15.0"
h264-reader = "0.7.0"
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub mod stream_data;
pub mod watch_file;
pub mod mpegts;

use std::sync::Arc;
use std::time::{SystemTime, UNIX_EPOCH};
Expand Down
Loading
Loading