I'm trying to get some thumbnails to appear depending on where I pause in a video. It works fine when I do not use rtmp - but I get a 2132 error when I try and do the same over rtmp.
I've read up a bit and it seems that I need to allow video sample access. So I tried the following code, but had no luck:
nc = new NetConnection();nc.client = this.client;nc.connect("rtmp://theserver.com/vod/_definst");
nc.client.videoSampleAccess = "publicdomain";
We had FMS2 installed before and the paths to all our videos are like rtmp://ServerName/sites/.... (the default path on FMS2) Now we upgrade to FMS4 and we would like to keep these paths the same because we have many HTMLs that reference these videos. However, the default path on FMS4 is rtmp://ServerName/vod/... Is there a way to change "vod" to "sites"?
I tried to change VOD_COMMON_DIR in fms.ini from /install_dir/webroot/vod to /install_dir/webroot/sites, and also changed the document root in httpd.conf, but rtmp://ServerName/sites/ is still not working.
Haven't been here for a while and I'm really rusty using Flash. I looking for a tutorial or some information on how to scroll thumbnails by scrolling the mouse left or right over the thumbnails.
I used the tutorial "Adding Thumbnails" to build a fotoshow. Adding another xml-file I have the problem,that I cannot reload(?) the thumbnails correctly.[code]Then I do not see any thumbnails,if(!) the new thumbnail list contains fewer elements than the old one and if the old thumbnail list was scrolled over the hit_right field before.It is seemingly necessary to reset the internal state of the movieclip. But how can I accompish that?
I've got a website with three links to three different thumbnail galleries. When I click the link to a gallery that has a lesser number of thumbnails, it fills the difference in numbers in with thumbnails from the previous gallery.
I have 4 different RTMP stream URLS, and I need group them on one Server, to re-stream them to mobiles. Can I do this with FMS , or I shall to hard code it?Can I do thi with SMIL?
I was previously using FMS 3.5 to record from flash media live encoder using the DVR app. This worked well as I was able to seek into a live stream, all of it not just a window, and I was using RTMP for playback (not HTTP).
Now I would like to upgrade to 4.5, and keep using RTMP for DVR BUT add support for iOS. So my question is, is this possible? I've looked over the documentation many times and cannot figure it out. I see livepackager and that appears to support HLS but it also requires using adobe dynamic http streaming and it says nothing about true DVR (yes actually recording it).
So is the dvr app now obsolete, and if not how can I add iPhone support to it? I already have a custom player and really hope I don't need to rewrite it to use adobe http dynamic streaming just for this.
I have images that I need to manage access to. I've come across osmf and rtmp streaming which are flash/adobe technologies and would require me to install a special server. Anyone knows of other ways to get the same effect with php.By "manage access to" I mean that the average user would not be able to save the page and save the image with it. If they want to view the image again, they would have to revisit, re-request it. Flash streaming server offers that, but are there non-flash/adobe solutions to compare it to.
"Give up" is not something you say to your employer who is a publisher and has legalrequirements to protect the IP other entities license to them. Sorry, but I don't make management decisions, and I'm not a lawyer. I work in the technical department and need to find the best technical solutions to what's being asked. If it still fails occassionally, I would say this is the best technology has now, and I've given it to you. I don't want to be found personally negligible when I should have done my best. Some people don't seem to have real jobs?
if it is possible to play the FLV file with an RTMP path in FLVPlayback component using AS 2. Its working fine when I use any HTTP path.I've set the source="my RTMP path" for the FLVPlayback component and have launched this swf in html. But I do not receive any FLV file and nothing plays the component. While in the swf i do not receive any errors.
i am having a serious issue with finding my RTMP address which may be something very simple to you all out there, i just installed Flash Media Server 3.5 at C:Program Files....i have purchased a video flash chat program and it needs to know the rtmp address which im not sure. I named the Flash Server EazyFlash.....not sure if i should install flash server somewhere else on server so website can see it??? The flash console and sample videos are working great but its all C: Drive??? would it be RTMP://EazyFlash? The software came with flash application which was a folder called videoflashchat which i copied to applications folder.
i re-stream one rtmp from server1 to 5 or more FMS servers, and make sure they are always connected if they lose connection for some reason it should keep trying to connect back.Please note i'm not a coder. I need simple example of how i can do this without hiring someone to do so.
I am new to FMS and RTMP. I am using a Viewcast Niagara 2120 to stream video and audio to FMS. I am unsure how to do anything besides a live broadcast. We would (at least) like to automatically record when the Niagara starts streaming to FMS and stop when its done. Eventually we would like to put something in place that will publish videos in some form as well (but for now thats least important).
I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas progressive download is. Since it's not rtmp, the resource is protected since there is no way to connect to the rtmp server from outside the swf.
[Code]...
they would not be able to connect to rtmp. So rtmp seems to be more useful when you want to protect a resource? Is that all there is to it?
I have planned to design chat application in flex 3. i need rtmp to be used for it.Now the thing i need is i want to install in my server so that i can be used it for testing.
I have application server that I wrote in csharp. The server is communicating with Flash client built using FLEX 4 (Flash Builder 4.5). The communication between the server and the client is done using RTMP.
For the RTMP capabilities in the server side I used the FluorineFX (hosted in IIS7). All the connections is done using Remote procedure calls where the Flash client executes remote procedure in the server and getting the results in the RPC response callback function.
The server also can send messages to the client using RPC as well. My problem is that the server diconnects all clients 6 minutes after the last client connected and I can't figure out why it is doing it.
If you create a Video object and trying to use the the BitmapData.draw() method on a DisplayObjectContainer that has the Video in it, if the video has not begun to play you will get this Security warning:[code]However, I found that by calling a phony url to init the video works great and gets around this issue. If you were to call _ns.close(); at any point, you would have the security issue again.
I am using Lee's xml video playlist and it works great with http video links. I now need this flv player to stream rtmp link. Streaming one video from the rtmp server works fine but when using the xml list the video doesn't load.
I want a song to accompany a Flash slide show; but placing the song in the .swf makes the file load too slowly, even over a good DSL connection. So I thought, since it's just non-synched background music, streaming the audio would speed things up.
I uploaded the song as a sound file in the form of an .flv to my favorite streaming video server site. (I tested it beforehand and it worked great.)A techie at the server company suggested I use their rtmp code to load it into my slide show file. Their rtmp code looks something like this:
(I've replaced the real numbers with zeros.)I guess I need some actionscript to call this but can't find the right combo on the internet.
I've tried things like:
/*var videoInstance:Video = WonderfulWorldAudio; var nc:NetConnection = new NetConnection(); var connected:Boolean = nc.connect("rtmp:/00.000.000.00//fvssod/fandm00.000.000.00");
I'm trying to stream an audio clip via rtmp in as2. I'm not particularly attached to the method, but this is the starting point I am at below:
Code: var s:Sound = new Sound(); var req:String = "rtmp://path/filename"; //doesn't work var req:String = "[URL]"; //This works s.loadSound(req, true);
I need to get an RTMP audio stream working, does anyone have any experience with this? (Also not sure if this goes in the actionscript folder or the sounds folder.