Matej <matej <at> tam.si> writes: > > Now please remux your transport stream with FFmpeg and > > test to confirm my suspicion that this is starttime- > > related.
> Could you please tell which streams should I remux You tested your original problem (error messages when transcoding a transport stream with an external audio source) with two files iiuc: A local transport stream that you did not create with FFmpeg and a local audio file. I suspect (and wrote twice iirc) that the reason for the problem you see are the different starttimes for your two files: Audio file has starttime 0, ts file has a random starttime. To verify my theory, please remux (or transcode) your local ts file with FFmpeg to get a file with starttime 0 and test again with that (new) file and your audio file. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
