Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
Adr_Laik #1
flv playback video quality
Hy all . I'm having a problem with a published video . One client publish the
video from camera and it's quality is verry good , but when another client try
to view the live stream , the quality is low . Does anyone knows why?
Adr_Laik Guest
-
Video Playback Statistics
Hi, We are trying to create a simple player that will provide playback statistics. Stuff like total bandwidth, dropped packets and frames and... -
Video (QT) is Choppy During Playback
I have a slide show that shows several pitures, and then at the end has 4 movies (QT), The first movie plays and is choppy at the bottom 1/2" of the... -
Video playback control???
I'd like to add Video playback controls to the videos i'm putting in my projector. Does anyone know of a program I can use when creating or... -
Video Playback from CD-ROM
I am trying to create a CD-ROM that will play a short 640 x 480 video intro which will lead into the main interface. I had heard that the... -
help! big problem with video playback
hi there, i got a problem with my quicktime-video-playback. everything worked just fine till I decided to insert a version-check-routine. i... -
JayCharles #2
Re: flv playback video quality
You haven't provided enough information for us to even guess at the problem. Please explain in more detail.
JayCharles Guest
-
Adr_Laik #3
Re: flv playback video quality
Publisher :
source_ns = new NetStream(broad_nc);
source_ns.attachVideo(my_cam); // attach video to a stream
my_video.attachVideo(my_cam); // attach video to a video component from stage
source_ns.publish("stream","live");
//quality of my_video from stage is high
Viewer :
my_ns = new NetStream(viewer_nc);
my_ns.play("stream",-1);
my_video.attachVideo(my_ns);
// quality for my_video from stage is low
And later i've set Camera.setQuality method from the broadcaster side and the
video from viewer side was just perfect.
Thanks anyway Jay .
Adr_Laik Guest



Reply With Quote

