Copy link to clipboard
Copied
Hello,
I try to play a F4m file
var url:String = "some_http_url.f4m";
connect_nc = new NetConnection();
connect_nc.connect(null);
stream_ns = new NetStream(connect_nc);
stream_ns.client = this;
video.attachNetStream(stream_ns);
stream_ns.addEventListener(NetStatusEvent.NET_STATUS, onNetStatusEventHandler);
stream_ns.play(url);
but I have this error "NetStream.Play.StreamNotFound"
Thanks
Copy link to clipboard
Copied
url is incorrect.
Copy link to clipboard
Copied
The url is corect, it work with org.osmf.media.MediaPlayer, but osmf doesn't work with Stage3d VideoTexture ?
Copy link to clipboard
Copied
then you have a lot more code than the code you showed.
in any case, enable debugging add the netstream ioerror and onmetadata listeners to debug you code.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now