Now I can retrieve streams from MP4 that stored in device: /storage/emulated/0/Download/01.mp4.
And I can perform streaming on another Android device with VLC.
Can someone recommend how to retrieve streams from Android camera instead of mp4 ?
Which src element could be used or how to build pipeline?
Do you know which source element needs to be used to build the pipeline?
Is it v4l2src?
When I used v4l2src to build a pipeline, I received this error:
gst_parse_element_make no element “v4l2src”
You use it like any other source element: ahcsrc ! ...
ahcsrc is an android-specific element and will not be available outside of Android. You will not find the element available on Windows, macOS, iOS, or Linux.