Skip to content

How can I stream appsrc to RTMP server (Wowza)? #40

@dfarrowUnity

Description

@dfarrowUnity

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions