Expand my Community achievements bar.

want to share video streaming within Room

Avatar

Level 2

Hello,

I am trying to share Video present within room.I am using flex builder 3 and SDK.

How it can be possible please reply me?

Thanks

9 Replies

Avatar

Former Community Member

You need to be particular, look at examples such as DefaultPods, WebCamera, run them. Point exactly what part is throwing error etc.

Hironmay Basu

Avatar

Level 2

Hello Hiromony,

Thanks for reply.

I am executing DefaultPods and WhiteBoardCustomShapes sample example from com.adobe.lccs.But I am getting following error in that.

Type was not found or was not a compile-time constant: NetStreamInfo.

I am using Flex SDK3.2, Flash Player 9.0.124.I have successfully imported lccs.swc file.

I want video to be share from room logged in persons.means if I am playing specific video on my whiteboard it should be displayed to other users who login my room.

Please reply me.

Thnaks

Avatar

Former Community Member

This is because you might be using player 10 swc and still your flex compiler version 9.0.124. Use lccs player 10 swc and in Flex Builder's Flex Compiler option under Build Path , use 10.0.0 and you should be fine.

Thanks

Hironmay Basu

Avatar

Level 2

Hi..

I have given 10.0.0 for flex sdk 3.2 and 3.5 and 4.0 also but same error occured for both defaultpods and whiteBoardCustomShpaes also but no use.

Avatar

Former Community Member

You must be doing something wrong in setting things in your Flex Builder. Are you using player 10 swc of ours? Look through the forum posts on this topic.

Hironmay Basu

Avatar

Level 2

Yes I am using com.adobe.lccs\libs\player10\lccs.swc you have given.

I have giving it in Project tab of Flex buider 3-->properties-->Flex Build PAth-->Library Path-->Add SWC and giving there location of com.adobe.lccs\libs\player10\lccs.swc

Also can u please tell how can I share my playing video present within my room members.

Thanks.:)

Avatar

Former Community Member

Hi Sachin,

A little effort on your part would go a long way - try searching for the

error you're encountering in google :

http://www.google.com/search?q=Typewasnotfoundorwasnotacompile-time+

constant%3A+NetStreamInfo&

Shows that Mr. Basu has already answered this question more than once. We

pride ourselves on trying to help as much as we can, but we ask that you

explain your problems as clearly as possible, and try your best to figure

things out as well.

When you say you want to share your playing video, you mean a webcamera

stream, I presume?

thanks

nigel

Avatar

Level 2

Hello Nigel sorry,

If i will drag some external video to my whiteBoard just like image in WhiteBoardCustomShapes example given in your sample application of com.adobe.lccs.That video is playing on my whiteboard as well as that video should be displayed to other users present within my logeed in room at runtime just like image drag drop showing in WhiteBoardCustomShapes example.

I have tried defaultpods in that u have showing webcamera and simple chat but we do't want like that.

thanks..

Avatar

Former Community Member

Hi Sachin,

In order to share a video, you'll either need to upload it into the room

(using the FilePublisher), or have a reference to it from somewhere else

(say, YouTube). The act of "sharing" the video is really just maintaining a

SharedModel indicating what video should be displayed, and where to download

it (whether from the room or elsewhere). I'd suggest a SharedProperty would

do the trick. From there, actually displaying the video is more of a Flash

Player question than LCCS - you're essentially just playing a video from a

URL.

hope that helps

nigel