Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Disable writing CODECS tag for HEVC streams

2018-11-01 Thread Jeyapal, Karthick
On 10/21/18 4:45 PM, Jeyapal, Karthick wrote: > > On 10/21/18 2:28 PM, Hendrik Leppkes wrote: >> On Sun, Oct 21, 2018 at 10:41 AM Karthick J wrote: >>> >>> For HEVC streams, only the FourCC tag is written without profile, level >>> etc., >>> This is breaking playout support in native Safari.

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Disable writing CODECS tag for HEVC streams

2018-10-26 Thread Jeyapal, Karthick
On 10/21/18 4:45 PM, Jeyapal, Karthick wrote: > > On 10/21/18 2:28 PM, Hendrik Leppkes wrote: >> On Sun, Oct 21, 2018 at 10:41 AM Karthick J wrote: >>> >>> For HEVC streams, only the FourCC tag is written without profile, level >>> etc., >>> This is breaking playout support in native Safari.

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Disable writing CODECS tag for HEVC streams

2018-10-21 Thread Jeyapal, Karthick
On 10/21/18 2:28 PM, Hendrik Leppkes wrote: > On Sun, Oct 21, 2018 at 10:41 AM Karthick J wrote: >> >> For HEVC streams, only the FourCC tag is written without profile, level etc., >> This is breaking playout support in native Safari. >> Native Safari playout expects the full info in CODECS tag

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Disable writing CODECS tag for HEVC streams

2018-10-21 Thread Hendrik Leppkes
On Sun, Oct 21, 2018 at 10:41 AM Karthick J wrote: > > For HEVC streams, only the FourCC tag is written without profile, level etc., > This is breaking playout support in native Safari. > Native Safari playout expects the full info in CODECS tag or None at all. Generating the full string

[FFmpeg-devel] [PATCH] avformat/dashenc: Disable writing CODECS tag for HEVC streams

2018-10-21 Thread Karthick J
For HEVC streams, only the FourCC tag is written without profile, level etc., This is breaking playout support in native Safari. Native Safari playout expects the full info in CODECS tag or None at all. --- libavformat/dashenc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff