Skip to main content
Known Participant
April 23, 2008
Question

Streming using flash encoder

  • April 23, 2008
  • 3 replies
  • 371 views
hello,
I am using flash encoder2.5 to encode live stream.I want to save the same to flv.
As i have to stream throught the day,is there any option to save the flv in different pieces.Means flv of duration of 10 min.

Pls help me
ragards
    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    Known Participant
    April 25, 2008
    thank you...... fmslove
    April 24, 2008
    Never tried myself, but Server side publishing might help. Here it how it should work.
    Usual part-->
    1. publish a stream(fme_stream) using FME to your live application on FMS
    2. All users subscribe to this live stream as usual.
    Solution starts-->
    3. main.asc of the live application is modified to republish the (fme_stream) with record option set to some remote server (or the same server ). Now the tricky part is to trigger a timer in server side action script whenever you want( after 10 minutes) to stop publishing(with record) and publish again with some other name.

    Refer to flashmediaserver_SSLR.pdf for more info about server side publishing of netstreams.

    Known Participant
    April 24, 2008
    hi,

    pls help me

    regards