[vlc-commits] commit: live555: add "pnm" alias as used for Real streams ( Rafaël Carré )

git at videolan.org git at videolan.org
Fri Apr 2 17:58:08 CEST 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Apr  2 17:56:55 2010 +0200| [43bd8446c90703f52ca4e9de501c611974cac87c] | committer: Rafaël Carré 

live555: add "pnm" alias as used for Real streams

radio-france.fr seems to use such URLs
example: http://son.radio-france.fr/chaines/itema/10491/10491_02042010_2010F10491S0092.rm

All hail to our new owners !

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=43bd8446c90703f52ca4e9de501c611974cac87c
---

 modules/demux/live555.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 18c0149..77cf7d2 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -107,6 +107,7 @@ vlc_module_begin ()
     add_submodule ()
         set_description( N_("RTSP/RTP access and demux") )
         add_shortcut( "rtsp" )
+        add_shortcut( "pnm" )
         add_shortcut( "sdp" )
         add_shortcut( "live" )
         add_shortcut( "livedotcom" )



More information about the vlc-commits mailing list