Re: [FFmpeg-user] For HLS, playlist.m3u8 file skips last segment entry

2014-10-07 Thread ajay parashar
On 9/30/2014 4:11 PM, ajay parashar wrote: >>> #EXTM3U >>> #EXT-X-VERSION:3 >>> #EXT-X-MEDIA-SEQUENCE:0 >>> #EXT-X-ALLOW-CACHE:YES >>> #EXT-X-TARGETDURATION:17 >>> #EXTINF:15.015000, >>> out000.ts >>> #EXTINF:8.341667, >>> out001.ts >>> #EXTINF:8.341667, >>> out002.ts >>> #EXTINF:8.341667, >>> ou

Re: [FFmpeg-user] Save segmented and fragmented h264 to disk

2014-10-07 Thread Mark Umansky
Yes. It actually generates the files as fast as it can (so I get a dozen files in a second or so) but if I don't kill the process nicely, the last generated file is not properly fragmented and is unplayable. This is the atom structure from atomicparsley of the last file (broken), which has no m

Re: [FFmpeg-user] ffserver config for HLS

2014-10-07 Thread ajay parashar
On Tue, Oct 07, 2014 at 14:10:49 +0800, ajay parashar wrote: > > Stream #0:0 -> #1:0 (ac3 (native) -> ac3 (native)) > > Stream #0:2 -> #1:1 (h264 (native) -> h264 (libx264)) > > Error while opening encoder for output stream #1:0 - maybe incorrect > > parameters such as bit_rate, rate, width

Re: [FFmpeg-user] unsubscribe.

2014-10-07 Thread Reindl Harald
just click on the link in the list footer or type in google "how to unsubscribe from a mailing-list" - how and why should other members are be allowed to unsubscribe somebody which did subscribe at his own? Am 07.10.2014 um 06:02 schrieb senthilnathan: I have finished my project.I want to do t

Re: [FFmpeg-user] ffserver config for HLS

2014-10-07 Thread Moritz Barsnick
On Tue, Oct 07, 2014 at 14:10:49 +0800, ajay parashar wrote: > > Stream #0:0 -> #1:0 (ac3 (native) -> ac3 (native)) > > Stream #0:2 -> #1:1 (h264 (native) -> h264 (libx264)) > > Error while opening encoder for output stream #1:0 - maybe incorrect > > parameters such as bit_rate, rate, width or

Re: [FFmpeg-user] Modern ffmpeg/libvpx generates incorrect PTS for vp9 when decode

2014-10-07 Thread Sagara Wijetunga
> I later managed to more narrow down the issue. Its the vp9 file itself having > an issue. > Many video packets having negative PTS values! Here are some more insight. The av_read_frame(pFormatCtx, &packet) returns PTS/DTS as follows. For negative PTS video packets I assigned the previous kno