Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
8deef476
Commit
8deef476
authored
Apr 22, 2004
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Give the kasenna a bit more mtu space than it advises to you. Works a lot better.
parent
694b417b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/demux/sgimb.c
modules/demux/sgimb.c
+2
-1
No files found.
modules/demux/sgimb.c
View file @
8deef476
...
...
@@ -27,7 +27,7 @@
* their MPEG streams (MIME: application/x-sgimb). Very few applications
* understand this format and the format is not really documented on the net.
* Following a typical MediaBase file. Notice the sgi prefix of all the elements.
* This stems from the fact that the MediaBase server were first introduced by SGI?????.
* This stems from the fact that the MediaBase server
s
were first introduced by SGI?????.
*
* sgiNameServerHost=host.name.tld
* Stream="xdma://host.name.tld/demo/a_very_cool.mpg"
...
...
@@ -327,6 +327,7 @@ static int Demux ( demux_t *p_demux )
if
(
p_sys
->
i_packet_size
&&
p_sys
->
psz_mcast_ip
)
{
char
*
psz_option
=
(
char
*
)
malloc
(
20
);
p_sys
->
i_packet_size
+=
1000
;
sprintf
(
psz_option
,
"mtu=%i"
,
p_sys
->
i_packet_size
);
playlist_ItemAddOption
(
p_item
,
psz_option
);
free
(
psz_option
);
...
...
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