GithubHelp home page GithubHelp logo

Comments (10)

felipecrs avatar felipecrs commented on June 30, 2024

Oh God. You are right.

from asterisk-hass-addons.

los93sol avatar los93sol commented on June 30, 2024

I did find where @TECH7Fox mentioned this on Home Assistant forums and referenced a GitHub issue for it as well. It looks like a workaround has been provided tommyjlong/app_rtsp_sip#5 (comment)

from asterisk-hass-addons.

felipecrs avatar felipecrs commented on June 30, 2024

I don't know why we do that, so let's try building it: #312

from asterisk-hass-addons.

felipecrs avatar felipecrs commented on June 30, 2024

I did find where @TECH7Fox mentioned this on Home Assistant forums and referenced a GitHub issue for it as well. It looks like a workaround has been provided tommyjlong/app_rtsp_sip#5 (comment)

Great! If compilation fails we know how to fix it then.

from asterisk-hass-addons.

felipecrs avatar felipecrs commented on June 30, 2024

@los93sol when you get a chance please let us know whether it worked or not.

from asterisk-hass-addons.

los93sol avatar los93sol commented on June 30, 2024

Thanks for getting it in so quick! It looks like it did work, but my camera only supports RTSP and I get an error when it tries to load the feed from app_rtsp_sip so I assume it’s working but my camera isn’t compatible

from asterisk-hass-addons.

felipecrs avatar felipecrs commented on June 30, 2024

I see. Well I never used it so I don't know how to help too. But thanks for the feedback!

from asterisk-hass-addons.

tommyjlong avatar tommyjlong commented on June 30, 2024

Thanks for getting it in so quick! It looks like it did work, but my camera only supports RTSP and I get an error when it tries to load the feed from app_rtsp_sip so I assume it’s working but my camera isn’t compatible

What is the error?

from asterisk-hass-addons.

los93sol avatar los93sol commented on June 30, 2024

[Mar 20 13:41:13] == Endpoint 100 is now Reachable
[Mar 20 13:41:28] -- Executing [666@default:1] Answer("PJSIP/100-00000000", "") in new stack
[Mar 20 13:41:29] -- Executing [666@default:2] Wait("PJSIP/100-00000000", "1") in new stack
[Mar 20 13:41:30] -- Executing [666@default:3] RTSP-SIP("PJSIP/100-00000000", "rtsp://userRedacted:[email protected]:554/h264Preview_01_main") in new stack
[Mar 20 13:41:30] NOTICE[617][C-00000001]: app_rtsp_sip.c:2434 main_loop: >rtsp-sip main loop
[Mar 20 13:41:30] ERROR[617][C-00000001]: app_rtsp_sip.c:2341 RecvResponse: Error receiving response [0,0].Success
[Mar 20 13:41:30] NOTICE[617][C-00000001]: app_rtsp_sip.c:3839 main_loop: <rtsp-sip main loop
[Mar 20 13:41:30] -- Executing [666@default:4] Wait("PJSIP/100-00000000", "10") in new stack
[Mar 20 13:41:40] -- Executing [666@default:5] Hangup("PJSIP/100-00000000", "") in new stack
[Mar 20 13:41:40] == Spawn extension (default, 666, 5) exited non-zero on 'PJSIP/100-00000000'

from asterisk-hass-addons.

tommyjlong avatar tommyjlong commented on June 30, 2024

@los93sol
Not much to go on, other than it received something from the camera with 0 length.
Couple of things to try:

  1. in your Asterisk config where you make a call to the camera, since you're not using SIP, add a ,0 at the end. Something like:
    same = n,RTSP-SIP(rtsp://userRedacted:[email protected]:554/h264Preview_01_main,0)
  2. Increase the Log level to get more details.

from asterisk-hass-addons.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.