Hello, I have the following requirement: 1. Linux box with connected HDMI IN cable. The HDMI OUT is connected to another PC which retransmits its display state (also my linux box is like a 2nd external display) 2. I need to take this HDMI stream with ffmpeg and push it as RTP or RTMP stream with command like: ffmpeg -i MY_HDMI_IN -f flv rtmp://nginx/mystream <rtmp://nginx/mystream> I could not find in the ffmpeg documentation the appropriate input source for HDMI. Does it exist? Could you advise me how to achieve the desired behaviour? Best regards, -- Yevgen Voronetskyy
Yevgen Voronetskyy <voronetskyy <at> gmail.com> writes:
1. Linux box with connected HDMI IN cable.
Which driver is installed that provides the hdmi input to the system? (I would have expected that no such driver exists.) Carl Eugen
Actually, this is an Android Box Ugoos3Plus with embedded HDMI IN app which captures properly the HDMI signal. I dont know yet how it works technically, as I didn’t get the source code of this app. But I guess there is such driver/hardware as this app works. I think to root this Android Box and try to decompile this app to see how it works. Do you have any other idea on the subject? -- Yevgen Voronetskyy
On May 30, 2016, at 23:54, Carl Eugen Hoyos <cehoyos@ag.or.at> wrote:
Yevgen Voronetskyy <voronetskyy <at> gmail.com> writes:
1. Linux box with connected HDMI IN cable.
Which driver is installed that provides the hdmi input to the system? (I would have expected that no such driver exists.)
Carl Eugen
_______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email ffmpeg-user-request@ffmpeg.org with subject "unsubscribe".
participants (2)
-
Carl Eugen Hoyos -
Yevgen Voronetskyy