2

Is it possible to stream my desktop over audio system? I mean some kind of cat /dev/fb0 > /dev/dsp?

Or to pulse-code my desktop using built-in soundcard and to stream it over optical spdif audio-out port, where on the other end its raw data could be then recoded into image with kind of sstv algorythm?

I`m interesting both on possibility of such action and existing software (m.b. pulseaudio could?)

UPD: if assume that the channel`s on 100 Mhz FM data capacity is around 100 kbit/s and rdp protocol on 1024x768 with 256 colors eats around 40 kbit/s (am I wrong?) than it is really enough to stream rdp over audiochannel. And if spdif is used than there will be no digital-to-analog-to-digital transition even. So I wonder how it could be set to input from spdif on other end (for example, my Gateway NV57 laptop has line-out 3.5 jack with built-in SPDiF, I should just to capture on it after connected the wire from source PC - ?).

1 Answers1

0

What you are basically looking for is a softmodem.

From some basic googling there is not too much out there for linux, but I did find this project which under its description it says it has a soundcard interface it supports.

Another option, if both computers have open serial/parralel ports is to use a null modem cable to network them. That has a lot better support in linux.