0
votes
0answers
45 views

h.264 http streaming: How to make rewind faster

I'm coding flash player for http video streaming and i have noticed that buffering time is pretty long compared to html5 player rewinding. How to make it faster on flash player as well? I know that ...
1
vote
1answer
55 views

flash: play a movie from half way in

Is it possible to play an MP4/H.264 movie in flash from half way thru? Currently cant figure out how to seek to a time that hasn't buffered yet. Is there anyway of getting flash to start buffering ...
4
votes
1answer
329 views

How can you toggle H264 on and off in a NetStream?

Take the following code: m_h264Settings = new H264VideoStreamSettings(); <some configuration in between> m_ns.videoStreamSettings = m_h264Settings; What's a decent way to toggle whether ...
2
votes
1answer
934 views

Record h.264 from webcam as f4v from flash

Using Flash Media Server, I have an pre-made application that records from webcam and microphone and publishes it to the FMS server as an FLV file. This works fine, but I now have a need to stream ...
0
votes
0answers
245 views

Any chance to play h264 stream from ip cam?

I'm working on a h264 flash player. I'm getting a bytestream (from ip cam) of raw h264 through http connection and i have to play it. As far as i know, flash cannot play any stream directly, i have ...
2
votes
2answers
1k views

How can I record and save flash video's with an H264 codec

Right now I am working on an AIR 3.2 application which lets you stream a video to a Flash Media Server and saves it on a hard drive. This sequence works fine with the standard Sorenson codec but I ...
1
vote
1answer
436 views

Videochat netstream SoundTransform not working for volume control

I have a video chat application where there can be 6 participants. What I would like to do is give the option to each publisher to control their own stream's volume. The code I have looks like this. ...
0
votes
1answer
550 views

AIR save .h264 video locally

I made an app that saves a video to the users desktop directory, but the encoder I'm using writes flv files. These get to be huge really quickly. At 640x360, a 20 second clip is about 20mb. I'm using ...
0
votes
1answer
249 views

H.264 .f4v video 'glitch' on first playback in Flash

Can anyone familiar with H.264 video recommend the 'best' compression settings to avoid the occasional visual 'glitch' one gets on playback using the flash video player?
0
votes
0answers
2k views

NetStream appendByte issue with h264 FLV. Video stops about two second before the end

I post because I have serious issue while using the new NetStream.appendBytes API. It's seems that, with the simple operation of a video playback (FLV / AVC / AAC, x264 in FLV), the netstream ...
0
votes
1answer
445 views

Q:Adobe Media Encoder (AME) and H.264 for Flash

Hi Have been doing a lot of research on obtaining best quality video for use by the Flash Player. Since the latest Player(version 9 and up) supports the H.264 codec I assume thats the way to go. ...
3
votes
2answers
625 views

Splitting H.264 with ActionScript

I'm wondering if someone can help me with references or code snippet of H.264 files splitting.