WasmVideoPlayer icon indicating copy to clipboard operation
WasmVideoPlayer copied to clipboard

How to process HEVC data received from camera's RTSP stream

Open gawadeavinash opened this issue 5 years ago • 1 comments

I am trying to send HEVC data received from camera to decoder using sendData API. But, avformat_open_input API failed with error code 8 i.e. "No error information". Following are the logs printed on console,

Wasm loaded. libffmpeg.js:1 decoder->isStream 1. libffmpeg.js:1 Decoder initialized 0. libffmpeg.js:90 initDecoder return 0. libffmpeg.js:1 Opening decoder. libffmpeg.js:1 avformat_open_input failed 8 No error information. libffmpeg.js:105 openDecoder return 8

gawadeavinash avatar Mar 13 '20 13:03 gawadeavinash

I have used the same decoder.js in my application. Initdecoder returns successfully but openDecoder returns with code 8. avformat_open_input failed

gawadeavinash avatar Mar 18 '20 09:03 gawadeavinash