nandkishor209e
New Member
using flash publish we can set reocord parameter for server side recording
this.recordingStream = new NetStream(this.recordingConnection);
this.recordingStream.publish(recordIdentifier, "record"); // record
http://livedocs.adobe.com/flashmediaser ... 00186.html
But how to set this mode in obs
Please help me
we see in SendPublish(RTMP *r) module in rtmp.c
we change
enc = AMF_EncodeString(enc, pend, &av_live);
to
enc = AMF_EncodeString(enc, pend, &av_record);
this working but when we play video from server side it's not playing
this.recordingStream = new NetStream(this.recordingConnection);
this.recordingStream.publish(recordIdentifier, "record"); // record
http://livedocs.adobe.com/flashmediaser ... 00186.html
But how to set this mode in obs
Please help me
we see in SendPublish(RTMP *r) module in rtmp.c
we change
enc = AMF_EncodeString(enc, pend, &av_live);
to
enc = AMF_EncodeString(enc, pend, &av_record);
this working but when we play video from server side it's not playing