ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

New request. Remote sources?

Open pietrondo opened this issue 9 years ago • 5 comments
trafficstars

Possible new feature: remote sources.. One pc transmit video and the raspberry output it on the video (in a square, triangle etc). Possible? thx

pietrondo avatar Jun 18 '16 21:06 pietrondo

Yes. TCPSyphon source is one of the next things I am going to implement.

kr15h avatar Jun 19 '16 23:06 kr15h

This could be done with TCPSyphon or with a more common protocol like RTP/UDP. Syphon is nice when you have VJ software, RTP is cool because VLC can output it.

magdesign avatar Dec 01 '16 10:12 magdesign

adding to this another request, an ability to use an hdmi input as a source

using a board such as this: http://auvidea.eu/index.php/theme-styles/2014-12-30-22-32-06/b102

steve-rodri avatar Dec 22 '16 08:12 steve-rodri

yes. Problem with TCPSyphon. It will work if you have a windows or mac os desktop. If you have linux you can't output nothing (spout and syphon don't exist on linux)

thx for you software

pietrondo avatar Apr 12 '17 21:04 pietrondo

Supporting remote sources would be absolutely wonderful.

If I'm correct, you're already using the FFMpeg API to access the video data, right ? If so, it looks like the possibility to access remote sources is part of it.

For example, I use OMXPlayer with remote sources simply by giving it an SDP file, and I successfully display an H264 RTP (UDP) stream with no effort. Looking into OMXPlayer's code, I couldn't find any evidence of SDP parsing, but found some in FFMPeg's source. As OMXPlayer is using FFMpeg to access the video, I assumed by deduction that it would be feasible in ofxPiMapper.

By the way, ofxPiMapper is just brilliant, thanks !

hgshoggins avatar Dec 23 '17 20:12 hgshoggins