André Dieb Martins
2012-02-01 14:08:40 UTC
Hello,
I'm trying to stream a flv stream into a Flash Media Server using the following pipeline:
GST_DEBUG=2,*rtmp*:5 gst-launch -v videotestsrc ! videorate ! ffmpegcolorspace ! x264enc ! flvmux streamable=true ! queue2 ! rmtpsink location="rtmp://host/app/stream live=1"
This is the result: http://pastebin.com/utD1t4CE
My question is: how should I start debugging? I'm also wondering if the src caps of flvmux are okay.
Thanks in advance.
I'm trying to stream a flv stream into a Flash Media Server using the following pipeline:
GST_DEBUG=2,*rtmp*:5 gst-launch -v videotestsrc ! videorate ! ffmpegcolorspace ! x264enc ! flvmux streamable=true ! queue2 ! rmtpsink location="rtmp://host/app/stream live=1"
This is the result: http://pastebin.com/utD1t4CE
My question is: how should I start debugging? I'm also wondering if the src caps of flvmux are okay.
Thanks in advance.