f4v recording issue
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
