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 797404 - this bug is found during x264enc encoding
this bug is found during x264enc encoding
Status: RESOLVED INVALID
Product: gnome-perl
Classification: Bindings
Component: GStreamer
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2018-12-24 05:42 UTC by jalaj
Modified: 2018-12-24 22:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
this attachment is about error (2.30 KB, application/octet-stream)
2018-12-24 05:42 UTC, jalaj
Details

Description jalaj 2018-12-24 05:42:01 UTC
Created attachment 374176 [details]
this attachment is about error

hello
i am new to g streamer. i am doing x264enc encoding of deck link video src and using mpegtsmux for making transport stream and used udpsink for network. fortunately i am able to decode this TS in VLC but unfortunate to decode by DVB box. when i am analysing that TS using decktec analyzer i can found many error in ts file like cc error PMT PAT error and like wise.please help me.
i am adding pipeline which is using by me.

./gst-launch-1.0 decklinkvideosrc do-timestamp=true mode=0 connection=1 device-number=0 ! videoconvert ! x264enc tune=zerolatency byte-stream=true ! mpegtsmux name=mux ! udpsink host=224.1.1.1 port=9999 sync=false decklinkaudiosrc connection=1 channels=2 ! audioconvert ! avenc_ac3 bitrate=128000 ! ac3parse ! queue2 ! mux.
Comment 1 Piotr Drąg 2018-12-24 22:38:08 UTC
GStreamer moved to https://gitlab.freedesktop.org/gstreamer — please report it there.