Error Import VideoFrame
See original GitHub issueUse python3
I have intalled requirement from apt install libavdevice-dev libavfilter-dev libopus-dev libvpx-dev
Then wanna to run server.py i try to install pip install aiohttp aiortc opencv-python
but when run python3 server.py
got error like this:
Traceback (most recent call last): File “server.py”, line 10, in <module> from aiortc import (RTCPeerConnection, RTCSessionDescription, VideoFrame, ImportError: cannot import name ‘VideoFrame’
any idea ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
VideoFrame.from_ndarray(img) fails for widths that are not a ...
Any call to VideoFrame.from_ndarray(img) fails if the image width is not a multiple of 8. Error message: ValueError Traceback (most recent call ...
Read more >PyAV-Org/User-Help - Gitter
Hi, I'm a new to PyAV, I try to plot some basic info of video frame, e.g. frame size, but I don't find...
Read more >can't import mp4 file as videoframes in PS 2022, need help, ty
I always use the "import videoframes in layers" function. With 1080p vids it's no problem but it doesn't work with higher resolutions (4k)...
Read more >My another React Native was working fine upto 4 November ...
My another React Native was working fine upto 4 November, but now throwing an exception while Running yarn android with different Error.
Read more >Error message 'Can't import the selected video file because it ...
Error message "Can't import the selected video file because it does not contain any video frames" when importing video into Pro Tools. This...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok glad to hear it works! I need to find a way to tie the examples to the aiortc version…
I got the this error too of executing the example program, when I run
python3 server.py
, the program throws the following error:Below is something may be useful:
Could someone help me?