Skip to main content
Known Participant
August 13, 2012
Question

playback/combine f4f files as vod content

  • August 13, 2012
  • 1 reply
  • 2058 views

After streaming a live event how can I package/combine the individual f4f stream files into a single flv file for vod playback? Is there a tool to combine them to a single file?

If not how can I chain the f4f files together so they play in order?

Thanks,

Dave

This topic has been closed for replies.

1 reply

August 13, 2012

There's a f4vpp tool in the /opt/adobe/tools directory to combine f4f's into a flv.

Mr_DaveAuthor
Known Participant
August 13, 2012

I ended up removing the <segmentduration> and <diskmanagementduration> tags from my event.xml file. This looks like it will do the trick by only creating a single file that can be renamed for vod content.

Since I removed these tags I'm noticing several tmp files being created in the streams directory, is this normal? Or should I be worried and have misconfigured something?

ex: mbhsstream4.f4x.7208.tmp, mbhsstream4.f4x.7328.tmp, mbhsstream4.f4x.10697.tmp, mbhsstream4.f4x.24474.tmp

Thanks,

Dave