painwithchocolate
painwithchocolate
yes issue still persists :( vlc works ``` [ffmpeg/demuxer] rtsp: method SETUP failed: 461 Unkown[lavf] avformat_open_input() failed Failed to recognize file format. [ffmpeg] NULL: non-existing PPS 0 referenced [ffmpeg/video] h264:...
i'd like to try, but i'm not that experienced with building apps. how do i build this on fedora? and thanks for your efforts
in the fedora native package i'm only getting this error message :( ``` [ffmpeg/demuxer] rtsp: method SETUP failed: 461 Unkown[lavf] avformat_open_input() failed Failed to recognize file format. ``` ffmpeg, yt-dlp...
i figured it out, when playing the stream with standalone mpv, you have to append the option `--rtsp-transport=udp`. that opens the stream. so the mpv command would be `mpv "rtsp://"...