Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdated player for setting audio and video tracks #305
Conversation
|
Thanks @sreeise ! Unfortunately, there is currently no way to set and play multiple audio streams with GstPlayer, so we are limited to a single audio track for now. |
|
@bors-servo r+ |
|
|
Updated player for setting audio and video tracks This pull request is for being able to set video and audio tracks and is part of Servo issue [22799](servo/servo#22799). Servo should be able to set multiple audio tracks at one time but the work here only allows for one. If anyone has any advice on how to set multiple audio tracks that would be great!
|
|
|
There's previous work done to play multiple audio tracks simultaneously with https://mozilla.logbot.info/servo-media/20190911#c16606524-c16606984 |
Ahh interesting. I am not too familiar with how the GStreamer plugins are done in servo media and I am assuming audiomixer is a plugin here. Could you point me in the general direction of where this is done or how it could be done in servo media if you don't mind? |
|
https://coaxion.net/blog/2013/11/synchronized-audio-mixing-in-gstreamer/ has a little bit of information about the audiomixer plugin and how it can fit into a gstreamer audio pipeline. |
sreeise commentedSep 11, 2019
This pull request is for being able to set video and audio tracks and is part of Servo issue 22799.
Servo should be able to set multiple audio tracks at one time but the work here only allows for one. If anyone has any advice on how to set multiple audio tracks that would be great!