Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restream several audio tracks from SRT to HLS and MPEG-TS streams #712

Open
AMP-VTV opened this issue Mar 21, 2024 · 0 comments
Open

Restream several audio tracks from SRT to HLS and MPEG-TS streams #712

AMP-VTV opened this issue Mar 21, 2024 · 0 comments
Labels

Comments

@AMP-VTV
Copy link

AMP-VTV commented Mar 21, 2024

Is your feature request related to a problem? Please describe.

It's not really a problem more like an awesome feature already present in ffmpeg.

Describe the solution you'd like
A clear and concise description of what you want to happen.

I would like to be able to restream a selection or all audio streams from my SRT feeds (without transcoding) to "Publications", like the picture below :

image

I'm able to achieve this feature with ffmpeg through the "-map" option and stream copy :
ffmpeg [INPUT] .... -map 0:v -c:v copy -map 0:a:0 -map 0:a:1 -map 0:a:2 -map 0:a:3 -c:a copy [OUTPUTS]

Describe alternatives you've considered

I tried to select audio streams only one stream at a time but I'm not able to select another source audio stream than the first one, see my bug report https://github.com/datarhei/restreamer/issues/710#issue-2198083059

Awesome project by the way, many thanks !
Julien

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant