Streaming from VLC to a Qt App on HTTP Using POT
Tags: ffmpeg, HTTP, Multimedia, OpenMAX, PiOmxTextures, Qt, QtMultimedia, Raspberry Pi, Streaming, VLC
The latest version of POT (5.3.0-beta1) implements some kind of buffering which makes it also possible to do some streaming. ffmpeg provides what is needed to work on protocols like HTTP. This video is a little demo showing how simple it is to stream from VLC on HTTP, remuxing to mpeg-ts, and decoding/rendering on Raspberry Pi in an accelerated Qt application using POT.
Such feature can be useful when dealing with streams coming from many sources, like an IP camera for instance.
Have fun! Bye 😉
3 thoughts on “Streaming from VLC to a Qt App on HTTP Using POT”
Leave a Reply Cancel reply
Related Post
A Sample to Use for Debugging and Testing Performance of the QtMultimedia Backend
In the github project for PiOmxTextures I recently uploaded also a sample player (tools/POCPlayer) that [...]
Docker Image for Qt Development and Continuous Integration for Linux and Android
Sometimes I need to have specific versions of Qt to build apps and run CI [...]
Thank you. I will have a look shortly.
Please take a look to
https://github.com/carlonluca/pi/pull/63
I was able to play stream from video camera.
Hi,
it looks like my problem was to choose mega-ps :p
Thank you 🙂