Page 1 of 1
How to stream over serial port?
Posted: 17 Aug 2004 11:36
by bjornrun2
Any ideas how to stream over a serial port? (/dev/tty*)
Is there already support?
If not, any pointers to where to plug in a new transport?
Thanks!
//Bjorn
Re: How to stream over serial port?
Posted: 21 Aug 2014 23:26
by i-make-robots
Hello,
I am also interested in this subject. I'd like to stream super low res video to a wall of LEDs running on an Arduino that is listening to serial for buffered data.
16 pixels wide
48 pixels tall
13.5 fps
24 bits per pixel
248832 baud
This is assuming uncompressed raw pixel data. I hope the tiny buffer is enough to watch for the frame marker (in case of transmit error).
I need a way to tell VLC the size of the output buffer (48*16) and a format description I can parse on the Arduino.
Anyone?
Re: How to stream over serial port?
Posted: 04 Apr 2017 01:30
by MrABrown
Any ideas how to stream over a serial port? (/dev/tty*)
Is there already support?
If not, any pointers to where to plug in a new transport?
Thanks!
//Bjorn
Hi Bjorn,
Did you get any feedback or make any progress on this? I would like to send data to an arduino board.or at least connect to an arduino board and have the arduino listen to the VLC player.
Re: How to stream over serial port?
Posted: 06 Apr 2017 17:28
by RĂ©mi Denis-Courmont
You would have to write your own video output plugin.