视频直播有什么含义?
What implications does it have to broadcast video live?
我被要求创建一个直播视频的平台,但我对此有很多疑问。
- 我想用 PHP 构建它,后端使用 Laravel,前端使用 AngularJS。这是个好主意吗?
- 是否已经构建了任何服务,我可以将其集成到我的应用程序中,以便将视频广播发送给他们,但使用他们的资源显示,但从我的 Laravel 应用程序观看?
- 如果没有服务我可以"plug in"到我的应用程序,开发这项技术意味着什么?
谢谢你们!
I would like to build it with PHP, using Laravel for the backend and
AngularJS for the front end. Is this a good idea?
我结合使用了 Laravel 和 Angular,效果很好,网上有很多资源可以提供帮助
Are there any services already built that I could integrate to my
application so the video broadcast goes to them but show it using
their resources but viewing from my Laravel App?
是的,有很多。 Brightcove 和 Livestream(以及许多其他公司)提供可以嵌入网站的视频转码和播放器。我不能推荐一个优于另一个,我过去使用过 brightcove 但不用于直播
If there is no services I could "plug in" to my app, what does it implies to develop this technology?
意味深长。您将需要一些方法来上传视频流,即时转码,然后弄清楚如何将它们分发给最终用户。这是可能的,但我不推荐它。如果您必须走那条路,我知道 AWS 提供了一些可能有用的服务,例如转码即服务以及来自 Cloudfront CDN 的直播。
编辑:Wowza 是我试用过的另一项服务,可能值得一看。有点介于自己滚动和使用完全托管的服务之间
我被要求创建一个直播视频的平台,但我对此有很多疑问。
- 我想用 PHP 构建它,后端使用 Laravel,前端使用 AngularJS。这是个好主意吗?
- 是否已经构建了任何服务,我可以将其集成到我的应用程序中,以便将视频广播发送给他们,但使用他们的资源显示,但从我的 Laravel 应用程序观看?
- 如果没有服务我可以"plug in"到我的应用程序,开发这项技术意味着什么?
谢谢你们!
I would like to build it with PHP, using Laravel for the backend and AngularJS for the front end. Is this a good idea?
我结合使用了 Laravel 和 Angular,效果很好,网上有很多资源可以提供帮助
Are there any services already built that I could integrate to my application so the video broadcast goes to them but show it using their resources but viewing from my Laravel App?
是的,有很多。 Brightcove 和 Livestream(以及许多其他公司)提供可以嵌入网站的视频转码和播放器。我不能推荐一个优于另一个,我过去使用过 brightcove 但不用于直播
If there is no services I could "plug in" to my app, what does it implies to develop this technology?
意味深长。您将需要一些方法来上传视频流,即时转码,然后弄清楚如何将它们分发给最终用户。这是可能的,但我不推荐它。如果您必须走那条路,我知道 AWS 提供了一些可能有用的服务,例如转码即服务以及来自 Cloudfront CDN 的直播。
编辑:Wowza 是我试用过的另一项服务,可能值得一看。有点介于自己滚动和使用完全托管的服务之间