no_duration_filesize rtmp://192.168.1.7/live/surface In the output, I have set my audio codec to be aac and copied the video codec from input, which is H264. I want to emulate this in the library, but don't know how to. avformat_alloc_output_context2, with parameter format name a...
>> no_duration_filesize rtmp://192.168.1.7/live/surface >> In the output, I have set my audio codec to be aac and copied the video >> codec from input, which is H264. >> I want to emulate this in the library, but don't know how to. >> avformat_alloc_output_context2, with ...
>>> I'm using ffmpeg libav library for live streaming via RTMP. I want to >>> know how to give my choice of audio and video codec for the particular >>> format in avformat_alloc_output_context2. >>> >>> In Detail: >>> The following command works perfectly for me. >>> ffmpeg ...