jmeter compatible version with jmeter-amf plugin? [duplicate] - apache-flex

This question already has answers here:
Unable to record in JMeter using AMF proxy server
(2 answers)
Closed 4 years ago.
I was trying JMeter to load test Flex the application and observed its having issue with AMF.
Explored more and found that there is a plugin that we can use for recording flex application using jmeter, tried that and somehow I didn’t find type as AMF under HTTP Sampler Settings.
Can someone please let me know the successful jmeter version that is compatible with jmeter-amf plugin, your help is much appreciated.

The Requirements page lists JMeter 2.6 as the minimum supported version.

Related

HTTP requests from Illustrator script?

I know this question was asked several years ago (How to make HTTP requests from Illustrator script?), but the solutions don't seem to be working all these years later.
Has anyone successfully made HTTP requests from an Illustrator script in recent history?
Thanks
Probably it can be done nowadays via CEP:
https://awesomeopensource.com/project/Adobe-CEP/Getting-Started-guides
https://github.com/Adobe-CEP/Getting-Started-guides/tree/master/Network%20requests%20and%20responses%20with%20Fetch
But I haven't tried it. Because I'm too old and too lazy.

My flex application cannot play a RTMFP stream. NetStream.Play.Failed error

Years ago, I created a SWF application that enabled users to perform online video chat. It used simple SMTFP publish/play method to stream video. Now a few years passed and i am trying to create a backward compatible SWF application.
My problem status:
New version fails to play the streams that are published from the old swf. It
connects to server and to the publisher, but it cannot play and gives
the NetStream.Play.Failed error.
New version plays the streams that are published from its own version.
Online players like in this
guide can play my new version, but they are unable to play
streams from my old version.
I tried it with different SDKs (3.6, 4.1, 4.6) and they all fail to play the old swf streams.
I searched the web for the error and documents don't clear anything and they are just saying that it is a general error. There is question in SO that could be related, but it has no answers.
Does anyone know the reason? or any suggestions?
Are you sure that the same publication names are used in both applications? It is possible that you publish a stream with name "test1" for example and the player try to play the stream with name "test2".
Otherwise if you think that the names are correct you can try with MonaServer, it is our own open source server. It supports RTMFP, RTMP[E], HTTP and Websocket (also RTSP for testing only). Install it on your computer/server and check the log to see what's going on.
I found the problem. It seems like the flash player has changed RTMFP protocol in 11.1 version. There is not much documentation about it and as far as i can understand, I should either upgrade all the flash players or I should upgrade all of the old applications to flex 4 sdk.

Scenebuilder - Where do I find it? [duplicate]

This question already has answers here:
Where exactly can I download the latest version of Scene Builder for Java? [closed]
(5 answers)
Closed 5 years ago.
I've recently started to delve into JavaFX and what it can offer me, however a fairly critical part of the technology seems to be scenebuilder, which I can't seem to find. It used to be listed on the Oracle website, but it seems that SceneBuilder is now included in JDK8. However, I cannot seem to find it!
I'm on Mac, have I misunderstood something? Or am I simply being an idiot?
SceneBuilder is not included with JDK version 8.0.0 or 8.0.5. From the JDK download page, scroll down to "Additional Resources" and you will find the link to download it there.
SceneBuilder is now available by Gluon:
http://gluonhq.com/products/scene-builder/
Oracle still looks as if it where offering it but if you read the fine print
their support is somewhat "limited":
http://www.oracle.com/technetwork/java/javase/downloads/sb2download-2177776.html

Server2Go like for ASP.NET , A portable ASP.NET Server [duplicate]

This question already has answers here:
ASP.Net portable server
(6 answers)
Closed 5 years ago.
Server2Go is easily run Web server that supports Apache, PHP, MySQL, and Perl right from a USB flash drive. You can use Server2Go right out of the box without any installation.
For example, imagine being able to carry a live Web site demo into a sales pitch meeting.
Is there something like it for ASP.NET ?
Try CassiniDev.
I am using it happily for a long time without any issues.
Cassini is one.
This is the original:
http://blogs.msdn.com/b/dmitryr/archive/2008/10/03/cassini-for-framework-3-5.aspx
This one has been modified: http://ultidev.com/products/cassini/
For the MSSQL - you can use SQL Compact Edition.

portable IIS or other server for asp.net app [duplicate]

This question already has answers here:
ASP.Net portable server
(6 answers)
Closed 5 years ago.
I'm looking for a portable version of server for simple app (no db) writen in asp.net 4. I need to present it from pendrive in few places and I don't know what systems there are. Is something like that available somewhere?
You can try this one from Codeproject. It seems to be exactly what you need: http://www.codeproject.com/KB/aspnet/TinyWebServer.aspx
I've used Ulti-dev's server.
http://ultidev.com/products/Cassini/index.htm
it is based on "Cassini" but comes with an installer.
I've run ASPX pages and ASPNET MVC2 services on this thing.
I haven't stressed it, but I've
never had a problem.
There is now a portable version of IIS available called IIS Express. Read more here : http://www.basarat.com/2011/05/protable-iis-iis-express-75.html

Resources