2022-02-03, 01:08 PM
I meant webcam but that looks ok.
Instead of testing with ffmpeg 5 try with the one that sub provides
Martin
Instead of testing with ffmpeg 5 try with the one that sub provides
Code:
cd "C:Program Files\NextPVR\Other"
ffmpeg -re -v panic -f lavfi -i anullsrc=r=48000:cl=mono -i "rtsp://admin:12345@192.168.1.138:554/Streaming/Channels/1?transportmode=unicast&profile=Profile_1" -vcodec copy -acodec aac -f mpegts - | ffplay -i pipe:
Martin