Want to know if RMTP streaming can be done through bytes #1705
Unanswered
LiuXianBang
asked this question in
Q&A
Replies: 1 comment
-
Hello, Yes, you can send bytes [] using RtmpClient class directly. You have an example here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Due to my usage scenario, I only have one listener that outputs bytes. I hope to have a function like write (bytes []) that allows me to stream through bytes. I have tried retro methods, such as using librtmp, but strangely, I can connect but cannot send data properly. I know very little about RTMP encoding. Is there a similar method to implement RootEncoder, or do you have any suggestions for my requirements? I am looking forward to your answer.
Beta Was this translation helpful? Give feedback.
All reactions