Rtsp

Discussion in 'C' started by arang1978, Sep 13, 2010.

  1. arang1978

    arang1978 New Member

    Joined:
    Jul 3, 2010
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hello Friends,

    Any of you have experience in working with RTSP. I am using Live 555 open source code for implementing RTSP Client. If any of you have experience in using Live 555 open source code then please let me know how did you modify the shutdown () in playCommon.cpp.

    If I call the main () for the second time then I get the "Segmentation fault(core dumped)" error. I found that the shutdown () which is in the open source code is not proper.

    Your ideas will be helpful for me.

    Regards,
    Arang.
     
  2. jimblumberg

    jimblumberg New Member

    Joined:
    May 30, 2010
    Messages:
    120
    Likes Received:
    29
    Trophy Points:
    0
    You should not be calling main() a second time. This is most likely the cause of your Segmentation fault.
     
  3. arang1978

    arang1978 New Member

    Joined:
    Jul 3, 2010
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hello sir,

    Thank you for the immediate reply.

    If the RTSP server is shut down or ethernet cable is disconnected then in that case, I need to call main () again. To call main () again, I copied the main () and renamed into RTSP_main(). After the disconnection of ethernet cable, the main () will be exited, that time I call RTSP_main ().

    Calling RTSP_main () is equal to calling the main () for the second time.

    Do I have to avoid calling RTSP_main() any way?

    Regards,
    Arang.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice