Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cust
kom-in
qDaisy
Commits
687d9e76
Commit
687d9e76
authored
Nov 04, 2021
by
Sebastian Neuser
Browse files
FIXME: Remove dysfunctional VLC options
This should not be necessary!
parent
c83adfc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DaisyDuck.cxx
View file @
687d9e76
...
...
@@ -137,8 +137,8 @@ DaisyDuck::DaisyDuck (void)
vlc_argv
[
vlc_argc
++
]
=
"--audio-time-stretch"
;
/* Network */
vlc_argv
[
vlc_argc
++
]
=
"--http-reconnect"
;
vlc_argv
[
vlc_argc
++
]
=
"--http-user-agent"
;
//
vlc_argv[vlc_argc++] = "--http-reconnect";
//
vlc_argv[vlc_argc++] = "--http-user-agent";
ver
=
libduck_version
();
snprintf
(
useragent
,
sizeof
(
useragent
),
...
...
@@ -148,8 +148,8 @@ DaisyDuck::DaisyDuck (void)
vlc_argv
[
vlc_argc
++
]
=
"--ipv4-timeout"
;
vlc_argv
[
vlc_argc
++
]
=
"300"
;
vlc_argv
[
vlc_argc
++
]
=
"--mms-timeout"
;
vlc_argv
[
vlc_argc
++
]
=
"300"
;
//
vlc_argv[vlc_argc++] = "--mms-timeout";
//
vlc_argv[vlc_argc++] = "300";
this
->
vlc_core
=
libvlc_new
(
vlc_argc
,
vlc_argv
);
if
(
!
this
->
vlc_core
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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