How do i play a stream with QMediaPlayer
问题 I have set up a server and video streaming so that I can connect to the stream with ffplay using the following command line: ffplay rtmp://<IP>/path Is it possible to use QMediaPlayer QMediaContent or something to connect to this stream? Or maybe any other kind of stream I can create with ffserver. using the same path as with ffplay results in "Unsupported url scheme!" With further experiments i have tried ffserver http server streaming, but that ended with Qt crashing in MFStreamer::doRead()