I am opening a player window full screen and playing a stream from the
Flash Media Encoder through the Red5 server. I'm encoding at
640x480. Here is the setup for the swfobject
swflashvars = {appUrl: 'rtmp://myserver/app',streamId:'livestream'};
swfobject.embedSWF("/Flex/streamViewer.swf",
"screenCastingDiv",
"100%","100%","9.0.0",
"/flash/playerProductInstall.swf",swflashvars,{},{});
Everything works well at first, the video is expanded to fill the
screen size, but after 20 seconds or so, the video shrinks to the
input size of 640x480. I've tried replacing the 100% with the actual
width and height I want but it does the same thing.
Is there another parameter I should be using to keep the video
stretched?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---