I'm lost. I have a gstreamer pipeline that works successfully into VLC, ANT Media, and Wowza. But Flashphoner won't seem to connect. What am I doing wrong?
gst-launch-1.0 -e -v nvarguscamerasrc sensor-id=0 ee-mode=0 sensor-mode=1 ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)I420' ! omxh264enc control-rate=2 bitrate=4000000 ! 'video/x-h264, stream-format=(string)byte-stream' ! h264parse ! flvmux ! rtmpsink location='rtmp://192.168.168.206/ASTROVideoStreaming/888115455150638179005101 live=1' &
I have tried entering the URL, split between RTMP URL and Stream fields, with no success.
I read once that you should enter the entire stream url into the Stream field, but it says "FAILED" as soon as I click play.
What syntax should I enter in Flashphoner to get it to receive this local RTMP stream?
Thanks in advance,
Dan
gst-launch-1.0 -e -v nvarguscamerasrc sensor-id=0 ee-mode=0 sensor-mode=1 ! 'video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! 'video/x-raw(memory:NVMM), format=(string)I420' ! omxh264enc control-rate=2 bitrate=4000000 ! 'video/x-h264, stream-format=(string)byte-stream' ! h264parse ! flvmux ! rtmpsink location='rtmp://192.168.168.206/ASTROVideoStreaming/888115455150638179005101 live=1' &
I have tried entering the URL, split between RTMP URL and Stream fields, with no success.
I read once that you should enter the entire stream url into the Stream field, but it says "FAILED" as soon as I click play.
What syntax should I enter in Flashphoner to get it to receive this local RTMP stream?
Thanks in advance,
Dan