Qt 6.11 is out! See what's new in the release
blog
Is it possible to use QMediaPlayer to send audio stream to another computer?
-
Hi,
Not with QMediaPlayer. Can you explain a bit more what you are trying to achieve ?
-
-
Streaming is rather the other way around. One machine emits the data and others connect to it.
If on Linux then you can leverage GStreamer for that.
-
Streaming is rather the other way around. One machine emits the data and others connect to it.
If on Linux then you can leverage GStreamer for that.
-
With the latest Qt versions you can run custom GSteamer pipelines.
-
With the latest Qt versions you can run custom GSteamer pipelines.