[FFmpeg-user] RTCP RR Analysis using FFMPEG

2018-04-30 Thread Mohammed Sha
loss etc in RTP packet. Is there any method or structure in the ffmpeg that gives me this information? Could some help me on this.. Any help will be appreciate. Thanks in advance, -- Thanks & Regards *Mohammed Sha Ebrahim* VVDN Technologies Pvt.Ltd Cell :+91-8281656604 | Skype : mohammedshafi

[FFmpeg-user] RTCP RR Analysis using FFMPEG

2018-05-03 Thread Mohammed Sha
loss etc in RTP packet. Is there any method or structure in the ffmpeg that gives me this information? Could some help me on this.. Any help will be appreciate. Thanks in advance, -- Thanks & Regards *Mohammed Sha * -- Thanks & Regards *Mohammed Sha Ebrahim* VVDN Technologies Pvt.

[FFmpeg-user] ffmpeg AAC with no global headers is currently not supported.

2018-07-11 Thread Mohammed Sha
Hi ALL, While streaming test aac audio using ffmpeg, Not able to get audio at the client side, while checking this may be because " AAC with no global headers is currently not supported." as per the link given below. https://ffmpeg.org/pipermail/ffmpeg-devel/2008-March/050846.html Tried with the

[FFmpeg-user] Convert and AAC to M4a file using bitstream flag aac_adtstoasc

2018-07-12 Thread Mohammed Sha
Hi ALL, As per ffmpeg bitstream filter documentation, if we use -bsf:a aac_adtstoasc then the AAC stream from a raw ADTS AAC or an MPEG-TS container to MP4A-LATM. https://ffmpeg.org/ffmpeg-bitstream-filters.html#aac_005fadtstoasc But when i try below command the file is not getting converted

Re: [FFmpeg-user] Convert and AAC to M4a file using bitstream flag aac_adtstoasc

2018-07-12 Thread Mohammed Sha
] [[infile options] -i infile]... {[outfile options] outfile}... On Thu, Jul 12, 2018 at 1:38 PM, Ярослав Клейно wrote: > ffmpeg compiled without bitstream filter? > please,check > > 2018-07-12 10:13 GMT+03:00 Mohammed Sha : > > > Hi ALL, > > > > As per ffmpeg bitstrea

Re: [FFmpeg-user] Convert and AAC to M4a file using bitstream flag aac_adtstoasc

2018-07-12 Thread Mohammed Sha
: Yes Alternate group : 1 Encoded date : UTC 1904-01-01 00:00:00 Tagged date : UTC 1904-01-01 00:00:00 On Thu, Jul 12, 2018 at 3:59 PM, Moritz Barsnick wrote: > On Thu, Jul 12, 2018 at 12:43:01 +0530, Mohammed S

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Mohammed Sha
eg-user mailing list > ffmpeg-user@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe". -- Thanks & Regards *Mohammed Sha Ebrahim* VVDN Technologie

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-13 Thread Mohammed Sha
zhangkai > > 2018-7-13 > > _______ > > ffmpeg-user mailing list > > ffmpeg-user@ffmpeg.org > > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > > > To unsubscribe, visit link above, or email > > ffmpeg-user-req

[FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future

2018-07-15 Thread Mohammed Sha
erly* [aac @ 0xb75f7880] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8) frame=10213 fps= 14 q=-1.0 Lsize=N/A time=00:06:48.80 bitrate=N/A speed=0.574x -- Thanks & Regards *Mohammed Sha Ebrahim* VVDN Technologies Pvt.Ltd _

Re: [FFmpeg-user] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future

2018-07-17 Thread Mohammed Sha
re. Fix your code to set the > timestamps properly* > [aac @ 0xb75f7880] Thread message queue blocking; consider raising the > thread_queue_size option (current value: 8) > frame=10213 fps= 14 q=-1.0 Lsize=N/A time=00:06:48.80 bitrate=N/A > speed=0.574x > > > -- > Thank

Re: [FFmpeg-user] how ffmpeg use network streaming as input?

2018-07-17 Thread Mohammed Sha
PS: I have many device cameras.these cameras send its video and > > audio > > > to my server through RTP. I parse the packages and recollect it to > > H.264's > > > Frame.Then I want to send the network stream to media > > server(nginx+rtmp).S