[vlc-commits] [Git][videolan/vlc][master] demux: live555: allow to use rtsps
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Sun Sep 22 07:40:51 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
5e2ae475 by Michel Promonet at 2024-09-21T21:19:52+02:00
demux: live555: allow to use rtsps
- - - - -
1 changed file:
- modules/access/live555.cpp
Changes:
=====================================
modules/access/live555.cpp
=====================================
@@ -105,7 +105,7 @@ vlc_module_begin ()
 
     add_submodule ()
         set_description( N_("RTSP/RTP access and demux") )
-        add_shortcut( "rtsp", "pnm", "live", "livedotcom" )
+        add_shortcut( "rtsp", "rtsps", "pnm", "live", "livedotcom" )
         set_capability( "access", 300 )
         set_callbacks( Open, Close )
         add_bool( "rtsp-tcp", false,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5e2ae475d1fe00295da502886e26e7e998159f6e
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/5e2ae475d1fe00295da502886e26e7e998159f6e
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list