We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi 👋
Describe the bug
It's not possible to select an audio stream other than the first one from a multi-audio tracks SRT stream.
To Reproduce Steps to reproduce the behavior:
Expected behavior The second audio stream should be selected.
Screenshots
Selecting the 2nd audio stream:
After the selection:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Input source is produced by ffmpeg: here are the streams :
Output #0, tee, to '[f=mpegts]srt://123.123.123.123:6000?mode=caller&transtype=live&streamid=c400fb67-3729-433d-acf6-bbd1c093768a.stream,mode:publish&passphrase=#######################"': Metadata: encoder : Lavf60.3.100 Stream #0:0: Video: h264 (Main), 1 reference frame, yuv420p(top coded first (swapped)), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], q=2-31, 10000 kb/s, 25 fps, 25 tbn Metadata: encoder : Lavc60.3.100 h264_nvenc Side data: cpb: bitrate max/min/avg: 10000000/0/10000000 buffer size: 20000000 vbv_delay: N/A Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 256 kb/s (default) Metadata: encoder : Lavc60.3.100 aac Stream #0:2: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 256 kb/s Metadata: encoder : Lavc60.3.100 aac
The text was updated successfully, but these errors were encountered:
This has been fixed in the dev-branch. You can try it out with the datarhei/restreamer:dev docker image.
dev
datarhei/restreamer:dev
Sorry, something went wrong.
datarhei/restreamer-ui@1ab3e39
ioppermann
No branches or pull requests
Hi 👋
Describe the bug
It's not possible to select an audio stream other than the first one from a multi-audio tracks SRT stream.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The second audio stream should be selected.
Screenshots
Selecting the 2nd audio stream:
After the selection:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Input source is produced by ffmpeg: here are the streams :
Output #0, tee, to '[f=mpegts]srt://123.123.123.123:6000?mode=caller&transtype=live&streamid=c400fb67-3729-433d-acf6-bbd1c093768a.stream,mode:publish&passphrase=#######################"':
Metadata:
encoder : Lavf60.3.100
Stream #0:0: Video: h264 (Main), 1 reference frame, yuv420p(top coded first (swapped)), 1920x1080 (0x0) [SAR 1:1 DAR 16:9], q=2-31, 10000 kb/s, 25 fps, 25 tbn
Metadata:
encoder : Lavc60.3.100 h264_nvenc
Side data:
cpb: bitrate max/min/avg: 10000000/0/10000000 buffer size: 20000000 vbv_delay: N/A
Stream #0:1: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 256 kb/s (default)
Metadata:
encoder : Lavc60.3.100 aac
Stream #0:2: Audio: aac (LC), 48000 Hz, stereo, fltp, delay 1024, 256 kb/s
Metadata:
encoder : Lavc60.3.100 aac
The text was updated successfully, but these errors were encountered: