-
Notifications
You must be signed in to change notification settings - Fork 58
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
this is what i get pleace help #18
Comments
I am getting the exact same issue |
This should just be a warming. Its an outdated API in libav. It can be safely removed without causing any issues in later versions, but will cause problems in older versions. If it compiles, its safe to run. |
i@ender1:~ $ go get github.com/horgh/videostream # cd .; git clone https://github.com/horgh/videostream /home/pi/go/src/github.com/horgh/videostream |
can i get it rom lokal disk i network? if yes how to do? im a noob on this, just trial and erro. but dont now what i do :) |
pi@ender1:~ $ go get github.com/horgh/videostreamer
github.com/horgh/videostreamer
videostreamer.c: In function ‘vs_setup’:
videostreamer.c:29:2: warning: ‘av_register_all’ is deprecated [-Wdeprecated-dec larations]
av_register_all();
^~~~~~~~~~~~~~~
In file included from /usr/include/arm-linux-gnueabihf/libavdevice/avdevice.h:51 ,
from videostreamer.c:12:
/usr/include/arm-linux-gnueabihf/libavformat/avformat.h:2043:6: note: declared h ere
void av_register_all(void);
^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered: