Hi,
This is most likely due to the fact that tack in ogg logical streams are split
apart the same way that a single file would end. Most players interpret this as
a end of the whole stream instead of trying to read more data. I would try to
report that to the Google Chrome developers, though I understand that this
isn't likely to succeed.
The alternative is to drop all metadata and end of track marks, which will
produce a single continuous stream but without metadata. You can achieve it
this way:
```
s = drop_metadata(merge_tracks(s))
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/519#issuecomment-401787387
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users