Collection of stupid methods to stream H.265 RTSP from an IP camera to Youtube without video transcoding
I have a IP cam that output RTSP stream with:
- H.265 video codec
- Weird resolution of 1920x2160 (which is the result of stacking two 1920x1080 streams vertically into one frame)
- Super unstable timing (pts + dts is not even provided)
- 15fps when stable (yes that's what the camera output)
and I want to stream that to Youtube (using ffmpeg)