Closed talshmo closed 5 years ago
@talshmo get rid of the call to Subscribe()
.
I suspect the problem is with your version of ffmpeg
. In your original comment, it appears you're using some weird version of ffmpeg:
C:\arlo-master\examples>arlogo-streamingvideo.py
ffmpeg version N-74313-g9c0407e Copyright (c) 2000-2015 the FFmpeg developers
I'm using ffmpeg 4.1.1 on macOS
. It works fine for me.
$ ffmpeg -version
ffmpeg version 4.1.1 Copyright (c) 2000-2019 the FFmpeg developers
built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)
configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home/include/darwin' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-videotoolbox --disable-libjack --disable-indev=jack --enable-libaom --enable-libsoxr
libavutil 56. 22.100 / 56. 22.100
libavcodec 58. 35.100 / 58. 35.100
libavformat 58. 20.100 / 58. 20.100
libavdevice 58. 5.100 / 58. 5.100
libavfilter 7. 40.101 / 7. 40.101
libavresample 4. 0. 0 / 4. 0. 0
libswscale 5. 3.100 / 5. 3.100
libswresample 3. 3.100 / 3. 3.100
libpostproc 55. 3.100 / 55. 3.100
Please try to install ffmpeg 4.1.1
.
@talshmo get rid of the call to
Subscribe()
.I suspect the problem is with your version of
ffmpeg
. In your original comment, it appears you're using some weird version of ffmpeg:C:\arlo-master\examples>arlogo-streamingvideo.py ffmpeg version N-74313-g9c0407e Copyright (c) 2000-2015 the FFmpeg developers
I'm using
ffmpeg 4.1.1 on macOS
. It works fine for me.$ ffmpeg -version ffmpeg version 4.1.1 Copyright (c) 2000-2019 the FFmpeg developers built with Apple LLVM version 10.0.0 (clang-1000.11.45.5) configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags='-I/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/openjdk-11.0.2.jdk/Contents/Home/include/darwin' --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libmp3lame --enable-libopus --enable-librubberband --enable-libsnappy --enable-libtesseract --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-videotoolbox --disable-libjack --disable-indev=jack --enable-libaom --enable-libsoxr libavutil 56. 22.100 / 56. 22.100 libavcodec 58. 35.100 / 58. 35.100 libavformat 58. 20.100 / 58. 20.100 libavdevice 58. 5.100 / 58. 5.100 libavfilter 7. 40.101 / 7. 40.101 libavresample 4. 0. 0 / 4. 0. 0 libswscale 5. 3.100 / 5. 3.100 libswresample 3. 3.100 / 3. 3.100 libpostproc 55. 3.100 / 55. 3.100
Please try to install
ffmpeg 4.1.1
.
Thanks very much jeffreydwalter. Live Streaming with ffmpeg 4.1.1 is working perfect!
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 or pip3 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):
What did you expect to see? rtsp or video
What did you see instead?
Does this issue reproduce with the latest release? yes