diff --git a/bmf/demo/broadcaster/readme.md b/bmf/demo/broadcaster/readme.md index 2a376c14..3da044d2 100644 --- a/bmf/demo/broadcaster/readme.md +++ b/bmf/demo/broadcaster/readme.md @@ -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 diff --git a/bmf/test/distributed_node/cpp_demo.cpp b/bmf/test/distributed_node/cpp_demo.cpp index a50c9d9e..e32f6008 100644 --- a/bmf/test/distributed_node/cpp_demo.cpp +++ b/bmf/test/distributed_node/cpp_demo.cpp @@ -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} };