Skip to content

Can't get RTMPPush to publish #1302

Answered by bchah
Bjorn-Slettemark asked this question in Help
Discussion options

You must be logged in to vote

The log snippet you posted implies that there is no incoming stream, therefore it can't push anything. This also explains the 'ready' state, where a push has been defined but there is no incoming stream.

If there is an incoming stream, I would then look to the track names you have specified - since you are using the application in your Server.xml you should probably define those track names under your , something like:

<Video>
 <Name>h264_fhd</Name>
<Bypass>true</Bypass>
 </Video>
<Audio>
<Name>aac</Name>
<Codec>aac</Codec>
<BypassIfMatch>
<Codec>eq</Codec>
</BypassIfMatch>
</Audio>

Replies: 1 comment 1 reply

Comment options

bchah
Jul 12, 2023
Collaborator Sponsor

You must be logged in to vote
1 reply
@Bjorn-Slettemark
Comment options

Answer selected by Bjorn-Slettemark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants