After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 677849 - Error Message: Could not negotiate format
Error Message: Could not negotiate format
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.0
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-11 11:31 UTC by Axel Braun
Modified: 2012-10-17 13:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
result (15.48 KB, text/plain)
2012-06-14 07:41 UTC, Axel Braun
Details

Description Axel Braun 2012-06-11 11:31:11 UTC
I use Citrix Receiver to connect to a remote Desktop. This remote desktop, resp. the application Lync, tries to connect to the Webcam installed in my PC. This apparently fails with the error message:
Webcam cant be use. Report the following gstreamer error to the helpdesk
Could not negotiate format
Check your filtered caps, if any.

What to do?
Comment 1 Wim Taymans 2012-06-14 07:21:02 UTC
what does:

 gst-launch v4l2src ! fakesink -v

say?
Comment 2 Axel Braun 2012-06-14 07:29:26 UTC
docb@T520:~> /usr/bin/gst-launch v4l2src ! fakesink -v > gst-launch.txt
^C
docb@T520:~>
Comment 3 Axel Braun 2012-06-14 07:41:05 UTC
Created attachment 216377 [details]
result
Comment 4 Tim-Philipp Müller 2012-06-14 09:53:06 UTC
Ok, so the webcam works fine in principle.

It's probably best to file a bug with the application where you got the error (Lync?) - they might be missing a colorspace converter in the pipeline (ffmpegcolorspace), or perhaps they are setting filtercaps that are not supported by your camera (a GST_DEBUG=v4l2*:5 log would tell them).
Comment 5 Axel Braun 2012-06-14 12:26:22 UTC
Have you ever tried to file a bug with Microsoft (Lync) or Citrix (Receiver)? You hardly can create an account with them without having a support contract.
In fact I have posted this to Citrix http://forums.citrix.com/thread.jspa?threadID=307778&tstart=0 , but as mostly with commercial companies, there are only few hopes that this is picked up.....
Comment 6 Tim-Philipp Müller 2012-07-11 18:22:53 UTC
If you could provide a (gzipped/bzipped) GST_DEBUG=*:5 log and attach it to this bug, we can take  look. Usually this kind of error stems from something that needs fixing on the application side though.
Comment 7 Axel Braun 2012-07-11 19:19:10 UTC
Can you explain how I can record the log, or what I have to do to receive it?
I'm calling the Citrix-frontend via a webpage, so there is no direct application call from my side.
or do I have to start the above gst-launch with --gst-debug-level=5 ?
Comment 8 Tim-Philipp Müller 2012-09-29 11:54:38 UTC
I don't know, sorry. Despite the (admittedly rather bad) error message, this is most likely a bug in the application and needs to be debugged in the application. I don't know what the setup is here, so I don't know how or if you can get a debug log, but without one there's not much we can do about this.
Comment 9 Tim-Philipp Müller 2012-10-17 13:17:32 UTC
Sorry, no idea what to do about this, or even if there's anything to do on our side at all. Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!