Question
fms app multicast record incoming rtmp stream from fmle error libflv.so: Recording H264 to FLV is un
i try record the incoming rtmp stream in the multicast app with
Stream.get(streamContext.streamName).record("record",20);
in the core log i get
libflv.so: Recording H264 to FLV is unsupported
i also try
Stream.get("mp4:" + streamContext.streamName).record("record",20);
the stream file is 0 bytes
i publish with fmle 3.2 and h264 codec
best regards
