RTSP sever send image to android

Discussion in 'Linux Ubuntu' started by Azure, Mar 18, 2014.

  1. Azure

    Azure New Member

    Joined:
    Feb 14, 2014
    Messages:
    11
    Likes Received:
    0
    Hello every,
    I follow this instruction
    http://www.udoo.org/ProjectsAndTutorial ... lioID=1368
    and I've got rtsptest, already.

    I've build "ClientCameraOverlayService" this project in my android client.
    But I can't receive any image even I used ./rtsptest &
    I'm sure udoo is connected with my wifi which made by my android client.

    Did I miss some important step?
    Cloud anyone help me, please Orz...
     
  2. ekirei

    ekirei Administrator

    Joined:
    Jun 14, 2013
    Messages:
    78
    Likes Received:
    3
    Hi Azure,

    the ClientCameraOverlayService app is only an overlay with joystick views thinked to run over an rtsp video client.
    We used the VLC app for receive the streaming video flow because is the one with the least delay between the ones we tried

    Once you have launched the rtsp server on UDOO you can connect with VLC app using the following string in the "Open network stream" dialog:

    Code:
    rtsp://<ip.address.of.udoo>:8554/test
    The button to press in the VLC app is the one with an arrow pointing a dot, isn't so much intuitive.
     
  3. Azure

    Azure New Member

    Joined:
    Feb 14, 2014
    Messages:
    11
    Likes Received:
    0
    Hi ekirei,
    Thans for your helping!!
    I've already got video by VLC.
    Does There any solution or spec can help me to write android client in order to get rtsp's image?
     

Share This Page