Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ebe903d6
Commit
ebe903d6
authored
May 18, 2009
by
JP Dinger
Committed by
Rémi Denis-Courmont
May 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
88210cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
modules/demux/live555.cpp
modules/demux/live555.cpp
+15
-14
No files found.
modules/demux/live555.cpp
View file @
ebe903d6
...
...
@@ -18,9 +18,9 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
*
along with this program; if not, write to the Free Software
*
Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* You should have received a copy of the GNU General Public License
along
*
with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
/*****************************************************************************
...
...
@@ -79,16 +79,16 @@ static void Close( vlc_object_t * );
"value should be set in millisecond units." )
#define KASENNA_TEXT N_( "Kasenna RTSP dialect")
#define KASENNA_LONGTEXT N_( "Kasenna servers use an old and
u
nstandard " \
"dialect of RTSP. W
hen you set this parameter, VLC will try this dialec
t "\
"
for communication. In this mode you
cannot connect to normal RTSP servers." )
#define KASENNA_LONGTEXT N_( "Kasenna servers use an old and
no
nstandard " \
"dialect of RTSP. W
ith this parameter VLC will try this dialect, bu
t "\
"
then it
cannot connect to normal RTSP servers." )
#define USER_TEXT N_("RTSP user name")
#define USER_LONGTEXT N_("
Allows you to modify the user name that will
" \
"
be used for authenticating the connection
.")
#define USER_LONGTEXT N_("
Sets the username for the connection,
" \
"
if no username or password are set in the url
.")
#define PASS_TEXT N_("RTSP password")
#define PASS_LONGTEXT N_("
Allows you to modify the password that will be
" \
"
used for the connection
.")
#define PASS_LONGTEXT N_("
Sets the password for the connection,
" \
"
if no username or password are set in the url
.")
vlc_module_begin
()
set_description
(
N_
(
"RTP/RTSP/SDP demuxer (using Live555)"
)
)
...
...
@@ -1348,11 +1348,12 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
return
VLC_EGENERIC
;
/* According to RFC 2326 p56 chapter 12.35 a RTSP server that
* supports Scale
should
:
* supports Scale:
*
* "The server should try to approximate the viewing rate, but may
* restrict the range of scale values that it supports. The response
* MUST contain the actual scale value chosen by the server."
* "[...] should try to approximate the viewing rate, but
* may restrict the range of scale values that it supports.
* The response MUST contain the actual scale value chosen
* by the server."
*
* Scale = 1 indicates normal play
* Scale > 1 indicates fast forward
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment