Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT6.4 Streaming - Mediaplayer
Forum Updated to NodeBB v4.3 + New Features

QT6.4 Streaming - Mediaplayer

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 322 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    Fikrat
    wrote on last edited by
    #1

    Hi,

    I have server streaming video sent to client, then i want to open this streaming video with udp in qt6.4.

    I have two options: To open Streaming with sdp file which looks like this :
    v=0
    m=video 8554 RTP/AVP 96
    c=IN IP4 192.168.93.60
    a=rtpmap:96 H264/90000

    Or, i want to open this streaming with another pipeline looks like this :
    gst-launch-1.0 udpsrc port=8554 ! application/x-rtp, encoding-name=H264, payload=96 ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosink

    How I can open this streaming video with MediaPlayer.So far, i tried a lot of ways, can you please help me ??

    1 Reply Last reply
    1
    • M Offline
      M Offline
      Miziol
      wrote on last edited by
      #2

      Hi @Fikrat

      Have you found any solution for your problem? We have migrating app from Qt 6.3.2 to Qt 6.7.3 and we met this problem too

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved