RTSP stream to webrtcbin

Marc Leeman marc.leeman at gmail.com
Tue Jan 22 16:14:39 UTC 2019


I would depayload, parse and payload again, at the very least, you
would be more certain not to feed in corrupt frames that might confuse
the Google stack on the receiving end (can be an issue in busy
networks).

At least that was what we did some time ago.


On Mon, 21 Jan 2019 at 03:27, Tarun Tej K <tarun4690 at gmail.com> wrote:
>
> Hi,
>
> We were able to get it working in v1.14.1 with the similar to below pipeline in Google Chrome.
>
> gst_parse_launch ("webrtcbin bundle-policy=max-bundle name=sendrecv " STUN_SERVER
> " rtspsrc location=rtsp://<ipcamera_url_info_here> ! queue ! application/x-rtp, media=video, encoding-name=H264, payload=96 ! sendrecv. ",
> &error);
>
>
> We didn't have to depayload at all. Simply filter out the h264 and forward the rtsp stream to webrtcbin.
>
> However after upgrading the gstreamer version to 1.14.2 or later and Google chrome, we are facing errors.
> More details here : https://github.com/centricular/gstwebrtc-demos/issues/65
>
> On Mon 21 Jan, 2019, 4:42 AM SuffiX <maxigene at gmail.com wrote:
>>
>> Hello!
>>
>> Does anybody found solution how to forward h264 RTSP video from IP camera to
>> HTML5 video using GStreamer WebRTCbin without decoding h264 to h264?
>>
>> Please, share example of launcher pipe and js code to see the result.
>>
>>
>>
>> --
>> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


More information about the gstreamer-devel mailing list