Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Playback of video/stream (HLS): MediaEvent: PIPELINE_ERROR with audio only
Forum Updated to NodeBB v4.3 + New Features

Playback of video/stream (HLS): MediaEvent: PIPELINE_ERROR with audio only

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 1.9k 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.
  • T Offline
    T Offline
    Thomas233
    wrote on last edited by
    #1

    Hello,

    I have an issue with video-stream playback in Qt`s WebEngine.

    The stream I am trying to use is placed onto a webpage. It plays fine in a WebEngine while it does not contain any audio.
    If I enable audio for the stream, the video area stays blank and the video is never played (looks like a crash).

    In other normal browsers (Firefox, Chrome, etc.) on the same system the same webpage where the stream is placed in plays fine in all cases so I can only reproduce this in WebEngine.

    I have tried it with Qts Quickbrowser example too, same problems there.

    What I got from debugs output is this:

    [0207/144405:ERROR:render_media_log.cc(20)] MediaEvent: PIPELINE_ERROR pipeline:decode error
    

    The stream comes from a local Nginx Rtmp testing Server (URL - only available locally at the moment, sorry):
    http://192.168.1.108:8080/hls/test.m3u8

    For playback of the HLS stream within my webpage I am using the following library:
    https://github.com/dailymotion/hls.js

    If I open the stream in VLC it also works fine.

    I have also tried different Qt versions, still no luck.

    How can I furhter debug what causes that problem (I guess this may be a "real" decoding problem?) ?

    If you need furhter details please ask me !

    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