In a call, I am receiving H.264 data in RTP packet.
I need to write it to a mkv file to and then I should be able to play it
using ffmpeg.
It looks that I am always getting single NAL unit in RTP packet.
My understanding is, I need to remove RTP packetization data (rfc 6184),
and remove immediate
Any help from FFMpeg group -
I have a mkv file, that contains VP8 encoded data.
I need to stream this data to chrome (through RTP), and need to play it in
chrome.
I have parsed the mkv file, and I have VP8 data.
I will be sending this VP8 data in RTP packetc.
Looks I need to follow RFC 7741 to
I have a mkv file, that contains VP8 encoded data.
I need to stream this data to chrome (through RTP), and need to play it in
chrome.
I have parsed the mkv file, and I have VP8 data.
I will be sending this VP8 data in RTP packetc.
Looks I need to follow RFC 7741 to put VP8 descriptor / header in R
I am trying to use ffmpeg, and have been doing a lot of experiment last 1 month.
I have not been able to get through. Is it really difficult to use FFmpeg?
My requirement is simple as below.
Can you please guide me if ffmpeg is suitable one or I have implement
on my own (using codec libs available
ailto:ffmpeg-user-
> > boun...@ffmpeg.org] On Behalf Of Austin Einter
> > Sent: 03 July 2015 00:54
> > To: ffmpeg-user@ffmpeg.org
> > Subject: Re: [FFmpeg-user] Remux doubts
> >
> > Can somebody pls clarify.., I observed the remuxed file is less by 17
> bytes.
&g
Can somebody pls clarify.., I observed the remuxed file is less by 17 bytes.
On Thu, Jul 2, 2015 at 11:04 AM, Austin Einter
wrote:
> Hi All
> I am new to FFmpeg.
> But I am really excited to learn more about it.
>
> I tried remuxing example as a first step.
>
> I hav
Hi All
I am new to FFmpeg.
But I am really excited to learn more about it.
I tried remuxing example as a first step.
I have taken remux example available at
http://ffmpeg.org/doxygen/trunk/doc_2examples_2remuxing_8c-example.html.
I compiled andlinked to ffmpeg .so files.
Everything went fine.
N