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 658526 - Does GStreamer support MPEGTS + H.264 codec?
Does GStreamer support MPEGTS + H.264 codec?
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-08 05:45 UTC by sunshine_uyl
Modified: 2011-09-17 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
log file (26.49 KB, application/x-gzip)
2011-09-08 05:48 UTC, sunshine_uyl
Details
1MB data cut from begging of video clip (1000.00 KB, application/octet-stream)
2011-09-13 10:39 UTC, sunshine_uyl
Details

Description sunshine_uyl 2011-09-08 05:45:20 UTC
I run GStreamer with the attached video file (MPEGTS + H.264 codec). But the following message occurred.



gstffmpegdec.c:2260:gst_ffmpegdec_frame: ffdec_h264: decoding error (len: -1, have_data: 0)

E/GstPlayer(  552): [757], ERROR     :0:: non-existing SPS 0 referenced in buffering period

E/GstPlayer(  552): [757], ERROR     :0:: non-existing PPS 0 referenced

E/GstPlayer(  552): [757], ERROR     :0:: decode_slice_header error

E/GstPlayer(  552): [757], ERROR     :0:: no frame!



The complete log file is attached. 



Does GStreamer support MPEGTS + H.264 codec?
Comment 1 sunshine_uyl 2011-09-08 05:48:58 UTC
Created attachment 195949 [details]
log file
Comment 2 sunshine_uyl 2011-09-08 07:45:49 UTC
The played video clip is got from ISDB stream.
Comment 3 Vincent Penquerc'h 2011-09-09 10:48:35 UTC
GStreamer is supposed to support this.
Do you have a (preferably small) sample which does not play ?
Comment 4 sunshine_uyl 2011-09-13 01:47:36 UTC
Dear Vincent,
    Thanks for your response. Sorry! I don't have small sample. The size of video clip I have is 158MBytes. Do you have FTP server? I can upload the video clip to FTP server.
Comment 5 Vincent Penquerc'h 2011-09-13 09:14:16 UTC
The first few megabytes of the file ought to be enough for me to check why it does not decode properly.
Comment 6 sunshine_uyl 2011-09-13 10:35:33 UTC
Dear Vincent,

     Thanks for your great support. I cut 1MB from begging of video clip. Please refer to the attached file. Please let me if information is not enough.
Comment 7 sunshine_uyl 2011-09-13 10:39:20 UTC
Created attachment 196351 [details]
1MB data cut from begging of video clip
Comment 8 Vincent Penquerc'h 2011-09-13 15:45:43 UTC
GStreamer uses ffmpeg to decode H.264 streams, but ffmpeg does not decode that file either. I suggest you get the ffmpeg people to look at this sample.
Comment 9 sunshine_uyl 2011-09-14 01:49:47 UTC
Dear Vincent,
     Thanks for your information. I will submit this issue to FFMPEG bug tracker system.