Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.15.0
-
None
-
System: Kernel: 4.15.0-101-generic x86_64 bits: 64 compiler: gcc v: 7.5.0
Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM Distro: Linux Mint 19.3 Tricia
base: Ubuntu 18.04 bionic
Machine: Type: Desktop System: Dell product: OptiPlex XE3 v: N/A serial: <filter> Chassis:
type: 3 serial: <filter>
Mobo: Dell model: 0CWR57 v: A01 serial: <filter> UEFI: Dell v: 1.3.4 date: 03/18/2019
CPU: Topology: 6-Core model: Intel Core i5-8500 bits: 64 type: MCP arch: Kaby Lake rev: A
L2 cache: 9216 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 36000
Speed: 3000 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 3000 2: 3000 3: 3000
4: 3000 5: 3000 6: 3000
Graphics: Device-1: Intel vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:3e92
Device-2: NVIDIA GP107GL [Quadro P620] driver: nvidia v: 390.132 bus ID: 01:00.0
chip ID: 10de:1cb6
Display: x11 server: X.Org 1.19.6 driver: modesetting,nvidia
unloaded: fbdev,nouveau,vesa resolution: 1920x1080~60Hz
OpenGL: renderer: Quadro P620/PCIe/SSE2 v: 4.6.0 NVIDIA 390.132 direct render: YesSystem: Kernel: 4.15.0-101-generic x86_64 bits: 64 compiler: gcc v: 7.5.0 Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic Machine: Type: Desktop System: Dell product: OptiPlex XE3 v: N/A serial: <filter> Chassis: type: 3 serial: <filter> Mobo: Dell model: 0CWR57 v: A01 serial: <filter> UEFI: Dell v: 1.3.4 date: 03/18/2019 CPU: Topology: 6-Core model: Intel Core i5-8500 bits: 64 type: MCP arch: Kaby Lake rev: A L2 cache: 9216 KiB flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 36000 Speed: 3000 MHz min/max: 800/4100 MHz Core speeds (MHz): 1: 3000 2: 3000 3: 3000 4: 3000 5: 3000 6: 3000 Graphics: Device-1: Intel vendor: Dell driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:3e92 Device-2: NVIDIA GP107GL [Quadro P620] driver: nvidia v: 390.132 bus ID: 01:00.0 chip ID: 10de:1cb6 Display: x11 server: X.Org 1.19.6 driver: modesetting,nvidia unloaded: fbdev,nouveau,vesa resolution: 1920x1080~60Hz OpenGL: renderer: Quadro P620/PCIe/SSE2 v: 4.6.0 NVIDIA 390.132 direct render: Yes
-
-
19cc3a018f2442221d566ec56bda2bdbdce7ec2e (qt/qtmultimedia/dev) 099bddad51d0924a3f1c8a4271754e5cc3d964a7 (qt/qtmultimedia/5.15)
Description
The following application will correctly play an H264 UDP video stream sent to localhost:5000 on 5.14 but the video never shows on 5.15
import QtQuick 2.12 import QtQuick.Window 2.12 import QtMultimedia 5.12 Window { visible: true width: 640 height: 480 title: qsTr("UDP Video Receiver") Video { id: video anchors.fill: parent fillMode: Image.PreserveAspectFit source: "gst-pipeline: udpsrc port=5000 ! application/x-rtp,payload=96 ! rtph264depay ! avdec_h264 ! qtvideosink" autoLoad: false } Component.onCompleted: { video.play() } }
Using 'autoPlay: false' instead of 'autoLoad: false' makes it work in 5.15 as well but this is a regression to prior behavior.
Attachments
Issue Links
- is duplicated by
-
QTBUG-85737 Qt Multimedia Audio QML type fails to play if autoLoad is set to false
- Closed
- relates to
-
QTBUG-83417 gstreamer stream buffering is broken
- Closed
For Gerrit Dashboard: QTBUG-84556 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
302673,7 | GStreamer: Start playback when buffered | dev | qt/qtmultimedia | Status: MERGED | +2 | 0 |
303389,2 | GStreamer: Start playback when buffered | 5.15 | qt/qtmultimedia | Status: MERGED | +2 | 0 |