Skip to main content
New Participant
June 21, 2012
Question

https support for NetStream

  • June 21, 2012
  • 1 reply
  • 1973 views

I need to stream a flv video from https web server to flash GUI.

I am using NetConnect, NetStream and Video objects. But when I try to stream the video it gives errors:

'Error opening URL" and "Stream not found".

This problem is not seen if I try to access video from action script if the URL is of a http web server.

I am NOT using flash streaming server or flash media server. I am using Action Script 3.0

The same URL is showing the video file contents if I directly access it from web browser from the same machine.

Can you please let me know if flash video is supported from a https web server? Are there any alternatives or options or properties available to make this work?

Thanks,

Gulshan

This topic has been closed for replies.

1 reply

kiran1989
Inspiring
June 21, 2012

If you are working on progressive video use Netconnection to null and use Netstream.play("path/yourFile.flv")

kiran1989
Inspiring
June 21, 2012

so what error you are getting

GUL12DECAuthor
New Participant
June 21, 2012

From where you are testing?


I am testing from the machine where I have developed flash UI. The scenario is as below:

M/c 1 fla file ----------> M/c2 SSL web server (https)

In this scenario it fails.