After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 791568 - osxaudiosink, cannot set output route on iOS
osxaudiosink, cannot set output route on iOS
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
1.x
Other other
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-12-13 10:34 UTC by Nicola
Modified: 2018-07-04 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicola 2017-12-13 10:34:40 UTC
on android using openslessink you can set stream-type property to specify the audio output device, for example setting stream-type to 0 you can output the audio to the speaker you hold to your ear when on a phone call.

This is not possibile on iOS, would be good to have this support on iOS too
Comment 1 Nicola 2018-06-28 15:24:57 UTC
this seems not possibile using coreaudio, probably a new AVFoundation based audio sink is needed
Comment 2 Nicola 2018-07-04 08:45:12 UTC
the output device can be changed using AVAudioSession sharedInstance inside the app that use osxaudiosink