-
1. Re: MP4 and RTMPE
chall3ng3r Feb 5, 2010 1:31 PM (in response to _CarlosBernal_)Hi Carlos,
Using Flash's components is not recommended for mobile applications.
You can create your own player by placing a Video object on stage, and few lines of code.
For example:
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStream = new NetStream(connection_nc);
my_video.attachVideo(stream_ns);
stream_ns.play("http://myserver.com/video/video2.flv");Where my_video is the video object on stage.
Hope it helps,
// chall3ng3r //
-
2. Re: MP4 and RTMPE
BOBJOII Sep 8, 2010 5:37 AM (in response to chall3ng3r)I don't want to be rude but this answer doesn't really help much. I have cricket balls website and I would like to incorporate a blog with MP4 videos but I am concerned about moblie devices and flash.
-
3. Re: MP4 and RTMPE
tom_sharma Oct 31, 2010 7:29 AM (in response to _CarlosBernal_)Carlos,
Wondering if you got the solution to this problem?
I am having same issue, trying to stream MP4 video (h.264, fps 30 , bitrate 10.9 mbps) over rtmp (using wowza) and playout on Flash lite 3.1...No luck.
Any insight, will be much appreciated!
Thx
Mark
-
4. Re: MP4 and RTMPE
qwerty-2 Nov 7, 2010 10:25 PM (in response to tom_sharma)Hi Carlos/mark,
I hope you would help me by telling that are u people using standalone (air application) or browser based swf file to stream data on handset (having support if FlashLite 3.x) using Flash Streaming Sever (wowza or any other)?
Thanks in Advance
