Hi,

2013/2/23 Станислав Ханжин <hanzhin.s...@gmail.com>:
> Romain, playing few videos from playlist works strange in ls1.0.1
>
> I can see both videos in playlist in a sequence without interruption only
> when I connect to icecast with totem. In chrome browser I must reload stream
> page after every video finishes.
>
> Now Alexander is building ls 1.1 for CentOS, our target platform. We'll try
> next Monday and we'll report here.

Thanks. The bug you experienced is a classic case of bad
implementation of the ogg encapsulation specs:
  https://bugzilla.mozilla.org/show_bug.cgi?id=517190

A work around is to remove all track marks before encoding the final
stream. In order to do that with ogg, you'll need to also remove all
metadata tho:
  s = drop_metadata(merge_tracks(s))

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to