-
-
Notifications
You must be signed in to change notification settings - Fork 44
Description
I am trying to stream RTMP using Test4 scene. I made this update in the CustomVideoStreamer "Pipeline" field:
videoconvert ! video/x-raw,format=I420 ! x264enc name=videoEnc bitrate=5000 tune=zerolatency pass=qual ! video/x-h264 ! queue ! flvmux name=mux ! rtmpsink location=rtmp://192.123.1.45:1935/live_test/myStream
I see my stream appear in Wowza, but I cannot play it back. A very similar commands works for me on the command line:
gst-launch-1.0 gdiscreencapsrc ! videoconvert ! video/x-raw,format=I420 ! x264enc name=videoEnc bitrate=5000 tune=zerolatency pass=qual ! video/x-h264 ! queue ! flvmux name=mux ! rtmpsink location=rtmp://192.168.1.33:1935/live_test/myStream
Can you provide any insight into streaming using RTMP? (Please note, I do have "Run in Background" set on Player settings)