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
b497df76
Commit
b497df76
authored
Apr 05, 2011
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlm: use make_URI() with --vlm-conf
parent
d304fd2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/input/vlmshell.c
src/input/vlmshell.c
+4
-1
No files found.
src/input/vlmshell.c
View file @
b497df76
...
...
@@ -49,6 +49,7 @@
#include <vlc_charset.h>
#include <vlc_fs.h>
#include <vlc_sout.h>
#include <vlc_url.h>
#include "../stream_output/stream_output.h"
#include "../libvlc.h"
...
...
@@ -522,9 +523,11 @@ error:
return
VLC_EGENERIC
;
}
static
int
ExecuteLoad
(
vlm_t
*
p_vlm
,
const
char
*
psz_
url
,
vlm_message_t
**
pp_status
)
static
int
ExecuteLoad
(
vlm_t
*
p_vlm
,
const
char
*
psz_
path
,
vlm_message_t
**
pp_status
)
{
char
*
psz_url
=
make_URI
(
psz_path
,
NULL
);
stream_t
*
p_stream
=
stream_UrlNew
(
p_vlm
,
psz_url
);
free
(
psz_url
);
uint64_t
i_size
;
char
*
psz_buffer
;
...
...
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