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

via wifi issue #9

Open
lynzhai opened this issue Dec 29, 2016 · 3 comments
Open

via wifi issue #9

lynzhai opened this issue Dec 29, 2016 · 3 comments

Comments

@lynzhai
Copy link

lynzhai commented Dec 29, 2016

Using sink: autovideosink
Receive broadcast msg: hello from: 192.168.1.12:51297
Receive discover msg: hello, from: 192.168.1.12
Response discover msg with local ip: 192.168.1.33
Receive broadcast msg: hello from: 192.168.1.12:60473
Receive discover msg: hello, from: 192.168.1.12
Response discover msg with local ip: 192.168.1.33
Accept peer addr: 192.168.1.12:53308
Receive control data(79): POST /api/v1/h264 HTTP/1.1
Connection: close
X-WIDTH: 1280
X-HEIGHT: 720
width: 1280
height: 720
gst pid: 8402
gst in fp: 11
WARNING: erroneous pipeline: no element "autovideosink"
WARNING: erroneous pipeline: no element "autovideosink"

two warnings, no gui

@lynzhai
Copy link
Author

lynzhai commented Dec 29, 2016

ubuntu terminal: ./cs_receiver 192.168.1.12

Using sink: 192.168.1.12
Receive broadcast msg: hello from: 192.168.1.12:33841
Receive discover msg: hello, from: 192.168.1.12
Response discover msg with local ip: 192.168.1.33
Receive broadcast msg: hello from: 192.168.1.12:33841
Receive discover msg: hello, from: 192.168.1.12
Response discover msg with local ip: 192.168.1.33
Receive broadcast msg: hello from: 192.168.1.12:39917
Receive discover msg: hello, from: 192.168.1.12
Response discover msg with local ip: 192.168.1.33
Accept peer addr: 192.168.1.12:45787
command is gst-launch-1.0command is fdsrcgst pid: 8640
Receive data len: 79
Receive control data(79): POST /api/v1/h264 HTTP/1.1
Connection: close
X-WIDTH: 1280
X-HEIGHT: 720

width: 1280
height: 720
gst pid: 8641
gst in fp: 11
Receive data len: 48
Receive data len: 25
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024
Receive data len: 248
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024
Receive data len: 1024

i open your printf "Receive data len", ubuntu can receive data,but ubuntu can not display a gui to display android ui. where is issue?

thanks for your reply

@JonesChi
Copy link
Owner

The plugin autovideosink is not exist on your system, you need install it first.

@dhananjay972
Copy link

After installing plugin getting following Errors:-

gst pid: 14644
Receive control data(78): POST /api/v1/h264 HTTP/1.1
Connection: close
X-WIDTH: 800
X-HEIGHT: 480

width: 800
height: 480
gst pid: 14645
gst in fp: 11
libEGL warning: DRI2: xcb_connect failed
libEGL warning: DRI2: xcb_connect failed
libEGL warning: GLX: failed to load GLX
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstXvImageSink:autovideosink0-actual-sink-xvimage: Could not initialise Xv output
Additional debug info:
xvimagesink.c(1765): gst_xvimagesink_open (): /GstXvImageSink:autovideosink0-actual-sink-xvimage:
Could not open display (null)
libEGL warning: DRI2: xcb_connect failed
libEGL warning: DRI2: xcb_connect failed
libEGL warning: GLX: failed to load GLX
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstXvImageSink:autovideosink0-actual-sink-xvimage: Could not initialise Xv output
Additional debug info:
xvimagesink.c(1765): gst_xvimagesink_open (): /GstXvImageSink:autovideosink0-actual-sink-xvimage:
Could not open display (null)

Pls can anyone help

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