Skip to content
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

Open
Omikael69 opened this issue May 28, 2020 · 4 comments
Open

this is what i get pleace help #18

Omikael69 opened this issue May 28, 2020 · 4 comments

Comments

@Omikael69
Copy link

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);
^~~~~~~~~~~~~~~

@Lauren-Buchholz-Moxe
Copy link

I am getting the exact same issue

@bmurray
Copy link

bmurray commented May 29, 2020

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.

@Omikael69
Copy link
Author

i@ender1:~ $ go get github.com/horgh/videostream # cd .; git clone https://github.com/horgh/videostream /home/pi/go/src/github.com/horgh/videostream
Cloning into '/home/pi/go/src/github.com/horgh/videostream'...
fatal: could not read Username for 'https://github.com': terminal prompts disabled
package github.com/horgh/videostream: exit status 128

@Omikael69
Copy link
Author

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants