简体   繁体   English

使用HTTP Live Streaming ogv的效果不佳

[英]poor performance with http live streaming ogv

I have a http live streaming video with ogv format which should be read and presented in a web page player on desktop and tablets. 我有ogv格式的http live streaming video ,应该在台式机和平板电脑上的网页播放器中阅读和呈现。
but the problem is poor performance, since it may be a very long stream like tv or long movies, anyone has any idea why it is so damn slow and with poor performance? 但是问题在于性能不佳,因为它可能像电视或长片电影一样漫长,所以任何人都不知道为什么它这么慢并且性能不佳? i tried many players but seems no one really support http live streaming . 我尝试了许多播放器,但似乎没人真正支持http live streaming
ican change the streaming format or codec if needed but have no faintest idea about how to play it smooth and fast. 我可以根据需要更改流格式或编解码器,但对如何流畅,快速地播放它没有最模糊的想法。 PS. PS。 i know i should stream form a web server and i am doing this correct. 我知道我应该流形式的Web服务器,我做这正确。 i have the stream in my VLC player very smooth and very well. 我的VLC播放器中的视频流非常流畅且非常好。
this is a picture of how it is presented in chrome in fire fox i have the same problem. 这是火狐中铬的呈现方式的图片,我也有同样的问题。
在此处输入图片说明

and here is my code: 这是我的代码:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">

    <title>Joobeen Ltd.</title>
</head>
<body>
<video src="http://192.168.3.130:8080/ghasemi" type="video/ogv">
    Your browser does not support the VIDEO tag and/or RTP streams.
</video>
</body>
</html>

update your graphics driver? 更新您的图形驱动程序? also change to mp4/h.264 and WebM and see how that goes for you. 还更改为mp4 / h.264和WebM,然后看看效果如何。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM