rtmpsink with file input doesn't uplink to WOWZA properly
Nicolas Dufresne
nicolas.dufresne at collabora.com
Fri Oct 30 07:58:24 PDT 2015
Le vendredi 30 octobre 2015 à 04:03 -0700, raghava.447 a écrit :
> I am trying to uplink video to WOWZA server. Below is the pipeline
> used.
>
> gst-launch-1.0 filesrc location=/root/big_buck_bunny_270p.mp4 !
> decodebin
> name=dec ! x264enc bitrate=1024 ! flvmux name=mux streamable=true !
> rtmpsink
> location=rtmp://10.0.0.7:1935/live/mystream
>
> Simultaneously, I tried watch th eplayback using VLC player from URI
> "rtmp://10.0.0.7:1935/live/mystream". Here, what I see is jerky
> playback.
> Video starts fine but soon after few seconds, video freezes and then
> jumps
> to some random position and starts playing from that position. Again
> video
> freezes and then jumps to some random position and starts playing
> from that
> position. This repeats and the playback finishes by 2 minutes
> approximately.
>
> This issue is not seen with Live input.
>
> This behaviour is observed with 1.6.0. Earlier I was using 1.4.4
> version and
> this issue was not seen with that package.
You may help narrow down the issue. You may try to add queues, to see
if it's a jitter issue. You may want to try and disable b-frame, by
selecting another h264 profile, or by using x264 preset,
tune=zerolatency. You should also inspect the traces on both side
(Gstreamer, with at least GST_DEBUG=2 to get warnings if any) and
Wowza, which you should read the use manual I guess.
cheers,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151030/4af94b7e/attachment.sig>
More information about the gstreamer-devel
mailing list