diff options
Diffstat (limited to 'TESTING')
-rw-r--r-- | TESTING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -11,12 +11,13 @@ PUT stream: ----------- $ gst-launch-1.0 -e videotestsrc is-live=TRUE ! videoscale ! \ video/x-raw, height=120, width=160 ! timeoverlay font-desc="80px" ! tee name=t \ - t. ! queue ! videoconvert ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath?type=http" \ + t. ! queue ! videoconvert ! theoraenc ! oggmux ! \ + souphttpclientsink location="http://localhost:8000/stream/somepath?type=http" \ t. ! queue ! videoconvert ! xvimagesink GET stream: ----------- - $ gst-launch-1.0 souphttpsrc location="http://localhost:8000/somepath" ! \ + $ gst-launch-1.0 souphttpsrc location="http://localhost:8000/stream/somepath" ! \ decodebin ! videoconvert ! videoscale ! autovideosink Launch as many GET streams as necessary. For multiple PUT streams, just change "somepath" to something else. |