---
libavformat/rtpdec_h264.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index b399be4..e707d03 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -166,6 +166,10 @@ static int sdp_parse_fmtp_config_h264(AVFor
Sorry, wrong From: header, sended again with correct
On Sat, Feb 27, 2016 at 9:30 PM, Andrew Shulgin wrote:
> ---
> libavformat/rtpdec_h264.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
> index b399b
dds a workaround that ignores invalid sprop-parameter-sets.
On Sat, Feb 27, 2016 at 9:35 PM, Andrew Shulgin
wrote:
> Sorry, wrong From: header, sended again with correct
>
> On Sat, Feb 27, 2016 at 9:30 PM, Andrew Shulgin wrote:
>
>> ---
>> libavformat/rtpdec_h264.c |
---
libavformat/rtpdec_h264.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index b399be4..e707d03 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -166,6 +166,10 @@ static int sdp_parse_fmtp_config_h264(AVFor
Correct SPS and PPS are in the stream.
Maybe it's reasonale to use existing SPS. But i'm not sure how to implement
that.
Yeah really, setting extradata_size to 0 should not be skipped.
On Mon, Feb 29, 2016 at 1:01 PM, Michael Niedermayer wrote:
> On Sat, Feb 27, 2016 at 09:56:01PM
Corrected the patch a bit, now setting extradata_size to 0
On Mon, Feb 29, 2016 at 1:13 PM, Andrew Shulgin
wrote:
> Correct SPS and PPS are in the stream.
> Maybe it's reasonale to use existing SPS. But i'm not sure how to
> implement that.
> Yeah really, setting extradat
Also i can send you an email with public RTSP URL privately if you ask.
On Mon, Feb 29, 2016 at 3:10 PM, Andrew Shulgin
wrote:
> Extracting SPS without the missig PPS results in unplayable FLV.
>
> ffmpeg -thread_queue_size 512 -rtsp_transport tcp -i rtsp://
> admin:12345@192.88.9
:59:22PM +0200, Andrew Shulgin wrote:
> > Corrected the patch a bit, now setting extradata_size to 0
> >
> > On Mon, Feb 29, 2016 at 1:13 PM, Andrew Shulgin <
> andrewshulgi...@gmail.com>
> > wrote:
> >
> > > Correct SPS and PPS are in the stream.
> >
Yep, you're right.
On Tue, Mar 1, 2016 at 2:09 AM, Michael Niedermayer
wrote:
> On Mon, Feb 29, 2016 at 03:10:41PM +0200, Andrew Shulgin wrote:
> > Extracting SPS without the missig PPS results in unplayable FLV.
> >
> > ffmpeg -thread_queue_size 512 -rtsp_transpor
Thanks :)
On Tue, Mar 1, 2016 at 2:43 AM, Michael Niedermayer
wrote:
> On Tue, Mar 01, 2016 at 02:11:28AM +0200, Andrew Shulgin wrote:
> > Yep, you're right.
>
> ok, applied
>
> thanks
>
>
> >
> > On Tue, Mar 1, 2016 at 2:09 AM, Michael Niedermayer
10 matches
Mail list logo