RTSP stream to webrtcbin
Tarun Tej K
tarun4690 at gmail.com
Mon Jan 21 02:18:26 UTC 2019
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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190121/820933ce/attachment.html>
More information about the gstreamer-devel
mailing list