2.0 - Multi stream - multi cam #1563
CedricEugeni
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
I hadn't specifically considered that case. As of now, it can't be done. However, since it's not particularly difficult, I'll make sure it can be done. https://github.com/shogo4405/HaishinKit.swift/blob/main/Sources/RTMP/RTMPStream.swift#L815-L820 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In the new documentation for 2.0.0 beta-2 version, I saw that we can now have multiple streams at a time, which is great news. I also saw that we can set a track 0 or track 1 to a MTHKView to set which video track we want to display on which view, which is also great. 🎉
What I'm looking for is: How can I send track 0 on RTMPStream 1 and track 1 on RTMPStream 2 ?
Thanks in advance for this discussion 🙏
Beta Was this translation helpful? Give feedback.
All reactions