cannot set videoCodec

28 views
Skip to first unread message

jmiller

unread,
Apr 29, 2013, 10:55:09 AM4/29/13
to myproje...@googlegroups.com
I cannot set the videoCodec property. It always says Sorenson! even when I change it and check the .flv on server the media property show Sorenson. Anyone have any clues? or help?? maybe I am doing something wrong?? I am using flash+...

Just need a little help, Thanks! 

I am getting very choppy video and I think it maybe be due to the codec, if anyone has any help with choppy/blocky video, that would be great!!
getFlashMovie('video').getProperty('videoCodec')
"Sorenson"

getFlashMovie('video').setProperty('videoCodec', 'H264Avc');
getFlashMovie('video').getProperty('videoCodec')
"Sorenson"

Intencity Team

unread,
Apr 30, 2013, 5:08:46 PM4/30/13
to myproje...@googlegroups.com, Joey Miller
Hi Joey,

There are two requirements: (1) use Flash Player 11 or later, and (2)
use VideoIO11.swf or similar.

The HTML/JavaScript code in
http://myprojectguide.org/p/flash-videoio/test.html automatically
detects and uses the correct SWF (VideoIO.swf vs VideoIO45.swf vs
VideoIO11.swf) based on the Flash Player version.

If you use another SWF then "H264Avc" is not recognized.

You can try out setting the values from the link above, enter H264Avc
and press "enter" to set the value. Then open JavaScript console and
do
$("video1").getProperty("videoCodec")

The blocky video picture is due to Sorenson, but the choppy video
framerate is probably just the bandwidth issue I think. If you enable
"loopback" mode then Flash Player always uses Sorenson for local video
display even if the sent video stream is in H264Avc.

Hope this helps.
> --
> --
> You received this message because you are subscribed to the Google
> Groups "myprojectguide" group.
> To post to this group, send email to myproje...@googlegroups.com
> To unsubscribe from this group, send email to
> myprojectguid...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/myprojectguide?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "myprojectguide" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to myprojectguid...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
The Intencity Team http://theintencity.com
Reply all
Reply to author
Forward
0 new messages