[Bug 671136] mpegtsmux: add support for SDT and NIT tables for DVB-S/DVB-T

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Oct 31 15:28:54 CET 2013


https://bugzilla.gnome.org/show_bug.cgi?id=671136
  GStreamer | gst-plugins-bad | git

--- Comment #26 from Jesper Larsen <jesper.larsen at ixonos.com> 2013-10-31 14:28:50 UTC ---
Created an attachment (id=258651)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=258651)
Test case that will write a NIT to the stream

Wanted to give a fully functional test case. Applying the patches attached here
will allow you to test a basic NIT functionality.

Compiling test case:

$ gcc nit-test.c `pkg-config --cflags --libs gstreamer-1.0
gstreamer-mpegts-1.0` -o nit-test

Takes a gst-launch pipeline argument i.e.

$ ./nit-test filesrc location=video.h264 ! h264parse ! mpegtsmux name=mux !
filesink location=nit-test-out.ts

A NIT containing a network name descriptor will be sent to an element named
mux.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list