Question
rtmp + flv
hello
I am following " http://www.macromedia.com/devnet/flash/articles/video_player.html" this tutorial to seup, but I cannot finish that.
FLVPlayback cannot play a flv file, but list box of right side can display a flv file screen.
So I try to edit in "VideoSource.as" line 50.
my_FLVPlybk.contentPath = nav.attributes.url + "/_definst_/" + stream.attributes.name+".flv";
my_FLVPlybk.contentPath = "rtmp:/videosource/fish.flv"; (still cannot)
my_FLVPlybk.contentPath = " http://fish.flv"; (no problem)
sorry my englidh is bad. Thank you
I am following " http://www.macromedia.com/devnet/flash/articles/video_player.html" this tutorial to seup, but I cannot finish that.
FLVPlayback cannot play a flv file, but list box of right side can display a flv file screen.
So I try to edit in "VideoSource.as" line 50.
my_FLVPlybk.contentPath = nav.attributes.url + "/_definst_/" + stream.attributes.name+".flv";
my_FLVPlybk.contentPath = "rtmp:/videosource/fish.flv"; (still cannot)
my_FLVPlybk.contentPath = " http://fish.flv"; (no problem)
sorry my englidh is bad. Thank you