We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set SRT StreamID by VLC?
The text was updated successfully, but these errors were encountered:
As of now, VLC does not support this. This FR should better be submitted to VLC.
Sorry, something went wrong.
I saw that someone mentioned this case on VLC's forum:
https://forum.videolan.org/viewtopic.php?f=7&p=506009
FYI, StreamID patch[1] for VLC has landed into the master already. I think it should be able to be set when VLC nightly build[2] is used.
[1] https://code.videolan.org/videolan/vlc/-/commit/a55c95a9ccb051066b73f103f1a1e25586a97773 [2] https://nightlies.videolan.org/
Thank you! So master is 4.0 nightly build, not 3.0 nightly - is that right?
If yes then where/when/how to look for this option to be added to 3.0?
And in general where can one find a declaration on which version of SRT is used for 3.0 build / each build?
In configure file I see that the requirement for SRT is >= 1.3.0, but that does not answer the question which SRT is in which build / 3.0 / master:
https://code.videolan.org/videolan/vlc/-/blob/master/configure.ac#L4272
mbakholdina
No branches or pull requests
How to set SRT StreamID by VLC?
The text was updated successfully, but these errors were encountered: