twrecked / pyaarlo

Asynchronous Arlo Component for Python
GNU Lesser General Public License v3.0
50 stars 30 forks source link

Arlo Streams Stopped Working #103

Open sam-gabbay opened 1 year ago

sam-gabbay commented 1 year ago

I got the Arlo stream from the 'start-stream' command, it used to play the video using ffmpeg/ffplay but now I am getting

Invalid data found when processing input

twrecked commented 1 year ago

I think Arlo got rid of there RTSP streams, the backend will give you a URL to one but it's actually an MPEG-DASH/HLS stream if you look at it - hence the invalid data error.

I'll update the code to return the correct URL.