We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I connected an RTSP H.264 IP camera, added a config, the image is distorted. Can you tell me what I'm doing wrong? Thank
"-rtsp_transport", "tcp", '-re', "-i", "rtsp://10.3.1.230:554/user=admin&password=&channel=1&stream=0.sdp", "-video_size", '1280x720', "-an", '-pix_fmt', 'yuv420p', '-c:v', 'libx264', '-vprofile', 'baseline', '-f' ,'h264', '-' ];
ffmpeg -rtsp_transport tcp -re -i rtsp://10.3.1.230:554/user=admin&password=&channel=1&stream=0.sdp -video_size 1280x720 -an -pix_fmt yuv420p -c:v libx264 -vprofile baseline -f h264 -
The text was updated successfully, but these errors were encountered:
Change width & height const server = http.createServer(app); const silence = new WebStreamerServer(server, { width : 1280, height: 720, });
Sorry, something went wrong.
No branches or pull requests
I connected an RTSP H.264 IP camera, added a config, the image is distorted.
Can you tell me what I'm doing wrong?
Thank
ffmpeg -rtsp_transport tcp -re -i rtsp://10.3.1.230:554/user=admin&password=&channel=1&stream=0.sdp -video_size 1280x720 -an -pix_fmt yuv420p -c:v libx264 -vprofile baseline -f h264 -
The text was updated successfully, but these errors were encountered: