Hello,
Is it possible to create archive files of an hour?
I want to archive a live (24x7) stream but it have to be file of an hour
(for archived playback).
Is there a way to stop and start the Archive Data Writer every hour with
scripting or something else?
Regards,
Erik Ekkelenkamp
Erik Ekkelenkamp - 03 Jul 2008 08:39 GMT
Hi all,
I found a workaround to create archive files of an hour.
--VB Code--
Set WMS = Createobject("wmsserver.server")
WMS.PublishingPoints("live").stop
WMS.PublishingPoints("live").start
-------------
But if the publishing point stops all users will be disconnected. So if
anyone has a better way todo this please let me know.
Regards,
Erik
> Hello,
>
[quoted text clipped - 8 lines]
>
> Erik Ekkelenkamp
Vladimir Polischuk - 09 Jul 2008 00:16 GMT
It is possible to control the archiving with the methods of the
IWMSAdminArchiveSink interface of the WMS Archive Data Writer Plug-in.
Regards,
Vladimir V. Polischuk
www.voynex.com - custom software development,
solutions for Windows Media (pay-per-minute billing,
streaming content protection, access control)
> Hello,
>
[quoted text clipped - 8 lines]
>
> Erik Ekkelenkamp