Forum

SRT ABR source stream with FFMPEG

finn 2022-03-26 13:52:20 UTC in Nimble Streamer

I have been experimenting in creating ABR streams using FFMPEG but I cant seem to be able to send 2 Video streams to the same SRT port? Is there anything I need to flag in ffmpeg so this will work?

my abr command runs fine when sending to 2 different ports but not to 1
This is for example what I am trying to do:

ffmpeg -stream_loop -1 -re \
-i /Users/finn/Movies/SDR_testpatterns_h264.mov \
-c:v copy \
-c:a copy -f mpegts \
'srt://server:port?pkt_size=1316' \
-c:v libx264 -b:v 2M -vf scale=540:-1 \
-c:a copy -f mpegts \
'srt://server:port?pkt_size=1316'

Finn 2022-03-26 21:49:50 UTC 

nevermind it works i just did not RTFM :)

Roberto Brito 2022-04-14 17:11:01 UTC 

Did you manage to make it work?

Sergei 2022-04-15 05:36:35 UTC 

Hello, Roberto.
Could you open a ticket at wmspanel.com/help and clarify your question? Please tell us what are you trying to achieve exactly.

Thank you.

Post a reply


Post a new question

Categories:

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the Privacy Policy. If you want to know more or withdraw your consent to all or some of the cookies, please refer to the Privacy Policy.
By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to the use of cookies.