Does kivy support streming after packaging

58 views
Skip to first unread message

Jrh

unread,
Jun 18, 2019, 1:23:46 AM6/18/19
to Kivy users support
I tried several of protocols: hls, rtsp, rtmp, they all works in local environment, but fails on android after build is there any way that I can display online streams on android? For example maybe save stream to filesystem and read from there or use ffmpeg somehow?

Robert Flatt

unread,
Jun 18, 2019, 5:27:45 PM6/18/19
to Kivy users support
It's not clear what Python packages you are using.

In general p4a supports pure Python. Of course many packages are not pure Python, they are Python wrappers around something else. Executing on Android requires an addition ARM compile of the something else. The instructions for this compile of a package are called a recipe, and included in a build as 'requirements'. The list of current recipes is:


The functionality of these packages can be found in their respective documentation.
Reply all
Reply to author
Forward
0 new messages