Re: [FFmpeg-devel] [PATCH] avformat/flvenc: fix ticket 5976 and use old commit

2016-11-25 Thread Steven Liu
2016-11-26 9:39 GMT+08:00 Lou Logan : > On Sat, 26 Nov 2016 09:19:42 +0800, Steven Liu wrote: > > > 2016-11-24 11:49 GMT+08:00 Steven Liu : > > > > > mythtv have problem with non-seekable dont write duration and filesize > > > and there have problem with some other server and player with 0 value >

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: fix ticket 5976 and use old commit

2016-11-25 Thread Lou Logan
On Sat, 26 Nov 2016 09:19:42 +0800, Steven Liu wrote: > 2016-11-24 11:49 GMT+08:00 Steven Liu : > > > mythtv have problem with non-seekable dont write duration and filesize > > and there have problem with some other server and player with 0 value > > duation and filesize. > > So add a flv flags t

Re: [FFmpeg-devel] [PATCH] avformat/flvenc: fix ticket 5976 and use old commit

2016-11-25 Thread Steven Liu
2016-11-24 11:49 GMT+08:00 Steven Liu : > mythtv have problem with non-seekable dont write duration and filesize > and there have problem with some other server and player with 0 value > duation and filesize. > So add a flv flags to fix the ticket and make a choose for users. > > Signed-off-by: St

[FFmpeg-devel] [PATCH] avformat/flvenc: fix ticket 5976 and use old commit

2016-11-23 Thread Steven Liu
mythtv have problem with non-seekable dont write duration and filesize and there have problem with some other server and player with 0 value duation and filesize. So add a flv flags to fix the ticket and make a choose for users. Signed-off-by: Steven Liu --- doc/muxers.texi |4 lib