Question
for Server-side recording
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
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
