demux: live555: allow to use rtsps
Hi,
This pull request is allowing to connect to an rtsps url (originaly post on https://github.com/videolan/vlc/pull/169)
Best Regards, Michel
Merge request reports
Activity
Thanks
Thanks for your contribution!
When all of the following conditions are fulfilled, your MergeRequest will be reviewed by the Team:
- the check pipeline passes
- the MR is considered as 'mergeable' by gitlab
You can find more details about the acceptance process here.
changed milestone to %4.0
added Component::Input: network streams label
- Resolved by Steve Lhomme
Do you have a stream to test this is working ? RTSP over SSL doesn't seem to have a specification and it's not mentioned in the live555 library.
Hi @robUx4
I made a test using a personal project based on live555 https://github.com/mpromonet/v4l2rtspserver
Best Regards, Michel.
added MRStatus::NotCompliant label
added MRStatus::Acceptable label and removed MRStatus::NotCompliant label
If you try to create
RTSPClient
with anrtsps://
scheme (or with port 322) if will require a TLS connection which will return error out at theSendRequest
level when the connection get established if it cannot initialize tls. SoOpen()
should error out properly.Edited by Denis Charmetadded MRStatus::Accepted label and removed MRStatus::Acceptable label
MR Acceptance result
This MergeRequest has been Accepted! Congratulations. MR acceptance checks details:
-
MR should be considered mergeable by Gitlab -
Last pipeline should be successful -
MergeRequest should have at least one external review and/or vote -
All threads should be resolved, have votes and score > 0 -
MergeRequest should have no activity (threads/votes) for (72h/72h)
-
added 52 commits
-
64dcb861...e8e27aaa - 51 commits from branch
videolan:master
- f187af30 - Merge branch vlc:master into master
-
64dcb861...e8e27aaa - 51 commits from branch
Hi @robUx4, The checkbox to allow this is grey out, I made rebase. Best Regards, Michel.