Search results

  1. V

    Connecting IP Camera with YouTube using FFMPEG

    I´m trying to connect my ip camera with Youtube using ffmpeg to convert the stream from RTSP to RTMP. rtsp_url="rtsp:/xxxxxx" rtmp_url="rtmp:/xxxxxx" ffmpeg -rtsp_transport tcp -i $rtsp_url -tune zerolatency -vcodec libx264 -pix_fmt + -c:v copy -c:a aac -strict experimental -f flv $rtmp_url...
Top