Search found 6 matches

Go to advanced search

by lucdig
30 Nov 2023 08:53
Forum: VLC stream-output (sout)
Topic: https streaming diffie hellman parameters generated for each new connection.
Replies: 8
Views: 5174

Re: https streaming diffie hellman parameters generated for each new connection.

Well yes. You can create a dummy stream that will kick-start HTTPS no matter what. But the reality of the matter is that there would never be an issue if you used VLM the way it was designed to be used. I tested as you suggested, I added 1 dummy HTTPS stream at start with the option --vlm-conf vlm....
by lucdig
29 Nov 2023 13:32
Forum: VLC stream-output (sout)
Topic: https streaming diffie hellman parameters generated for each new connection.
Replies: 8
Views: 5174

Re: https streaming diffie hellman parameters generated for each new connection.

I'm still convinced that, with a modification on the code, VLC would be able to create the parameters when it is started, and then reuses them for all clients.
Anyway, if you say that it is not just possible, it must be true.
Thanks anyway
by lucdig
28 Nov 2023 08:59
Forum: VLC stream-output (sout)
Topic: https streaming diffie hellman parameters generated for each new connection.
Replies: 8
Views: 5174

Re: https streaming diffie hellman parameters generated for each new connection.

You said that "VLC creates the parameters when it is started, and then reuses them for all clients". If this is true, the parameters should be created at Step 3. I showed that parameters are generated at each "control black play", Steps 4 and 8. It's not true that "VLC creat...
by lucdig
27 Nov 2023 09:02
Forum: VLC stream-output (sout)
Topic: https streaming diffie hellman parameters generated for each new connection.
Replies: 8
Views: 5174

Re: https streaming diffie hellman parameters generated for each new connection.

No. And besides, VLC creates the parameters when it is started, and then reuses them for all clients. It does not generate them when a client connects. Thanks for the reply, anyway, it was too fast. If you have time to follow the detailed steps below, you will see that what I wrote is right. Your i...
by lucdig
25 Nov 2023 17:44
Forum: VLC stream-output (sout)
Topic: Unable to create UDP Stream, HTTP works fine
Replies: 3
Views: 3400

Re: Unable to create UDP Stream, HTTP works fine

As far as I know, the dst for udp output must be a unicast or multicast address. If you set a unicast address, you should see, with a tcpdump, udp packets sent from your vlc to the unicast address. The same for multicast address, but if you don't have a well configured multicast distribution network...
by lucdig
25 Nov 2023 17:04
Forum: VLC stream-output (sout)
Topic: https streaming diffie hellman parameters generated for each new connection.
Replies: 8
Views: 5174

https streaming diffie hellman parameters generated for each new connection.

I use telnet interface with https access and signed certificates. setup channel output #http{access=https,dst=:5004/stream.ts} ... control channel play Every time I play the channel, Diffie Hellman (2048) parameters are generated. control channel stop -> control channel play: new Diffie Hellman (204...

Go to advanced search