search for: _poutputstream

Displaying 3 results from an estimated 3 matches for "_poutputstream".

2019 Jul 11
2
Need help with streaming to Icecast
...ret = ffmpeg.avformat_alloc_output_context2(ppOutputFormatContext, null, "webm", configuration.Destination); if (ret < 0) { return false; } } // Configure output video stream _pOutputStream = ffmpeg.avformat_new_stream(_pOutputFormatContext, null); AVStream* pInputVideoStream = null; for (var i = 0; i < _pInputFormatContext->nb_streams; i++) { if (_pInputFormatContext->streams[i]->codec->codec_type == AVMediaType.AVM...
2019 Jul 11
1
Need help with streaming to Icecast
...m", > > configuration.Destination); > > if (ret < 0) > > { > > return false; > > } > > } > > > > // Configure output video stream > > _pOutputStream = > > ffmpeg.avformat_new_stream(_pOutputFormatContext, null); > > > > AVStream* pInputVideoStream = null; > > > > for (var i = 0; i < _pInputFormatContext->nb_streams; i++) > > { > > if > > (_...
2019 Jul 11
0
Need help with streaming to Icecast
...(ppOutputFormatContext, null, > "webm", > configuration.Destination); > if (ret < 0) > { > return false; > } > } > > // Configure output video stream > _pOutputStream = > ffmpeg.avformat_new_stream(_pOutputFormatContext, null); > > AVStream* pInputVideoStream = null; > > for (var i = 0; i < _pInputFormatContext->nb_streams; i++) > { > if > (_pInputFormatContext->streams[i]->...