Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
008c8abb
Commit
008c8abb
authored
Feb 14, 2003
by
Michael Smith
Browse files
Fix mp3 streaming for clients not using metadata
svn path=/trunk/icecast/; revision=4348
parent
5b2a7bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/format_mp3.c
View file @
008c8abb
...
...
@@ -144,7 +144,8 @@ static int format_mp3_write_buf_to_client(format_plugin_t *self,
{
int
ret
;
if
(((
mp3_state
*
)
self
->
_state
)
->
metadata
)
if
(((
mp3_state
*
)
self
->
_state
)
->
metadata
&&
((
mp3_client_data
*
)(
client
->
format_data
))
->
use_metadata
)
{
mp3_client_data
*
state
=
client
->
format_data
;
int
max
=
state
->
interval
-
state
->
offset
;
...
...
Write
Preview
Supports
Markdown
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