restreamer icon indicating copy to clipboard operation
restreamer copied to clipboard

Multiple audio tracks for Twitch

Open Johnnycyan opened this issue 1 year ago • 3 comments

Is there a way to have multiple audio tracks for Twitch like one for stream and one for VOD like is available with native Twitch streaming in OBS? If not I'd suggest this be a feature.

Johnnycyan avatar Oct 21 '23 00:10 Johnnycyan

I would also very much appreciate that feature. Beside the fact, that OBS is not natively supporting the second VOD audio track for other services than Twitch (for now), but you can workaround that, Restreamer does not "understand" the RTMP traffic with two audio tracks.

Normal behaviour with one video and one audio stream:

component="RTMP" action="START" address=":1935" client="x.x.x.x:x" path="/***.stream" who="PUBLISH"
component="RTMP" msg="AAC" action="STREAM" address=":1935" client="x.x.x.x:x" path="/***.stream" who="PUBLISH"
component="RTMP" msg="H264" action="STREAM" address=":1935" client="x.x.x.x:x" path="/***.stream" who="PUBLISH"
[..]
component="RTMP" action="STOP" address=":1935" client="x.x.x.x:x" path="/***.stream" who="PUBLISH"

With two audio tracks/Twitch VOD track enabled:

component="RTMP" msg="no streams available" action="INVALID" address=":1935" client="x.x.x.x:x" path="/***.stream" who="PUBLISH"

ZhooL avatar Nov 18 '23 09:11 ZhooL

Is there any solution to this problem yet? I would appreciate if restreamer was able to stream with stream and VOD audio.

Bone2510 avatar Dec 28 '23 04:12 Bone2510

I would love this to be implemented

jayjay181818 avatar Jan 31 '24 14:01 jayjay181818