Je kunt niet luisteren, en blijkbaar ook niet lezen.
Het laatste wat ik hier over streamen/transcoden problemen zeg.
De software schrijver kent wel degelijk de problemen bij transcode intern over poort 8001
hij schrijft
/*
* The Broadcom transcoding engine does not transfer the data to the encoder
* itself, so we need to start a thread to do that. Therefore there is no
* use to connect a (valid) decoder device. Even more it won't work because
* we can't open the encoder when more than two (main, PiP) decoders are in
* use. The encoder is reported as "busy" then. That's why we use dummy values
* here (4 onwards).
*
* OTOH the "xtrend" transcoding engine has the video decoder connected to
* the selected encoder internally. So we need to use the right decoder,
* connected to the selected encoder. This is usually 2 -> 0, 3 -> 1.
*
* To complicate matters even more, Broadcom transcoding uses the "xtrend"
* interface when recording from HDMI input, so we need to always construct
* two navigation instances, one with the normal, usual video decoder
* connected for "xtrend" transcoding and for HDMI input, and one with the
* dummy video decoder for Broadcom transcoding.
*/
dus