Skip to main content
January 10, 2011
Question

record streams directly in h.264

  • January 10, 2011
  • 1 reply
  • 2428 views

hi,

in the FAQ is says:

"Yes, Flash Media Interactive Server 3.5 or later supports recording of  streams using the H.264 codec, directly on the server. Archive  high-quality live streams so you can quickly deploy the content on  demand  after your live event is over, and use the free F4V flattener  utility to prepare your file for video editing using Adobe Premiere Pro  CS5."

is someone has achieve this ?

there is no problem to record the stream in flv format but i don't find a way to record using h.264 compression

thanks

n.

Zéro Un

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 11, 2011

    Why are you not able to record MP4 file with H.264 as video codec. Only thing you need to do is specify "H.264" as Video Codec in FMLE Video Settings and give "mp4:" prefix for your stream name.

    First of all i would like to ask how are you recording. What are you using for publishing and also which version of FMS do you have.

    If you are using Flash Player for publish then you won't get h.264 as video codec. If you are using FMS 3.0 or before, there is no support for H.264 recording.

    January 11, 2011

    My goal is to record a stream from a webcam to a server in h.264 format using FMS 4.0

    what I'm doing right now is using a swf on the client side and record the stream with:

    ns.publish("myvideo", "record");

    it works but it's recorded in the flv format.

    from what I understand is that FlashPlayer doesn't have the ability to encode in h.264, just h.263.

    So what can I do ? Can it be done on the server side ? how ? I looked for samples but didn't find any.

    hope you can help thanks !

    n.

    Participating Frequently
    January 11, 2011

    Sorry to say but if you are publishing using Flash Player there is no way you can have H.264 encoding. You can have your Flash Player Publishing H.263 content packaged in MP4 container instead of FLV - but still the encoding would remain H.263 as Flash Player supports only Sorenson Video Codec for publishing. I hope this clears many things (sorry for disappointment though)