|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
We just purchased your control. It works great on local host but I have no picture or sound on production web site. I get the control with moving green bars but no video. This is the Flash Video ASP.Net control. Video encoded with Flash Video encoder by Adobe. I just made a skin change and now the control is black (no play buttons, etc.). We purchased a developers license which should work on any web site, correct? This is for an internal web application. We are using Ajax and server is running Windows 2003.
Russ
|
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Hey Russ,
Please send me a screenshot of what's happening on your live server, and if possible, recreate the problem in a hello world project that I can test here.
Check if the skin you added works on localhost too, or if that's a live server issue as well. Thanks for your patience.
-Dave
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
I, too, am experiencing a similar problem.
The Flash Video control was downloaded and installed into my Visual Studio 2005 IDE. It was dragged-and-dropped onto an aspx webpage. It plays a recently created flv file on the localhost (running in debug mode on the VS2005 ASP.NET Development Server).
When we published this page onto our production server (running Windows Server 2003), the rotating green bars are seen. Later we published it with the VideoURL pointing to the BBC flv which you use in your demo, and the BBC flv file plays.
We could use some help from your team.
Thanks.
Mike (from Singapore)
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
Mike, Several people have had the problem you're experiencing, and we've found a solution: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19439&sliceId=2 The problem is not caused by our software - it's a server issue. Follow the instructions in the above link and you're all set. Cheers! -Dave
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
hi, Dave I already configure all above adobe instruction but your software not run my video.
Can you have sometime more about this.
Thans in advaced.
|
|
Rank: Administration Groups: Administration
Joined: 7/20/2007 Posts: 305 Points: -2,485 Location: Primarily in New York, USA
|
Are you sure that your error is related to this forum thread?
What are your exact symptoms?
-Dave
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
Hi everyone,
I just purchased the ASP.Net Flash video control and I think it is pretty cool. However, I am having a weird problem. the video will play when I go to the website from within our network. when i remote into an computer outside of our network and go to the website, the video doesn't play (just black sacreen with the green buffer bar) . this has me very confused and any help would be appreciated.
Thanks, Adam
P.S. I downloaded the hello world demo and siimply changed the movie URL and I get the same results.
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
Guest wrote:Hi everyone,
I just purchased the ASP.Net Flash video control and I think it is pretty cool. However, I am having a weird problem. the video will play when I go to the website from within our network. when i remote into an computer outside of our network and go to the website, the video doesn't play (just black sacreen with the green buffer bar) . this has me very confused and any help would be appreciated.
Thanks, Adam
P.S. I downloaded the hello world demo and siimply changed the movie URL and I get the same results. here is the link for you to review http://www9.legendadvisorycorp.com/default.aspxThanks, Adam
|
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
I have tried accessing your FLV directly: http://www9.legendadvisorycorp.com/video/files/aann_768_0.flv/ No Luck!! Are you sure the URL is correct - and teh server has permission to serve .flv files to the www http://www.aspnetmedia.com
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
Jake,
I got it working. we had two issues.
1. I had to add the below line to the httphandlers <add path="*.flv" verb="*" type="System.Web.StaticFileHandler"/>
2. Our firewall was blocking the file extension.
thanks,
Adam
|
|
Rank: Administration Groups: Administration
Joined: 7/26/2007 Posts: 676 Points: 1,728 Location: USA
|
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
I tried this solution but I still have the problem. The web browser sends the following error: "HTTP Error 401.3 - Unauthorized: Access is denied due to an ACL set on the requested resource." Please help
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
I reviewed these steps taken from KB article referenced earlier, but found one glitch. The original steps are as follows:
1. On the Windows 2003 server, open the Internet Information Services Manager. 2. Expand the Local Computer Server. 3. Right-click the local computer server and select Properties. 4. Select the MIME Types tab. 5. Click New and enter the following information: 6. Associated Extension box: .FLV 7. MIME Type box:flv-application/octet-stream 8. Click OK. 9. Restart the World Wide Web Publishing service.
The only change here is instead of typing 'flv-application/octet-stream' in the MIME box for step #7 I typed, 'video/x-flv'. I followed the rest of the steps and it all worked. BTW, I m running Windows Server 2003 64-bit Enterprise from my C# .net 2.0 application.
|
|
Rank: Member Groups: Member
Joined: 7/1/2008 Posts: 14 Points: -108 Location: Menaldum
|
I've got a same kind of problem. The video doesn't run online. But if i try it locally it runs well. Right now i added the full http://www.webdsite.nl/test.flv link to the player. Locally in the development it runs great. But i put it on the webserver. Bevore i get a black screen. Right now i get the first frame of the video. And it stops. Whats wrong? I added it to the mime. Do i need to add the flv it also to the Appliction Configuration -> Mappings ?????? You can visit the project on : <ASPNetFlashVideo:FlashVideo ID="FlashVideo1" runat="server" AutoPlay="False" BufferTime="10" VideoURL="http://dftv.jumptide.nl:81/33.flv"> </ASPNetFlashVideo:FlashVideo>
|
|
Rank: Member Groups: Member
Joined: 7/1/2008 Posts: 14 Points: -108 Location: Menaldum
|
Sorry i could not edit my post. You can visit it on: http://dftv.jumptide.nl:81/default.aspx
|
|
Rank: Member Groups: Member
Joined: 7/1/2008 Posts: 14 Points: -108 Location: Menaldum
|
Strange, on localhost and in the network it works great! But not for external users! Does the streaming use another port then 80 ?
|
|
Rank: Guest Groups: Guest
Joined: 7/20/2007 Posts: 53,654 Points: 100,812
|
I have the same problem. Works well on Server after adding the MIME type. But it is not working over the internet - just the green loader is displayed. In our Firewall port 80 (http) is open and no restriction for flv files. Does this software use any other port for streaming?
Please help.
|
|
|
Guest |