KLV stream not detected

John Hanks jhanks at vsicorp.com
Wed Jul 25 01:23:51 UTC 2018


I am running Ubuntu 16.04.4 LTS.  I also get GStreamer Core Library 
version 1.15.0.1 when I do a --gst-version on gst-discoverer-1.0.

You are correct that gst-discoverer-1.0 does not show the klv stream but 
ffprobe DOES show it as Stream #0:1 (I've highlighted the text in red 
below in your email).

I think we need to do an Apples-to-Apples test here.  I've attached a 
short clip I've made with audio, video and klv data. My system shows 
this for gst-discoverer-1.0:

Topology:
   container: MPEG-2 Transport Stream
     video: H.264 (High Profile)
     audio: MPEG-2 AAC
     unknown: meta/x-klv

Properties:
   Duration: 0:00:02.276393185
   Seekable: yes
   Live: no
   Tags:
       language code: en
       audio codec: MPEG-2 AAC
       video codec: H.264

-----------------

And this for ffprobe:

Input #0, mpegts, from '/tmp/test1.mp4':
   Duration: 00:00:02.47, start: 3600.000000, bitrate: 1424 kb/s
   Program 1
     Stream #0:0[0x41]: Data: klv (KLVA / 0x41564C4B)
     Stream #0:1[0x42](en): Audio: aac (LC) ([15][0][0][0] / 0x000F), 
48000 Hz, stereo, fltp, 106 kb/s
     Stream #0:2[0x43]: Video: h264 (High) (HDMV / 0x564D4448), 
yuv420p(tv, bt709, progressive), 1920x1080 [SAR 3:4 DAR 4:3], 30 fps, 
14.58 tbr, 90k tbn, 60 tbc
Unsupported codec with id 100356 for input stream 0

-------

If you can get me your file, I'll see what I get as well.  Maybe we can 
figure this out....

John



On 07/23/2018 03:51 PM, Arturo Flores wrote:
> Hi John,
>
> I built gstreamer using the "create-uninstalled-setup.sh" script on 
> Ubuntu 16.0.4.3 .  The output of gst-discoverer-1.0 is :
> GStreamer Core Library version 1.15.0.1
>
> If I run gst-discoverer-1.0 on a file with KLV stream I get:
> 0:00:00.239696518 [332m22597[00m 0x7fe3b40358f0 [31;01mERROR  [00m 
> [00m               libav 
> gstavviddec.c:1309:gst_ffmpegviddec_negotiate:<avdec_h264-0>[00m 
> negotiation failed
>
> Analyzing file:///home/aflores/file.mpg
> Done discovering file:///home/aflores/file.mpg
>
> Topology:
>   container: MPEG-2 Transport Stream
>     video: H.264 (Baseline Profile)
>
> Properties:
>   Duration: 0:08:54.872310111
>   Seekable: yes
>   Live: no
>   Tags:
>       video codec: H.264
>
> Note it still does not detect the klv stream.  The output of ffprobe 
> on the same file:
>
> ffprobe version 2.8.14-0ubuntu0.16.04.1 Copyright (c) 2007-2018 the 
> FFmpeg developers
>   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.9) 20160609
>   configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 
> --build-suffix=-ffmpeg --toolchain=hardened 
> --libdir=/usr/lib/x86_64-linux-gnu 
> --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl 
> --enable-shared --disable-stripping --disable-decoder=libopenjpeg 
> --disable-decoder=libschroedinger --enable-avresample 
> --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass 
> --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio 
> --enable-libflite --enable-libfontconfig --enable-libfreetype 
> --enable-libfribidi --enable-libgme --enable-libgsm 
> --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg 
> --enable-libopus --enable-libpulse --enable-librtmp 
> --enable-libschroedinger --enable-libshine --enable-libsnappy 
> --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora 
> --enable-libtwolame --enable-libvorbis --enable-libvpx 
> --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid 
> --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab 
> --enable-libdc1394 --enable-libiec61883 --enable-libzmq 
> --enable-frei0r --enable-libx264 --enable-libopencv
>   libavutil      54. 31.100 / 54. 31.100
>   libavcodec     56. 60.100 / 56. 60.100
>   libavformat    56. 40.101 / 56. 40.101
>   libavdevice    56.  4.100 / 56.  4.100
>   libavfilter     5. 40.101 /  5. 40.101
>   libavresample   2.  1.  0 /  2.  1.  0
>   libswscale      3.  1.101 /  3.  1.101
>   libswresample   1.  2.101 /  1.  2.101
>   libpostproc    53.  3.100 / 53.  3.100
> Input #0, mpegts, from '/home/aflores/file.mpg':
>   Duration: 00:08:54.93, start: 4235.760433, bitrate: 6280 kb/s
>   Program 1
>     Stream #0:0[0x21]: Video: h264 (Baseline) ([27][0][0][0] / 
> 0x001B), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 
> 90k tbn, 119.88 tbc
> Stream #0:1[0x28]: Data: klv (KLVA / 0x41564C4B)
> Unsupported codec with id 1263294017 for input stream 1
>
> Could it be I built gstreamer incorrectly or without the right 
> autogen.sh/configure <http://autogen.sh/configure> flags?
>
> On Thu, Jun 21, 2018 at 5:52 PM, John Hanks <jhanks at vsicorp.com 
> <mailto:jhanks at vsicorp.com>> wrote:
>
>     It works correctly on 1.15.0.1.  It must be a bug in 14.:
>
>     norman:~$ gst-discoverer-1.0 --gst-version
>     GStreamer Core Library version 1.15.0.1
>     norman:~$ gst-discoverer-1.0 /data/file.ts
>     Analyzing file:///data/file.ts
>     Done discovering file:///data/file.ts
>
>     Topology:
>       container: MPEG-2 Transport Stream
>         video: H.264 (High 4:2:2 Profile)
>         audio: MPEG-2 AAC
>         unknown: meta/x-klv
>
>     Properties:
>       Duration: 0:00:19.095193925
>       Seekable: yes
>       Live: no
>       Tags:
>           language code: en
>           audio codec: MPEG-2 AAC
>           video codec: H.264
>
>     John
>
>
>     On 06/21/2018 01:41 PM, Arturo Flores wrote:
>>     I have a file that contains two streams: a video stream and a klv
>>     stream.  One problem I have encountered is it appears the KLV
>>     stream is not being detected when using gstreamer-1.0 .  For
>>     example, if I use gst-discoverer-0.10 on this file I get:
>>
>>     ...
>>     Done discovering file://somefilewithklv.mpg
>>
>>     Topology:
>>       container: MPEG-2 Transport Stream
>>         video: H.264
>>         unknown: private/klv
>>     ...
>>
>>
>>     However, if I use the new gstreamer tool gst-discoverer-1.0, I get:
>>
>>     Done discovering file:///somefilewithklv.mpg
>>
>>     Topology:
>>       container: MPEG-2 Transport Stream
>>         video: H.264 (Baseline Profile)
>>
>>     I am using gstreamer-1.0-1.14.1 if it makes a difference.  Should
>>     I be seing the unknown:private/klv stream when using the new
>>     gst-discoverer-1.0 ?
>>
>>     Thanks
>>
>>     Arturo
>>
>>
>>
>>     _______________________________________________
>>     gstreamer-devel mailing list
>>     gstreamer-devel at lists.freedesktop.org
>>     <mailto:gstreamer-devel at lists.freedesktop.org>
>>     https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>     <https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>
>
>     _______________________________________________
>     gstreamer-devel mailing list
>     gstreamer-devel at lists.freedesktop.org
>     <mailto:gstreamer-devel at lists.freedesktop.org>
>     https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>     <https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel>
>
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180724/55f93732/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test1.mp4
Type: video/mp4
Size: 440108 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180724/55f93732/attachment-0001.mp4>


More information about the gstreamer-devel mailing list