Ask Your Question

Bertl's profile - activity

2016-10-11 01:52:54 -0600 received badge  Notable Question (source)
2015-04-30 03:51:58 -0600 received badge  Popular Question (source)
2014-01-06 10:12:09 -0600 received badge  Student (source)
2013-03-03 08:41:08 -0600 commented question how to stream preprocessed video over network

netcat is really simple Thanks!!!

2013-03-03 05:11:27 -0600 commented question how to stream preprocessed video over network

networking is not really my business. i wanna keep it as simple as possible. Does anyone have examples how to do that. i already have an example how to send an iplimage by splitting and sending via a socket. But that is very processloading. I´d rather use vlc with compression like x.264.

2013-03-03 04:52:27 -0600 commented question how to stream preprocessed video over network

to explain it in detail, i´m using an embedded board (Pandaboard with Linux 12.04 Server) where opencv is used to process images and i want to display the result on a desktop.

2013-03-03 04:50:40 -0600 commented question how to stream preprocessed video over network

my opencv is compiled with ffmpeg support

2013-03-03 04:50:07 -0600 commented question how to stream preprocessed video over network

i had a look at virtual devices in linux, so i think that a videowriter in opencv can write the images to that device and finally the device can be used with vlc to read from and transver it as stream to the network. But how can i write into a virtual device so that vlc can read it from?

2013-03-03 04:46:32 -0600 commented question how to stream preprocessed video over network

that propobly works. My intention is to read from a webcam, process it with opencv and then send it to the network as (hd) stream. i´m sure that vlc,.... can read that stream easily but i don´t know how to send the iplimages or the .avi TO the network.

2013-03-02 09:42:00 -0600 asked a question how to stream preprocessed video over network

Hello, i read a lot of threads on how to get live streams from ip cams but i´m looking for a possibility to transver a videostream from IplImages or a video e.g .x264 via multicast or rtp connection to another client.

Can anyone help?