-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
OBS Twitch VOD Track AMFParseError(41) #2986
Comments
Hello, the ability to send a 2nd audio track is not present into the RTMP specifications and is probably a custom feature introduced to improve integration with Twitch. |
The ability for mediamtx to ingest the twitch VOD audio RTMP protocol extension is not that useful since you can stream with multiple audio tracks using SRT on the latest version of OBS, but being able to publish VOD audio to twitch from mediamtx would be useful. |
|
This is not correct. Twitch can only ingest RTMP, and optionally their VOD track protocol extension. There is no other way to stream multiple audio tracks to Twitch to use their VOD audio feature. |
I was testing the VOD track feature on OBS 31.0.0, and i discovered that it is now implemented through the Enhanced RTMP protocol. Therefore, supporting E-RTMP v2 means implementing this feature too. This is tracked in #3685 |
Which version are you using?
v1.5.0
Which operating system are you using?
Describe the issue
Trying to stream to the server with OBS and Twitch VOD Track enabled results in:
Describe how to replicate the issue
EnableCustomServerVodTrack=true
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: