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 694375 - Only sound when playing a mpeg file with uri http
Only sound when playing a mpeg file with uri http
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: dont know
0.10.36
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
ivi
Depends on:
Blocks:
 
 
Reported: 2013-02-21 17:08 UTC by Christophe Prigent
Modified: 2013-06-08 03:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Debug log (904.56 KB, text/plain)
2013-02-21 17:08 UTC, Christophe Prigent
Details

Description Christophe Prigent 2013-02-21 17:08:38 UTC
Created attachment 237069 [details]
Debug log

Setup:
------
Laptop Dell Latitude E5420:
* Ubuntu 12.04 64 bit
* Intel Core i5 2540M
* 4GiB memory
* integrated graphics controller (Intel)

Pre-conditions:
---------------
* Terminal open
* File ready to be tested

Steps:
-----
1. Execute command:
gst-launch-0.10 playbin2 uri='http://localhost/toto/104.mpeg'

Actual result
-------------
1. There is no video. Only sound is played.

Expected result:
----------------
1. Video and audio are played

Information:
-----------
The file comes from DLNA Forum and can't be shared :(

Here are properties:
gst-discoverer-1.0 104.mpeg 
Analyzing file:///home/yann/Bureau/104.mpeg
Done discovering file:///home/yann/Bureau/104.mpeg

Topology:
  container: MPEG-2 System Stream
    audio: MPEG-1 Layer 2 (MP2)
    video: MPEG-2 Video

Properties:
  Duration: 0:27:27.120000000
  Seekable: yes
  Tags: 
      codec audio: MPEG 1 Audio, Layer 2
      débit nominal: 64000
      has crc: true
      channel mode: mono
      codec vidéo: MPEG 2 Video

Not reproduced with this commands (video+audio are played):
gst-launch-0.10 playbin uri=file:///'home/yann/Bureau/104.mpeg'
gst-launch-0.10 playbin2 uri=file:///'home/yann/Bureau/104.mpeg'
Comment 1 Tim-Philipp Müller 2013-02-21 18:02:29 UTC
Thanks for the bug report.

However, the 0.10 version of GStreamer is not maintained any longer, please
re-test with 1.x.

Also, realistically, we will need the file in order to look into this. The
chances that anyone is going to look at this trying to figure it out from just
the debug log are pretty slim, they will likely just go and look at other bugs
where a file is readily available.
Comment 2 Tobias Mueller 2013-06-08 03:46:01 UTC
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!