Matej <matej <at> tam.si> writes: > /root/ffmpeg/ffmpeg -loglevel debug -rtbufsize 128000k > -threads 0 -re -i "udp://... -re -i "http://77.234.135.250:8000/" > -vsync 0 -async 0 -codec copy -map 1:0,0:0 > -s 720x576 -q 10 -shortest -f > mpegts udp://192.168.1.150:1236?pkt_size=1316?buffer_size=65535
Why are you using -vsync 0 -async 0? (And why are you using network input and output again after we agreed that the problem is also reproducible with files? I do understand that for you this is a network issue, but in my experience, problems that are reproducible with files are much more likely to be fixed.) This may not work for -codec copy (I don't know, as said, I don't think the timestamp mapping of -map is tested very often), in any case, please add the second map option. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
