Skip to main content
Participating Frequently
February 3, 2009
Question

for Server-side recording

  • February 3, 2009
  • 1 reply
  • 308 views
I have FMS 3.5 for dev.
Can I custom VOD application for Server-side recording ? Because I try to config that it not work.

other my idea -> I creat new folder in application for Server-side recording. And I create application for recording.
/--------------Exmple Code-------------/
rtmpURL="rtmp://ip-address/vod2/media";
ns.attachAudio (mic);
ns.attachCamera (cam);
ns.publish (nameRecord,"record");
/---------------------------------------------/
and I uesed flvPlayBack to call stream by (*insert url in the input source at component inspector)
rtmp://ip-address/vod2/nameRecord
OR
rtmp://ip-address/vod2/media/nameRecord
It not work !!!!!
BUT I used function
/------------example code-----------------/
nc.connect("rtmp://ip-address/vod2/media");
vid2.attachNetStream (ns);
ns.play (nameRecord);
/-----------------------------------------------/
it's work. -*-

Please suggest me in this issue.
Thanks
    This topic has been closed for replies.

    1 reply

    February 3, 2009
    As the server side application was created with empty folder; (with no server side script file) It won't support FLV playback based subscribers. Please look into the samples/applications/vod/main.asc file and look for server side script which you would have to add just to support FLV playback component.