Video stream from raspberry pi
-
wrote on 13 May 2015, 08:32 last edited by
hello,
I want to create an application that receives video stream from a raspberry pi that uses netcat and H264 format.
I saw the multimedia examples of Qt 5.4.1 though didn't find a stream example.
I have established a connection to the pi's server and sent some messages but i am new to stream programming so any example/link would be great.
thanks. -
Hi,
What OS are you running on ?
-
Can you read your stream with e.g. VLC ?
-
So you have a setup similar to the one here ?
-
wrote on 17 May 2015, 22:44 last edited by
yes I do. So i should open a socket and call what lines to control the streaming? thanks
-
There's something not clear in your question, what do you want to control ?
-
wrote on 20 May 2015, 06:54 last edited by
If you want you can try this
www.denisgottardello.it/DomusBoss
The pakage contains a server for Raspberry and a client for all platforms.
It works with a jpeg stream because use x264 compression with raspberry is very slow. -
wrote on 3 Jun 2015, 09:53 last edited by
@SGaist ok, I've tried this code and what happens is that the video window pops and closes immediately. Another thing except that is that I don't understand why the toggle connection is after the play stream function and not before. I tried both cases and still it doesn't work.
thanks.