From: gnome-perl (G. B. <bug...@gn...> - 2018-12-24 05:41:45
|
https://bugzilla.gnome.org/show_bug.cgi?id=797404 Bug ID: 797404 Summary: this bug is found during x264enc encoding Classification: Bindings Product: gnome-perl Version: unspecified OS: Linux Status: NEW Severity: critical Priority: Normal Component: GStreamer Assignee: gtk...@li... Reporter: jal...@gm... QA Contact: gtk...@li... GNOME version: --- Created attachment 374176 --> https://bugzilla.gnome.org/attachment.cgi?id=374176&action=edit 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. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. |