I have a tcp video stream encoded in h264, the stream is sent from a linux machine (a raspberry pi) using netcat (nc) and I can watch the stream on windows using netcat (nc.exe) and mplayer using the following command:
nc.exe 192.168.1.123 5001 | mplayer.exe -fps 30 -demuxer h264es -
Is there a way to open the same stream from kivy on android?