Skip to content
New issue

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

Remove streamid #52

Open
rejexy opened this issue Aug 16, 2020 · 9 comments
Open

Remove streamid #52

rejexy opened this issue Aug 16, 2020 · 9 comments

Comments

@rejexy
Copy link

rejexy commented Aug 16, 2020

Due to problems in vlc is there a way to create a broadcast without a streamid?
For example, if this parameter is not set create localhost:8080/live.

@rejexy
Copy link
Author

rejexy commented Aug 16, 2020

It would also be great if there was access to the broadcast via the http protocol.

@tomasz-lasko
Copy link

tomasz-lasko commented Dec 4, 2020

We also need to send and receive a stream just on the UDP port, without any StreamID (well optionally with a passphrase).

This is very important because we also need to use SRT with VLC and many other products that DO NOT support Stream ID. And if one of them finally begins to support stream ID, many others still don't!

So it is a shame that must abandon using this great SRT server just because it requires StreamID. Or is there a way to not require stream ID?

VLC will be soon have support for stream ID as mentioned here:

but many solutions still don't.

@jengajenga
Copy link

We also need to send and receive a stream just on the UDP port, without any StreamID (well optionally with a passphrase).

This is very important because we also need to use SRT with VLC and many other products that DO NOT support Stream ID. And if one of them finally begins to support stream ID, many others still don't!

So it is a shame that must abandon using this great SRT server just because it requires StreamID. Or is there a way to not require stream ID?

VLC will be soon have support for stream ID as mentioned here:

but many solutions still don't.

vmix can receive.

@whyronimus
Copy link

whyronimus commented Dec 14, 2020

I can't receive any SRT streams with nightly build 4.0 of VLC, though.

SLS output (numbers as X stand for my IP) when I try to connect with VLC:

2020-12-14 22:14:52:577 SLS INFO: [0x55e5f681be00]CSLSSrt::libsrt_accept ok, new sock=32342367, XX.XXX.XXX.XXX:63001.
2020-12-14 22:14:52:577 SLS INFO: [0x7fa83c0b2010]CSLSListener::handler, new client[XX.XXX.XXX.XXX:63001], fd=32342367.
2020-12-14 22:14:52:577 SLS INFO: [0x7fa83c0b2010]CSLSListener::handler, [XX.XXX.XXX.XXX:63001], sid 'url.to.server/srt_live/stream'
2020-12-14 22:14:52:577 SLS ERROR: [0x7fa83c0b2010]CSLSListener::handler, refused, new role[XX.XXX.XXX.XXX:63001], stream='url.to.server/srt_live/stream',but publisher=0x7fa83a827010 is not NULL.
2020-12-14 22:14:52:577 SLS INFO: [0x7fa834002710]CSLSSrt::libsrt_close, fd=32342367.

Is there anything I did wrong?

@tomasz-lasko
Copy link

vmix can receive.

That's true, but like I wrote the whole point is that many sollutions (SRT products) still can't.

I am sending and receiving with many people using various SRT products. So I need to connect SRT with more and more different SRT products and unfortunately it looks like the situation for many at least months is going to be that many SRT products will not support StreamID.

@tomasz-lasko
Copy link

... so is there a way to not require stream ID? or is it in a roadmap?

@jengajenga
Copy link

... so is there a way to not require stream ID? or is it in a roadmap?

It looks like you may have to get a coder to do this for you.

@tomasz-lasko
Copy link

tomasz-lasko commented Dec 16, 2020

I am asking is there a way within srt-live-server to make srt-live-server not require stream ID (for input and output, i.e. an app or config that has only a UDP port but no input output domain, stream ID, etc)? or is it in srt-live-server roadmap?

@Edward-Wu could you give any hints? Thanks in advance! Much appreciated!

@tomasz-lasko
Copy link

@Edward-Wu or anybody actually - is this feature (of not requiring StreamID) in any roadmap, or work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants