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

2014-10-08 Thread ajay parashar
On Wed, Oct 08, 2014 at 13:08:56 +0800, ajay parashar wrote: > I want to know why this segment out005.ts is not adding to playlist file ? > Is it known issue ? or i need to provide some other options to command line. > > below is the command that currently i am using > ffmpeg -i 'udp://226.0.0.

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

2014-10-08 Thread Moritz Barsnick
On Wed, Oct 08, 2014 at 13:08:56 +0800, ajay parashar wrote: > I want to know why this segment out005.ts is not adding to playlist file ? > Is it known issue ? or i need to provide some other options to command line. > > below is the command that currently i am using > ffmpeg -i 'udp://226.0.0.1:

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] For HLS, playlist.m3u8 file skips last segment entry

2014-09-30 Thread ajay parashar
-- On Tue 30 Sep, 2014 10:22 PM IST ajay parashar wrote: > > > > > >-- >On Tue 30 Sep, 2014 6:59 PM IST Claudiu Rad wrote: > >> >>On 9/30/2014 4:11 PM, ajay parashar wrote: >>> #EXTM3U >>> #EXT-X-VERSION:3 >>> #EXT-X-MEDIA-SEQUENCE:0 >>>

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

2014-09-30 Thread ajay parashar
-- On Tue 30 Sep, 2014 6:59 PM IST Claudiu Rad wrote: > >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

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

2014-09-30 Thread Claudiu Rad
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, out003.ts #EXTINF:16.68, out004.ts You should

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

2014-09-30 Thread ajay parashar
-- On Tue 30 Sep, 2014 5:53 PM IST Geek.Song wrote: >2014年9月30日 下午1:15于 "ajay parashar" >写道: >> >> Hi, >> >> I am creating HLS segments and playlist file by using below command. >> it creates total 6 segment files (out000.ts to out005.ts) but playlist >contain entr

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

2014-09-30 Thread Geek.Song
2014年9月30日 下午1:15于 "ajay parashar" 写道: > > Hi, > > I am creating HLS segments and playlist file by using below command. > it creates total 6 segment files (out000.ts to out005.ts) but playlist contain entry only for first 4 , it always skips out0005.ts > I do not know why it does not deal with last

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

2014-09-29 Thread ajay parashar
Hi, I am creating HLS segments and playlist file by using below command. it creates total 6 segment files (out000.ts to out005.ts) but playlist contain entry only for first 4 , it always skips out0005.ts I do not know why it does not deal with last segment file ? here is my playlist.m3u8 file c