Closed talshmo closed 5 years ago
You probably don't have write permissions in that directory of file.
You probably don't have write permissions in that directory of file.
i make little test and change the url to local file and the ffmpeg work. the issue is with the url i will get, the rtsps not working any more
if someone know what it is the new rtsp url with all the parameters it can help a lot
It's works fine. I tested it locally before I replied to you.
Googling your error message indicates a permissions issue writing the file.
On Sun, Mar 10, 2019, 8:55 AM Tal notifications@github.com wrote:
if someone know what it is the new rtsp url with all the parameters it can help a lot
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jeffreydwalter/arlo/issues/111#issuecomment-471308352, or mute the thread https://github.com/notifications/unsubscribe-auth/AAinB1Q-_3h28TVUA_jHxuoOOkNUfAPWks5vVQ7SgaJpZM4bAsYB .
Are you test ArloGO device? i try also check now public rtsp from google search engine and i don't get any error and i get video file. if i try copy the rtsps link to vlc it also not showing video
It's works fine. I tested it locally before I replied to you. Googling your error message indicates a permissions issue writing the file. … On Sun, Mar 10, 2019, 8:55 AM Tal @.***> wrote: if someone know what it is the new rtsp url with all the parameters it can help a lot — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#111 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAinB1Q-_3h28TVUA_jHxuoOOkNUfAPWks5vVQ7SgaJpZM4bAsYB .
@talshmo I am not testing with an Arlo Go, but I have tested the feature with Go cameras in the past and it worked fine. I seriously doubt Arlo changed their API for just Arlo GO cameras...
If you want to join my slack channel, I'd be happy to help you debug the issue.
You can email me (my email address is in the wiki) and I'll happily send you a Slack invite.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
It still not working, need you help
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using (
python -V
)?Python 3.7.2
What operating system and processor architecture are you using (
python -c 'import platform; print(platform.uname());'
)?name_result(system='Windows', node='Dell-Laptop', release='10', version='10.0.17763', machine='AMD64', processor='Intel64 Family 6 Model 78 Stepping 3, GenuineIntel')
Which Python packages do you have installed (run the
pip freeze
orpip3 freeze
command and paste output)?arlo==1.2.18 beautifulsoup4==4.7.1 certifi==2018.1.18 cffi==1.12.1 chardet==3.0.4 ffmpeg==1.4 idna==2.6 monotonic==1.5 pipenv==2018.11.26 pycparser==2.19 PyJWT==1.7.1 PySocks==1.6.8 pytz==2018.9 requests==2.20.0 six==1.12.0 soupsieve==1.7.3 sseclient==0.0.22 twilio==6.24.1 urllib3==1.22 virtualenv==16.4.0 virtualenv-clone==0.5.1
Which Arlo hardware do you have (camera types - [Arlo, Pro, Q, etc.], basestation model, etc.)?
Arlo Go VML4030
What did you do?
If possible, provide the steps you took to reproduce the issue. A complete runnable program is good. (don't include your user/password or any sensitive info) Try Get Streaming Live, This Is MyCode (without the import and login):
################################################################### try:
except Exception as e: print(e)
#############################################
What did you expect to see?
rtsp or video
What did you see instead?
C:\arlo-master\examples>arlogo-streamingvideo.py ffmpeg version N-74313-g9c0407e Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.9.3 (GCC) configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib libavutil 54. 30.100 / 54. 30.100 libavcodec 56. 57.100 / 56. 57.100 libavformat 56. 40.101 / 56. 40.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 32.100 / 5. 32.100 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.101 / 1. 2.101 libpostproc 53. 3.100 / 53. 3.100 rtsps://vzwow78-z1-prod.ar.arlo.com:443/vzmodulelive/51D2857DA0A77_1550490057135?egressToken=c08b5dbb_59fa_4955_934d_d9335038f364&userAgent=iOS&cameraId=51D2857DA0A77_1550490057135: Operation not permitted
Does this issue reproduce with the latest release?
yes