You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/usr/bin/liquidsoap
# Log dir
set("log.stdout",true)
# Music
myplaylist = playlist("~/playlist.m3u")
# Start building the feed with music
radio = mksafe(myplaylist)
# Stream it out
output.icecast(%vorbis,
host = "localhost", port = 8000,
password = "hackme", mount = "/stream",
radio)
But when I listen to the icecast2 stream via VLC, I can hear very clear gaps of silence in the playback - probably about ~200ms or so.
This discussion was converted from issue #1317 on July 26, 2021 13:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have some gapless WAV files (which play perfectly gapless in Vox) and I'm trying to stream them gaplessly via an icecast2 source.
I have a very simple playlist:
And I have very simple liquidsoap config:
But when I listen to the icecast2 stream via VLC, I can hear very clear gaps of silence in the playback - probably about ~200ms or so.
Beta Was this translation helpful? Give feedback.
All reactions