streaming into a web pag

classic Classic list List threaded Threaded
23 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: streaming into a web pag

Simon Brown


On Thu, 19 Dec 2019 at 02:41, Stephenwei <[hidden email]> wrote:
Make sure you have vp8 plugin and vp8 codec just only support on chrome


Not true - Chrome supports H264 as well. 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: streaming into a web pag

Pascal Jacquemart-3
My understanding is that you should not need to transcode to VP8. Only h264depay ! h264pay ! webrtcbin should be enough. But it highly depends on the h264 profile used by the camera.

On 19 Dec 2019, at 21:02, Simon Brown <[hidden email]> wrote:



On Thu, 19 Dec 2019 at 02:41, Stephenwei <[hidden email]> wrote:
Make sure you have vp8 plugin and vp8 codec just only support on chrome


Not true - Chrome supports H264 as well. 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: streaming into a web pag

Marc Leeman

Indeed,

most browsers support multiple formats, VP8 and H264 were common 2 years ago. Beta version of Chromium started using VP9 too; by now I would expect H265 to be supported too.

Don't transcode if you don't need to, it will add latency and degrade your video quality.



On Thu, 19 Dec 2019 at 14:45, Pascal Jacquemart <[hidden email]> wrote:
My understanding is that you should not need to transcode to VP8. Only h264depay ! h264pay ! webrtcbin should be enough. But it highly depends on the h264 profile used by the camera.

On 19 Dec 2019, at 21:02, Simon Brown <[hidden email]> wrote:



On Thu, 19 Dec 2019 at 02:41, Stephenwei <[hidden email]> wrote:
Make sure you have vp8 plugin and vp8 codec just only support on chrome


Not true - Chrome supports H264 as well. 
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


--
g. Marc

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
12