Hallo Marek,
Bitte mal testen!
Web-Streaming h264:
Web-Streaming MPEG2:
Gruss
Wolfgang
Bitte mal testen!
Web-Streaming h264:
Code:
/usr/bin/ffmpeg -loglevel warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map0:v -map 0:a:0 -c:v copy -c:a aac -ac 2
Code:
/usr/bin/ffmpeg -loglevel warning -f mpegts -analyzeduration 1.2M -probesize 5M -i <input> -map 0:v -map 0:a:0 -c:v libx264 -preset superfast -crf 21 -tune zerolatency -g 25 -r 25 -c:a aac -ac 2
Gruss
Wolfgang