Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLau1222 authored Nov 7, 2024
1 parent 0ffe782 commit a1f3236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bmf/demo/broadcaster/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This demo uses BMF framework to construct a simple broadcast service. The servic

- streamhub module

Each input stream is equipped with a jitter buffer to enable smooth and uniform output. In order to mix multiple streams and display them on the same screen, ti is necessary to align the timestamps and frame rates. Streamhub module binds all input stream frames together based on the background audio and video timestamps, and outputs them as a whole to the audiomix and videolayout module.
Each input stream is equipped with a jitter buffer to enable smooth and uniform output. In order to mix multiple streams and display them on the same screen, it is necessary to align the timestamps and frame rates. Streamhub module binds all input stream frames together based on the background audio and video timestamps, and outputs them as a whole to the audiomix and videolayout module.

- audiomix module

Expand Down
2 changes: 1 addition & 1 deletion bmf/test/distributed_node/cpp_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void test_task() {
{"input_path", "../../../files/big_bunny_10s_30fps.mp4"}
};
auto video = graph.Decode(bmf_sdk::JsonParam(decode_para), "", scheduler_cnt++);
// distributed ndoe init
// distributed node init
nlohmann::json node_para = {
{"dist_nums", dist_nums}
};
Expand Down

0 comments on commit a1f3236

Please sign in to comment.