1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00

use avc1 with repeated sps & pps

This commit is contained in:
zafer 2024-06-16 17:36:22 +03:00
parent 25c6ae36a2
commit a26cae03d9

View File

@ -72,7 +72,10 @@ defmodule Algora.SourceBin do
child(:audio_parser, %Membrane.AAC.Parser{
out_encapsulation: :none
}),
child(:video_parser, Membrane.H264.Parser),
child(:video_parser, %Membrane.H264.Parser{
output_stream_structure: :avc1,
repeat_parameter_sets: true
}),
#
get_child(:demuxer)
|> via_out(Pad.ref(:audio, 0))