Hi,
we at Vienna University try to stream a testvideo via gstreamer to our Wowza Media Server by using this command:
gst-launch-0.10 -v videotestsrc ! “video/x-raw-yuv, format=(fourcc)I420, width=(int)640, height=(int)480, framerate=(fraction)15/1” ! queue ! x264enc bitrate=500 cabac=false pass=qual quantizer=27 subme=4 threads=0 bframes=0 dct8x8=false ! queue ! rtph264pay ! queue ! udpsink host=128.130.35.149 port=10004
The rtp packets are recieved just fine, so firewall settings are not the reason for our problem. We try to view the stream by JW Player (Longtail setup wizard: rtmp stream, file: udp://0.0.0.0:10004, streamer: rtmp://videotest.zserv.tuwien.ac.at:80/rtplive). However, the flash player remains black and doesn’t show our stream.
For your information, we have this cap for our videostream:
caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, sprop-parameter-sets=(string)“Z0LAFrkQFAe2AiAAAAMAIAAAAwPB4sXU\,aM4XIA\=\=”, payload=(int)96, ssrc=(guint)2438042987, clock-base=(guint)2413324687, seqnum-base=(guint)449100
our SDP-file looks like this:
v=0
o=- 1208520720 2590316916 IN IP4 128.130.35.149
s=MY FIRST PIPELINE
i=N/A
c=IN IP4 128.130.35.149
t=0 0
m=video 10004 RTP/AVP 96
a=rtpmap:96 H264/90000
a=fmtp:96 media=video; clock-rate=90000; encoding-name=H264; profile-level-id=4d4015; sprop-parameter-sets=Z0LAFrkQFAe2AiAAAAMAIAAAAwPB4sXU,aM4XIA==; ssrc=2438042987; clock-base=2413324687; seqnum-base=449100
Do you have any ideas where our problem might be? Is our gstreamer pipeline or sdp-file wrong (it shoul be okay according to Using gstreamer-0.10 with Wowza), or do we need further settings for our wowza media server? Any advice is welcome
Thank you for your help in advance,
gergely
PS: our log file might help you finding a solution:
https://institute.tuwien.ac.at/fileadmin/t/tsc/temp/wowza_log.txt