FFMPEG.
Pretty much connect to the RTSP with FFMPEG and then forward the stream to youtube.
ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i rtsp://admin:
[email protected]:554/cam/realmonitor?channel=1subtype=0 -tune zerolatency -vcodec libx264 -t 12:00:00 -pix_fmt + -c:v copy...