Re: [FFmpeg-user] help required for creating MPEGTS from raw h264 & PCM Audio

2017-09-26 Thread Ajay Parashar
On Sep 26, 2017 4:52 PM, "Carl Eugen Hoyos" wrote: 2017-09-23 13:44 GMT+02:00 Ajay Parashar : > I am getting raw h264 encoded frames from one thread of > my application in a buffer & getting raw PCM data buffer > from the second thread. Now i want to create MPEGTS > b

Re: [FFmpeg-user] help required for creating MPEGTS from raw h264 & PCM Audio

2017-09-25 Thread Ajay Parashar
On Sat, Sep 23, 2017 at 5:14 PM, Ajay Parashar wrote: > Hi, > > I am getting raw h264 encoded frames from one thread of my application > in a buffer & getting raw PCM data buffer from the second thread. > Now i want to create MPEGTS by using ffmpeg APIs in the same applicat

[FFmpeg-user] help required for creating MPEGTS from raw h264 & PCM Audio

2017-09-23 Thread Ajay Parashar
any info how can i create MPEGTS by using h264 frame buffer and PCM data buffer? It would be great if you guys let me know how can i achieve the same. Regards Ajay Parashar ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mai

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 >

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

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 > > para

Re: [FFmpeg-user] ffserver config for HLS

2014-10-06 Thread ajay parashar
On Tue, Oct 7, 2014 at 8:18 AM, ajay parashar < ajay_382000-at-yahoo.co...@ffmpeg.org> wrote: > Hi, > > Asf video streaming is working smoothly at my end but Now I want to do > HLS by using ffmpeg, ffserver and (VLC or iPAD) as per below order. > > Step 1) execu

Re: [FFmpeg-user] ffserver config for HLS

2014-10-06 Thread ajay parashar
Hi, Asf video streaming is working smoothly at my end but Now I want to do HLS by using ffmpeg, ffserver and (VLC or iPAD) as per below order. Step 1) execute vlc Step 2) execute ffserver Step 3) execute ffmpeg I tried a lot but not getting any ffserver config file that can be used f

Re: [FFmpeg-user] ffserver config for HLS

2014-10-06 Thread ajay parashar
Hi, Asf video streaming is working smoothly at my end but Now I want to do HLS by using ffmpeg, ffserver and (VLC or iPAD) as per below order. Step 1) execute vlc Step 2) execute ffserver Step 3) execute ffmpeg I tried a lot but not getting any ffserver config file that can be used for HLS

[FFmpeg-user] ffserver config for HLS

2014-10-06 Thread ajay parashar
Hi, Asf video streaming is working smoothly at my end but Now I want to do HLS by using ffmpeg, ffserver and (VLC or iPAD) as per below order. Step 1) execute vlc Step 2) execute ffserver Step 3) execute ffmpeg I tried a lot but not getting any ffserver config file that can be used for HLS st

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 >

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-TAR

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

[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

Re: [FFmpeg-user] usage of fifo_size option while receiving udp stream hangs ffmpeg itself

2014-09-29 Thread ajay parashar
ajay parashar ffmpeg.org> writes: > “ffmpeg –i udp://226.0.0.1:1234 -map 0:v:1 -map 0:a:0 > -acodec copy -f mp4 2909_3v.ts” > > My concern is that the output file 2909_3v.ts is > neither playable by vlc nor by ffplay. Carl Eugen Hoyos writes: >>Remove "-f

Re: [FFmpeg-user] usage of fifo_size option while receiving udp stream hangs ffmpeg itself

2014-09-29 Thread ajay parashar
@ 0x7faf740008c0] moov atom not found0/0 2909_3v.ts: Invalid data found when processing input [root@localhost media_files]# Regards Ajay Parashar On Monday, 29 September 2014 1:16 PM, Carl Eugen Hoyos wrote: ajay parashar ffmpeg.org> writes: > so i use fifo_size option and exectuted

[FFmpeg-user] usage of fifo_size option while receiving udp stream hangs ffmpeg itself

2014-09-29 Thread ajay parashar
Hi, I need to capture UDP stream, when I executed following command “ffmpeg –i udp://226.0.0.1:1234 -map 0:v:1 -map 0:a:0 -acodec copy -f mp4 2609_5v.ts” It says “Circular buffer overrun. To avoid, increase fifo_size URL option. To survive in such case, use overrun_nonfatal option” so i use

Re: [FFmpeg-user] fifo_size usage hangs ffmpeg

2014-09-26 Thread Ajay Parashar
> ffmpeg version 2.3.3 Please test current FFmpeg git head. I downloded latest version 2.4.1, compiled and executed also but no luck. Still facing same issue, ffmpeg hangs with usage of fifo_size. Please find latest logs as below: ffmpeg -i 'udp://226.0.0.1:1234?fifo_size=875000&overrun_nonfa

[FFmpeg-user] fifo_size usage hangs ffmpeg

2014-09-26 Thread Ajay Parashar
I need capture a udp stream, I describe the issue with below mentioned two cases, please let me know how this issue can be resolved? Regards Ajay === Case1) When I executed following command "ffmpeg -i udp://226.0.0.1:1

Re: [FFmpeg-user] ffserver Unknown VideoCodec: libx264

2014-09-12 Thread Ajay Parashar
Hi, I need to provide a suitable output format for 'udp://226.0.0.1:1234. now i removed MOV as it does not support seeking and start using mp4 but it says "muxer does not support non seekable output" What output format should i provide for sending h264 codec file? please find logs as below

Re: [FFmpeg-user] ffserver Unknown VideoCodec: libx264

2014-09-12 Thread Ajay Parashar
Hi, I recompiled by enabling libx264 but it is not working, i am feeding H264-MPEG-1AVC(part 10) (avc1) file. VLC is playing this file but ffmpeg does not. please find below logs. ffmpeg -i

Re: [FFmpeg-user] ffserver Unknown VideoCodec: libx264

2014-09-11 Thread Ajay Parashar
Please find detail logs of ffmpeg as below: * ffmpeg -re -i Cars2.mp4 -f mpegts udp://226.0.0.1:1234 ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers built on Sep 3 2014 17:

[FFmpeg-user] ffserver Unknown VideoCodec: libx264

2014-09-11 Thread Ajay Parashar
ffserver says Unknown VideoCodec: libx264, but I assume libx264 is enabled in ffmpeg. Please let me know how this issue can be resolved? logs of ffserver and ffmpeg as below: * ffserver -f stream_ffmpeg_streaming.conf ff

[FFmpeg-user] FFmpeg feed options to ffserver

2014-09-08 Thread Ajay Parashar
Yes FFmpeg can feed static file to ffserver. Is it possible that FFmpeg will listen multicast data packets from VLC and simultaneously feed these packets to ffserver? Regards Ajay The information contained in this e-mail and any accompanying documents may con

Re: [FFmpeg-user] can ffmpeg stream out http video ?

2014-09-08 Thread Ajay Parashar
Tom Evans Sent: Thursday, September 04, 2014 10:03 PM To: FFmpeg user questions Subject: Re: [FFmpeg-user] can ffmpeg stream out http video ? On Thu, Sep 4, 2014 at 8:49 AM, Ajay Parashar wrote: > > FFmpeg can stream output with tcp and udp protocol. > I want to know can ffmpeg stream

[FFmpeg-user] can ffmpeg stream out http video ?

2014-09-04 Thread Ajay Parashar
FFmpeg can stream output with tcp and udp protocol. I want to know can ffmpeg stream out video by using http ? I execute this command ffmpeg -i my_file.mp4 -f mpegts http://10.125.133.31:8080 and it gives below error [tcp @ 0x2fe6120] Connection to tcp://10.125.133.31:8080 failed: Connection

Re: [FFmpeg-user] udp_resolve_host: Name or service not known

2014-09-02 Thread Ajay Parashar
: Re: [FFmpeg-user] udp_resolve_host: Name or service not known On Tue, Sep 02, 2014 at 12:31:45 +0530, Ajay Parashar wrote: > But ffmpeg sends below error > udp_resolve_host: Name or service not known > udp://226.0.0.0.1:1234: Input/output error How did you check that that host is

[FFmpeg-user] udp_resolve_host: Name or service not known

2014-09-02 Thread Ajay Parashar
Hi, I am executing ffmpeg version 2.3.3 on Linux fedora 20 flavor and want to receive udp data by executing below command. ffmpeg -i udp://226.0.0.0.1:1234 -f mpegts /home/lusr/gogo/my_file.mp4 But ffmpeg sends below error udp_resolve_host: Name or service not known udp://226.0.0.0.1:1234: Inp