Replies: 1 comment
-
Hello, filterMedias() was introduced in order to normalize incoming streams and to avoid propagating invalid media names to readers. Therefore, the control name is currently replaced with a random UUID. This may change in the future. Meanwhile, in order to identify a certain media stream, you can use its position or its properties. |
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
-
Hi,
I set media.Media.Control="video1" to identify stream, but filterMedias() in server_conn.go replaces my control with 'mediaUUID'.
How can I use my own control attribute ?
Beta Was this translation helpful? Give feedback.
All reactions