从 YouTube(直播)频道流式传输
我想将 YouTube 上的直播频道传输到我的应用中。请在此处查看直播频道的示例:http://www.youtube.com/watch?v =oObdPuriO2w
我不想在设备中使用 Intent 和 YouTube 应用。我不想依赖它。我在 StackOverflow 上读到了有关流式传输的内容,但我很困惑!
- 我使用
WebView
或VideoView
或MediaPlayer
还是什么? - 我读过一些关于 RTSP 的内容。它是什么?我需要使用它吗?
- 我需要实施的明确步骤是什么?
对于那些可能感兴趣的人:
我找不到解决我的问题的方法。所以,我放弃了那个项目!
I want to stream a live channel from YouTube into my app. See an example of a live channel here: http://www.youtube.com/watch?v=oObdPuriO2w
I don't want to use Intent and the YouTube app in the device. I don't want to depend on it. I read about streaming on Stack Overflow, but I got confused!
- Do I use
WebView
orVideoView
orMediaPlayer
or what? - I read something about RTSP. What is it? Do I need to use it?
- What are the clear steps of what I need to implement?
To those who might be interested:
I couldn't find a solution to my problem. So, I gave up on that project!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需遵循此代码...
注意:要在您的设备上流式传输视频,必须更新 flashplayer。
Just follow this code...
Note: To stream video on your device, flashplayer must be updated.
关于意图开放,我认为以下几行之一可能有助于避免它:
......
About the intents opening, I think that one of the following lines might help avoiding it:
...