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:
parent
25c6ae36a2
commit
a26cae03d9
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user