|
Home > Archive > Macromedia Flash Server > August 2005 > recording flv in increments question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
recording flv in increments question
|
|
| circadian 2005-08-23, 5:45 pm |
| Anybody know if it's possible while streaming is going on, to break up the
flv stream into 10 second segments, and how best to approach it without a
lot of unnecessary hiccups?
Thanks!
Circadian
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Naicu Octavian 2005-08-24, 2:45 am |
| Well you can, but it's not in FCS by default so you
have to do some coding. You can do it client side or
server side(bad idea ).
If you do it client side you could write something
like this:
myStream.publish("segment1",record)
....after a while
myStream.publish("segment2",record)
....and so on
I do not know how the buffer behaves when calling
publish again but I think you can get some quality
streams on the server.
--- circadian <circadian-3NqOn54XN3U@public.gmane.org> wrote:
> Anybody know if it's possible while streaming is
> going on, to break up the
> flv stream into 10 second segments, and how best to
> approach it without a
> lot of unnecessary hiccups?
>=20
> Thanks!
> Circadian
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>
=3D-----------------------------------------------------------
> Supported by Fig Leaf Software -
> http://www.figleaf.com
>
=3D-----------------------------------------------------------
>=20
> To change your subscription options or search the
> archive:
>
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>=20
=09
________________________________________
____________
Start your day with Yahoo! - make it your home page=20
http://www.yahoo.com/r/hs=20
=20
=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|