Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

streaming on raspberry pi #55

Closed
maheus opened this issue May 3, 2019 · 3 comments
Closed

streaming on raspberry pi #55

maheus opened this issue May 3, 2019 · 3 comments

Comments

@maheus
Copy link

maheus commented May 3, 2019

Hello,

it is not a real issue but a important information.
On raspbian (Raspbian GNU/Linux 9), the streaming with aarlo doesn't work out of box.
I doesn't had any error in homeassistant log, only [homeassistant.components.stream] Started stream: rtsps://XXXXXXX
after some tests , i realize, if i want to read rtsps protocol, ffmpeg send me (Operation not permitted) ,
If i use ffmpeg 4.1.2 on my Arch , the stream is ok.

i think that most important difference is version of libraries used by Pyav :

  • libavformat (v57 on rpi , v58 on Arch)
  • libavcodec (v57 on rpi , v58 on Arch)
    ...

I had to compile ffmpeg (i removed package libavformat57 and libavdevice57 before) ,
i used modified script posted here https://community.home-assistant.io/t/arlo-replacement-pyarlo-module/93511/293 .
And finaly i manually compiled av with the sources (the next week , i will test with pip )
After this the stream works ;)

it may be necessary to update the documentation in relation to this

@twrecked
Copy link
Owner

twrecked commented May 9, 2019

Thanks. I'm looking to release 0.5 this week - the last release before trying to get into the official build - so I'll add this information to the release notes.

@twrecked
Copy link
Owner

Thanks, And closed because I added a quick note in README.md in #67

@twrecked
Copy link
Owner

..forgot to close on previous comment..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants