0

我无法在 .3gp 容器和 H.263 / AMR_NB 编码的移动设备上播放视频。我只想在移动设备上播放我的网站视频,就像 youtube.com 一样。我想同时使用 RTMP 和 HTTP。我的要求如下——

哪个编解码器和容器最好?

我应该使用 FLV 在移动设备上播放视频吗?

需要RTSP还是可以使用RTMP?

NetStream 和 NetConnection 方法是否与 Flash Lite Player 中的 Flash Player 不同?

如何使用 RTMP 流播放 3gp 视频,即。ns.play(“mp4:mobilevideo.3gp”, 0, -1, true) 没问题还是需要其他什么?

对于手机浏览器和电脑浏览器,我可以使用单个播放器还是我必须为电脑浏览器和手机浏览器制作不同的播放器?

如果我可以在移动和计算机浏览器的单人播放器中完成它会更好。

测试所需的示例代码。如果你可以的话。

我在下面的文章中提到我们也可以在移动设备中播放视频 3gp 容器。请找到文章。

文章网址-

http://www.hsharma.com/tech/articles/flash-lite-30-video-formats-and-video-volume/ http://www.adobe.com/devnet/logged_in/dmotamedi_fms3.html

谢谢苏尼尔库马尔

4

3 回答 3

1

我们已经确定可以在 3gp 包装器中播放 mp4,但前提是文件具有 mp4 扩展名,并且适用于 Flash 9 及更高版本。

请参阅http://www.adobe.com/eeurope/products/hdvideo/faq/

于 2011-06-30T11:19:22.493 回答
0

Hi I am not able to play video on mobile device which is .3gp container and H.263 /AMR_NB encoded. I just want to play my website videos in mobile device also just like youtube.com. I want to use RTMP and HTTP both. My requirement is as follows-

Which codec and container will be best?

Should I use FLV to play video on mobile device?

RTSP required or can be use RTMP?

.flv is not supported on all devices that support FL 3.0. Please refer to the following threads in the nokia discussion forum:http://discussion.forum.nokia.com/forum/showthread.php?p=731458#post731458 regarding transcoding in 3gp to be used in the rtsp server. You can use http for flv.

Is NetStream and NetConnection methods different from Flash Player in Flash Lite Player?

I have no clue about this.

How to play 3gp video using RTMP stream ie. ns.play(“mp4:mobilevideo.3gp”, 0, -1, true) is it ok or any thing else required?

For the rtsp, you need to setup the darwin streaming server, which is pretty simple to install and then place your 3gp/mp4 files there. There is no need for a netstream object for this. You can simply use the 'play' method with the instance of the video object:

.play(<3gp_Or_mp4__file>);

For mobile browser and computer browser, can I use single player or I have to make different player for computer browser and mobile browser? It would be better if I can do it with single player for both mobile and computer browser.

No clue.

于 2010-05-11T10:45:12.383 回答
0

我建议您查看 3gp 播放器官方网站http://www.3gp-player.com。您可以阅读并获取有关在台式机/笔记本电脑和手机/移动设备上播放 3gp 视频文件的一些信息。那里提供的大多数工具都是免费的,所有 3gp 播放器/转换器的信息也是如此。

希望这对您有所帮助。

于 2010-06-05T15:28:11.560 回答