Excellent news, good luck with your projects!

Romain

2013/2/25 Станислав Ханжин <hanzhin.s...@gmail.com>:
> Thanks Romain, I got it working!
>
> My script looks like the following:
>
> stream = playlist("/tmp/bunny.list")
> stream = drop_metadata(merge_tracks(stream))
> stream = mksafe(stream)
> output.icecast(
>         %ogg(%theora(quality=25,width=320,height=240),%vorbis),
>         host="localhost",
>         port=8000,
>         password="hackme",
>         mount="/videostream",
>         stream)
>
> Now it plays in browser without interruption.
>
> I've tryed to find the right place for drop_metadata in airtime's
> ls_script.liq and I've found!
>
> ...
> queue = crossfade_airtime_video(queue)
> queue = on_metadata(notify, queue)
> queue = drop_metadata(queue)
> queue = map_metadata(update=false, append_title, queue)
> ...
>
> Now I have video stream, generated from airtime media library, that plays
> without interruption between tracks.
>
>
>
>
> 2013/2/23 Станислав Ханжин <hanzhin.s...@gmail.com>
>>
>> Thanks, Romain. I'll try that soon.
>>
>> С уважением, Станислав Ханжин-Цветков.
>>
>> 23.02.2013 20:54 пользователь "Romain Beauxis" <to...@rastageeks.org>
>> написал:
>>
>>> 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
>
>
>
>
> --
> С Уважением,
> Станислав Ханжин.
>
> ------------------------------------------------------------------------------
> 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
>

------------------------------------------------------------------------------
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