532
edits
mNo edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
Create the sender pipeline like this. | Create the sender pipeline like this. | ||
<pre> | <pre> | ||
pipeline_create sender videotestsrc is-live=true ! x264enc ! | pipeline_create sender videotestsrc is-live=true ! x264enc ! seimetatimestamp ! seiinject ! rtph264pay ! capsfilter name=cf ! udpsink host=127.0.0.1 port=5000 | ||
</pre> | </pre> | ||
Create the receiver pipeline. | Create the receiver pipeline. | ||
Line 70: | Line 70: | ||
Sender: | Sender: | ||
<pre> | <pre> | ||
pipeline_create send videotestsrc is-live=true ! x264enc ! | pipeline_create send videotestsrc is-live=true ! x264enc ! seimetatimestamp ! seiinject ! mpegtsmux ! udpsink host=127.0.0.1 port=5000 | ||
</pre> | </pre> | ||
Receiver: | Receiver: |
edits