Rein Appeldoorn
Rein Appeldoorn
Thanks! Will try to find time for this within our team in the next sprint. Will get back to you.
@jgueldenstein this could still be done when using `` tags with a reference like @Timple mentioned right? By introducing additional tags; we could have something like this: ``` .. ```...
Didn't try
Does `gst-play` work?
It is not an issue, it is a missing feature. You could add an audio sink to the streaming component in the player client. https://github.com/reinzor/videowall/blob/master/src/videowall/player/player_client.py I would first test this...
Haven't tried this. Have only been running on pi3 and zero up until now.
Not possible at this moment. Currently only a file sink is supported. Happy to take a pr for other sinks
Could you create a PR for this?
A pull request : https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests I can help you with the giving pointers for the implementation but I do not have the time to implement these features myself.
> -Adding sound is top priority. Could be added to client or server. For the server, a server pipeline should be added with audio sink: https://github.com/reinzor/videowall/blob/master/src/videowall/player/player_server.py . For the client,...