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

Crashes when stop pipeline #14

Closed
bsceran opened this issue May 25, 2016 · 5 comments
Closed

Crashes when stop pipeline #14

bsceran opened this issue May 25, 2016 · 5 comments

Comments

@bsceran
Copy link

bsceran commented May 25, 2016

My java application sometimes crashes when I stop the pipeline.
The application uses following pipe to play a rtsp stream;
"gst-launch-1.0 rtspsrc location=rtsp://... latency=200 protocols=2 ! rtph264depay ! vaapiparse_h264 ! vaapidecode ! vaapisink".

According to the log file hs_err_pid19332.txt, it seems it is related with gstreamer itself but I cannot be sure.

This is my configuration;
Linux localhost.localdomain 3.10.0-327.4.4.el7.x86_64
CentOS Linux release 7.2.1511 (Core)

gstreamer1-1.4.5-1.el7.x86_64
gstreamer1-plugins-base-1.4.5-2.el7.x86_64
gstreamer1-plugins-good-1.4.5-2.el7.x86_64
gstreamer1-plugins-bad-free-1.4.5-3.el7.x86_64
gstreamer1-plugins-bad-freeworld-1.0.6-1.el7.nux.x86_64
gstreamer1-vaapi-0.6.1-1.el7.x86_64

gst1-java-core-0.9-SNAPSHOT

If you need, i can also post the java code itself for reproducing the problem.

@neilcsmith-net
Copy link
Member

Thanks for the report. Yes, please attach source code for a short example that replicates this.

Is this behaviour consistent or occasional?

@bsceran
Copy link
Author

bsceran commented May 26, 2016 via email

@bsceran
Copy link
Author

bsceran commented May 27, 2016

Hi Neil,

When I testing my sample application sample-application.zip, I have faced with two issues;

1- Player does not start when I first press the PLAY button. But after I press STOP and PLAY button several times, player starts playing.

2- When I resize the frame and canvas, the video does not resize along with them.

Could you please help on these issues?

Serdar

@bsceran
Copy link
Author

bsceran commented Jun 2, 2016

Hi Neil,

Regarding to the issues I had mention 6 days ago,
I was using vaapisink element to display video. But when I replace it with glimagesink element, 2 issues seems to be fixed now. Additionally, we haven't faced any crash when we try to stop the pipe line.

So, It seems these issues are related with vaapisink implementation, not related to java bindings.

Shall I close this issue then?

@neilcsmith-net
Copy link
Member

Yes, let's close this, but reopen if you find something that replicates the problem and can't be reproduced upstream.

Thanks, Neil

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

2 participants