This project have both rtmp and libdash library But i am fail to understand rtmp to dash packaging #241
-
I am searching project for rtmp to dash packaging then I got this great project and try to understand rtmp to dash packaging flow but can not clearly understand this flow . I want to understand this flow because I am interesting this project and help to improve it and make better it |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
To use rtmp with dash, see more libdash/test/dash-dynamic-test.cpp. At function dash_live_worker, a while loop load local file as dash input. You can change it to rtmp server callback (onvideo/onaudio), e.g. librtmp/test/rtmp-server-publish-test.cpp |
Beta Was this translation helpful? Give feedback.
To use rtmp with dash, see more libdash/test/dash-dynamic-test.cpp.
At function dash_live_worker, a while loop load local file as dash input. You can change it to rtmp server callback (onvideo/onaudio), e.g. librtmp/test/rtmp-server-publish-test.cpp