Skip to main content
Participating Frequently
June 27, 2010
Question

f4v recording issue

  • June 27, 2010
  • 1 reply
  • 391 views

i implemented  record on the server side for mp4 publishing...its recording...but..........

after short time the recorded file usually stops growing.... despite the fact that the publishing is still ok and u can watch it live.

when the publishing end the recorded file get closed (and added some bytes) .

when i record 263 from the client side on the same app everything is ok!

i am using:

s = Stream.get("mp4:"+streamObj.name+".f4v");

if(s){

s.record("append");

s.play(streamObj.name);        

}

in the stream section ( admin console)  when its ok i see

"streamname" live

"streamname.f4v" live

and then the second one disappear

can someone help please?

ofir

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 28, 2010

    Code seem to look fine but need to ask you few things before i investigate more to see what's going wrong.

    1. Which FMS version are you using
    2. What is stream name you use in FMLE , is it "streamname" or "streamname.f4v" or "mp4:streamname.f4v"
    3. What do you mean by "....and then the second one disappear" - does it disappear from Admin Console or it disappears from hard disk

    I somehow suspect you are trying to record H264 content in FLV container , on your system your files show extension( i mean for example does text file named "sample" is shown as sample or sample.txt in windows explorer). If extension are not shown, please change explorer settings and see what is extension of the recorded file.