SK-AM62P-LP: AM62p-lp Android sdk support for IP camera interfacing

Part Number: SK-AM62P-LP

Tool/software:

Hello,

I am trying to stream RTSP video on the Android SDK using VLC, but after receiving the first frame, VLC keeps running, but the display remains stuck on the first frame.

"How can I integrate FFmpeg or GStreamer into the Android SDK?"

Thanks

Tushar

  • Hi Tushar,

    Could please provide some more details on the issue your are observing?

    - SDK version on which this issue has been observed
    - VLC application version, and how it has been installed

    Detailed procedure on how to reproduce with VLC

    On the video stream that has been attempted to play:
    - video bitstream format (h264, h265, ...)

    Can you please also attach a logcat capture when the issue is reproduced? 
    This can be done using:

    adb logcat



    And to answer:

    "How can I integrate FFmpeg or GStreamer into the Android SDK?"

    This is not a trivial task. It requires to rewrite all the build system files to Soong (Android build system)

    Some community efforts have been made for ffmpeg here:
    https://github.com/raspberry-vanilla/android_external_ffmpeg

    But we never really tried it. 

    For gstreamer, we are not aware of any community efforts.

    Regards
    Mattijs