kyriesent/node-rtsp-stream

Artifacts

SashaRevizov opened this issue · 3 comments

Hi, i want some help. I have ip cam and need translate video in browser but i have artifacts.
I try many attempts but nothing help.
My current ffmpeg '-i rtsp://link -f mpegts - '
изображение

This might be due to the encoding requirements of JSMPEG. I think I've seen something similar when the video isn't encoded correctly. See here: https://github.com/phoboslab/jsmpeg#encoding-videoaudio-for-jsmpeg

Are you using the default settings from the library or are you customizing the arguments to FFMPEG?

I tried use settings from jsmpeg examples and default

I found similar artifacts like @SashaRevizov when my camera (NVR) was streaming H265 format. Changing the camera configuration to stream H264 fixed it.