Youtube Live Stream From Hik

OICU2

BIT Beta Team
Jan 12, 2016
895
1,536
USofA
Does anyone currently live stream from their Hikvision IP camera to YT and have it embedded on a website? I usually use OBS to do it but this year it is not working. I've been reading and it seems there may be a requirement to have 1000 subscribers before you can embed on YT ? Any have this working and embedded in a website? I do not have any subscribers, I just want to embed my weather camera.
 
I have 3 channels. One of them works, and the other two don't, and I don't have any explanation for why.

This one works, despite having only 38 subscribers:
Code:
<iframe width="960" height="540" src="https://www.youtube.com/embed/live_stream?channel=UCIVY11504PcY2sy2qpRhiMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

But this one doesn't, despite it's a much older channel with 95 subscribers (albeit far fewer than the 1,000 supposedly needed)
Code:
<iframe width="960" height="540" src="https://www.youtube.com/embed/live_stream?channel=UCE0jx2Z6qbc5Co8x8Kyisag" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

edit: My cameras are not HIKVision, but it shouldn't really matter. YT doesn't know or care what brand the camera is. My RTSP streams come from Reolink and Microseven cameras, but they're relayed via a Raspberry Pi running FFmpeg.
 
Thanks, that doesn't work either. I can get my stream to YT through OBS, and it connects and streams directly to YT but I can no longer get it to embed.