Using FMS v4.5.5 with a browser-based audio player running on iPad/iPhone

Hello,
I’m seeking some clarity/guidance on using FMS v4.5.5 (Streaming Edition) with a browser-based audio player running on iPad/iPhone (i.e. under iOS).
Background
I have a Microsoft Windows 2008 R2 Web Server running IIS v7.5 and supporting a website built using ASP.NET and C#. Parts of the website allow a visitor to play a selection of audio clips from our bespoke MP3 library. Due to UK music licencing constraints, we must stream the clip to the client browser – we must not download either part or all of the source MP3 file(s). We therefore had a custom audio player built for us some time ago using Flash/AS3. This has and continues to work very well, and uses RTMP to stream the clips from FMS to the client browser.
As our site has become more established the number of visitors has steadily grown. In the early days the number of visitors from the iOS platform was relatively small but, last month, it had risen to 40%! As Flash is not supported on the iOS platform, this growing group of visitors are unable to fully maximise the benefits offered by the website, which I am now trying to address.
What I’m Trying To Do…
From what I’ve researched and read, I believe that FMS v4.5.5 supports HLS and I need to use this (instead of RTMP) over HTTP between FMS and the iOS Safari client. I have been experimenting with an Open Source player (JPlayer) and a commercial player (JWplayer) and appear to have these playing a MP3 file as a “progressive download” (I think that’s the right term) as all I’m doing is specifying the file path (no HTTP prefix etc.), i.e. the audio is not really being streamed as I require. Unfortunately, I’ve not found / worked out how to configure my FMS to respond to a path request along the lines of:
http://www.myserver.com/live/audio1.mp3
Hopefully someone reading this who is much more expert on FMS, HLS, HDS, HTML5, etc. than me can point me in the right direction!
What I’m confused about…
1) Can all my MP3 assets stay as is and still be streamed to the iOS Safari client? To the best of my knowledge, the key properties of my MP3 files are CBR, 44,100Hz, 320Kbps.
2) If not, can they be converted on-the-fly by FMS or do I need to create additional audio assets to support HLS etc.?
3) If I have to manually create additional audio assets, how do I do that (I’ve seen references to tools from both Adobe and Apple but not actually found the kits)?
4) Some of the Adobe documentation I’ve read implies that FMS support for HLS etc. is only available when FMS is used in conjunction with the bundled Apache web server. As stated earlier, my entire site runs on IIS so does that mean to achieve what I want I’ll have to run two web servers on my physical server – IIS for the website itself and Apache for RTMP/HLS/etc.?
5) What changes do I need to make to my current FMS configuration to get HLS to work? I’m sure someone has been here already and can enlighten me with their experience and hopefully point me to some straight forward documentation to follow!
6) Lastly, and really part of (5), once I’ve got FMS configured correctly, what would be the typical path to a given MP3 audio file that I would give the iOS Safari browser to make this all work.
I appreciate this is rather a lengthy first post but hopefully the background puts my questions (and confusion!) in context. Bottom line is… I simply want to be able to stream audio clips only (no video) to iOS Safari browsers from FMS v4.5.5 running on a Win2K8R2 platform with IIS v7.5, and with no audio content being stored (even temporarily) on the iOS platform.
My thanks and appreciation in advance to anyone who can help me achieve this.
Steve Barker
Business IT Solutions

Hi Apurva,
Thank you for your reply. Unfortunately I am not much further forward, despite having read more Adobe documentation (FMS v4.5 Configuration and Administration Guide, FMS v4.5 Developer’s Guide) and trying different configuration options.
First to confirm a point you made when answering point 4 yesterday. Yes, in my current RTMP scenario I have several MP3 assets (let’s call them Audio1.mp3, Audio2.mp3, Audio3.mp3, etc.) that are made available to a bespoke Flash/AS3 player via the LIVE application. I understand that as I purchased the Streaming Edition of FMS v4.5, a Flash-based player is restricted to using the LIVE application. You go on to say that I “publish” these assets to the LIVE application. I set this up a while back but do not recall having to “publish” anything. All I recall doing was to ensure that all the assets (the .mp3 files) were in a single folder and that the folder was identified by the <Streams> tag in the following file (example shown):
Flash Media Server 4.5\applications\live\Application.xml
                <StreamManager>
                                <VirtualDirectory>
                                                <Streams>/;C:\MP3Library</Streams>
                                </VirtualDirectory>
                </StreamManager>
To the best of my knowledge, I didn’t have to do anything else to make the current solution work. Having read more of the documentation I am still none the wiser as to what I need to do (step-by-step) to “publish” my converted MP3 assets (see next paragraph) to the LIVEPKGR application. Please could you explain these steps to me by way of an example.
WRT your answer to point 1 yesterday, I wish to clarify the exact output I need to create when converting my MP3 assets. Am I expected to produce a Audio1.aac file, or a Audio1.mp4, file, or a Audio1.m4a file, etc.? Or am I meant to be using ffmpeg (either directly or indirectly) with a much more sophisticated command line that somehow generates stream-rated info/files as well? An example of how you would use ffmpeg to convert one of my MP3 assets would be very much appreciated.
Lastly, the coexistence of IIS and Apache (ref your answer to point 2 yesterday). That all made sense but given all the testing/changes I’ve been making I thought it wise to start afresh! So I completely removed FMS from my dev server and re-installed Flash Media Streaming Server v4.5.5 with the bundled Apache v2.2 server. When presented with the dialogue “Would you like for Apache to listen on port 80. If not FMS will be using port 80 instead.” I answered NO. When presented with the dialogue regarding FMS server ports, I entered 1935 NOT 1935,80 (should I have done that as the preamble makes reference to HTTP webserver proxy and HTTP Dynamic Streaming origin services?). I then modified the Application.xml file as described above.
To test the new set-up, I did the following. First, the test environment…
DEV Server
Windows Web Server 2008 R2 SP1
IIS v7.5
ASP.NET v4.0
Flash Media Streaming Server v4.5.5
Apache v2.2
IE v9.0
Adobe Flash Player 11 ActiveX v11.5.502.146
TEST Client
Apple iMac (Intel)
Mac OS X v10.6.8
Safari v5.1.7
Adobe Flash Player 11 Plug-in v11.5.502.146
On DEV Server… launched IE and loaded the home page of my website, which has two elements on it – one to load/run our bespoke Flash player, the other to run JPlayer (configured to use HTTP). I selected our bespoke Flash player and it played a MP3 audio file. I verified this in real-time via the FMS Admin Console on the server.
On TEST Client… entered http://192.168.20.250:8134 into Safari – it comes up with the FMS install completed / test your server page. In the middle of the video display area a black box appears saying “10000 OK” – I clicked OK. I then clicked HDS Single Bitrate – the video plays (Not Using Hardware Acceleration is briefly displayed). There is NO activity logged in the FMS Admin Console back on the DEV server under “live”, “livepkgr” or “vod”. I assume this is because I’ve gone straight to the Apache Server via the port reference – is that correct? Next I tried the HLS Single Bitrate – same results.
The HDS Single Bitrate logs the following in the Apache access_log file:
"GET /hds-vod/sample1_1500kbps.f4v.f4m HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
The HLS Single Bitrate logs this:
"GET /hds-vod/sample1_1500kbps.f4v.f4m HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
"GET /hls-vod/sample1_1500kbps.f4v.m3u8 HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
"GET /hls-vod/sample1_1500kbps.f4v.m3u8 HTTP/1.1" 200 816 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
"GET /hls-vod/sample1_1500kbps.f4vFrag1Num0.ts HTTP/1.1" 200 1143416 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
"GET /hls-vod/sample1_1500kbps.f4vFrag1Num1.ts HTTP/1.1" 200 873072 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
"GET /hls-vod/sample1_1500kbps.f4vFrag2Num2.ts HTTP/1.1" 200 1591984 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
etc…
At this point I’m stuck once again since I’m not clear how to construct the JPlayer HTTP reference. You have suggested:
http://192.168.20.250:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8
That produces the following in the Apache error_log file:
[error] [client 192.168.20.4] File does not exist: D:/Program Files/Adobe/Flash Media Server 4.5/webroot/hls-live
If I change the JPlayer HTTP reference to:
http://192.168.20.250:8134/hls-vod/sample1_1500kbps.f4v.m3u8
the audio from the video plays.
Also, if I look in the applications\livepkgr folder structure there is only \events (with sub-folder _definst_ and sub-sub-folder liveevent) – there are no _definst_ , livestream , streams folders etc. So besides me not quite understanding the logic/flow here, I seem to be missing a few folders/files too! I’d be very grateful for any light you can shed on all this. Plus an example of what my HTTP string should ultimately look like; for example:
http://192.168.20.250:8134/hls-live/livepkgr/_definst_/livestream/Audio1.m3u8
Apologies for such a long reply but I’ve been at this for over 10 hours today! I feel I’m getting closer but clearly there are still some gaps and configuration errors.
Thanks again for your time, support, patience and understanding.
Kind Regards, Steve

Similar Messages

  • Problem with N900' browser- "Update Flash Player" ...

    My Default browser doesnt play online VDO's anymore. It tells me get Flash player from Adobe site. When I go there and when I downloaded the ".deb" file. The package didnt install properly and gave an error. What should I do?
    NLobo

    Adobe make two types of plugins
    First is Flash for a platform.. This is flash for Windows, for Linux, for Android..
    If you have a device running a compatible platform, you can download and use flash
    Adobe also works with manufacturers to produce one off versions:
    Flash for the N900, Flash for the N810, Flash for the N800, Flash for Archos media players
    These versions are 99.9% of the time released with the product they were designed for, then forever left to rot.
    This second method is incredibly bad for the end user. Imagine if it were Flash for Dell laptops, not Flash for Windows.... If you bought a HP laptop you're out of luck.. If you have an old Dell you're out of luck.. It just wouldn't work
    The question is, will Meego see Flash for Meego.. or will the continue with the lame "Flash for this specific version of meego and only on this vendors hardware" approach..
    If so, the version of flash that comes with the Nokias first Meego device will not be licensed to run on older Nokia devices, so the N900 will be out of luck
    (This happened with the older internet tablets.. no back porting of flash allowed or supported)
    We will almost certainly never see Flash 10 for the N900 from Nokia or adobe... let alone an updated Flash 9 that fixes the security vulnerabilities present in the N900 flash plugin today!
    *sulk*

  • My movie works fine in imovie but when shared with media browser the audio isn't right

    My movie in imovie works fine. Once I share it with media browser (in order to make a dvd) the movie audio doesn't sync right. There is also extra audio that isn't in the imovie. 

    Hi
    How do You "Share to Media Browser" ?
    As ?
    • Mobile
    • Medium
    • Large
    • HD 720p
    • HD 1080p
    I use Large or Medium - and if audio ill behaves as Large - I use Medium
    Never Mobile or HD - as resulting DVD will be bad.
    And never "Share to iDVD" as this too is far from optimal.
    Yours Bengt W

  • IMac 10.1, OS X 10.7.5, 4 GB RAM, 201 GB free on 999.35 GB HD, gets slower the longer I use the Internet; very noticeable with online browser game Forge of Empires.  Turning iMac off and restarting it brings it back to full speed for an hour or so.

    iMac 10.1, OS X 10.7.5
    4 GB RAM (2 of 4 slots used)
    201 GB free on 999.35 GB HD
    The iMac gets slower the longer I use the Internet - to the point that it takes several seconds for each typed character to appear.  This is very noticeable with the online browser game Forge of Empires.  But, it happens even if not logged on to that game.
    Turning the iMac off and restarting it brings it back to what seems like full speed for an hour or so.  Then, it starts to noticeably slow down again.

    1st thing : from my point of view upgrade your mac os to latest version.
                    (their is mac os x mavericks from apple its free for upgrade so download it and install it.)
                    (https://itunes.apple.com/in/app/os-x-mavericks/id675248567?mt=12)
    2nd thing : then upgrade your all browser plugins to latest version.
    3rd thing : and use ccleaner to keep clean your mac from junk data or other unuseable data that are created.
                                   (http://www.piriform.com/mac/ccleaner)
    4th thing : verify and repair your disk permissions with the use of disk utility or ccleaner
    i am sure your computer recover speed.

  • Can i use my Tascam us144 mk2 with the camera connection kit on a new ipad mini retina

    Hi everybody
    can someone tell me if i can use my Tascam US144MK2 usb soundcard with a camera connection kit to get audio into my IPAD MINI latest retina version ?
    Thanks
    Tuki

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • Email sent out with email client not sent & lost on both iPad & iPhone ?

    I have noticed that emails sent on my iPhone and now iPad out with the email client such as a picture or a link from Safari have not sent and disappeared as if thy never existed. This seems to be an Apple issue as I have struggled with this all week using all the tips I could find including deleting the email account and turning off the iPhone.  I could then not re-add the email account until I reset the phone. I have this morning sent email fine from within the email software but emailing a link from Safari has just disappeared as if it never existed. This in reliability is making email on these devices useless. It does not appear to be an issue with the imap email (virgin media / blueyonder / gmail account). This would appear to be an iOS 6 bug to a novice like me as it has only started since the update.

    Sorry Apple I have decided this is Virgin Media changing settings for their blueyonder accounts and not telling anyone do I have stopped using them for email.

  • [10.0.7 ESR] Temporary documents are read-only again, even with the "browser.helperAppsbrowser.helperApps.deleteTempFileOnExit" parameter set on "false". Why?

    We currently updated from the old 3.6 Firefox to the ESR version 10.0.7. Eversince we've used Firefox we've had a problem with documents being read-only when downloaded temporarily. But we've found the solution by finding the entry
    browser.helperAppsbrowser.helperApps.deleteTempFileOnExit
    in the about:config and setting it on false. Documents were writeable again, and the world was full of fluffy unicorns and rainbows.
    But that doesn't seem to be sufficient when using Firefox 10.0.7 ESR, since that entry is set but all our documents are read-only again. We checked that it is a Firefox issue by deactivating all add-ons to be sure, that it's the browser itself that makes that setting.
    What is the cause and how can we change it back to them being writeable again?
    Andrea

    While that may be best practice, it doesn't help in this case.
    We use a system that creates documents by using templates and filling datafields with individual values based on the case that is being worked on. These documents are saved in the system and are only displayed for information purpose.
    Still some of these documents have to be altered. The system offers this possibility by letting you edit the temp file and load it back up, so that the altered document is saved in the system. The document gets a unique file name in the temp folder which includes numbers so that the system can identify which document in the system should be overwritten by the altered version.
    Since the documents aren't meant to be on the local harddrive anyway but in the system, "save as..." is no real solution in this case.

  • How can I use the MacBook Pro webcam with Windows XP apps under Parallel?

    Thank you in advance for your help with this matter.
    I have a MacBook Pro and I have just installed Parallel with Windows XP. I would like to use the webcam that comes with the laptop for applications that run under Windows XP (ex.: PalTalk).
    The application doesn't seen to recognize the camera. Do I have to load the drivers for this camera in XP? If so where can I find them and what is the process?
    Thank you again,
    Enrico

    You probably need to load the Boot Camp drivers that are on the Leopard DVD. Whether it works or not I can't say, but you may want to post your question on the Parallels forums, since it's not an Apple product, and if anyone has gotten it to work you'll find them over there.
    http://forums.parallels.com

  • My ipad 4th gen 32gb keeps crashing everytime i use a app that deals with a map?

    I updated my ipad 4th gen 32gb to iOS 7 and since then anytime i use a app that deals with a map it crashes for instance find my iphone, find my friends and the built in map app on the ipad. I restored the ipad when it first started happening and its still doing it. I do the soft reset and it seems to do not a thing to help out the matter. The first time it happened i was using my built in map app and the ipad started crashing and wouldnt stop, it went on for like 3 hours kept turning on and turning right back off when it turned back on and it would do that for the whole 3 hours it probably crashed and turned back on 200 times. I had to do a command reset using itunes on my macbook pro to get it to stop doing it and ive not used the map app since because of it. So recently ive used find my friends and find my iphone and it would crash my ipad once and when it came back on it wouldnt crash again so i would just go and kill the app that caused it to crash.

    I restored my ipad as a new ipad deleted all the backups for the ipad from my itunes and then set it up as new and put all my photos and music and apps back the way they was and i havent really messed with the apps with maps in it but the crashing is still happening and its happening inside the settings app id love if someone could help me out its starting to get pretty annoying. Thanks.

  • Why don't our links work in browser based help?

    We are using RH8, Windows 7 and outputting to browser based AIR help.
    We cannot get our links to work in browser based air help. These are links between projects. Links within projects work fine.
    We output our help and it worked fine on our test system. We tested it on another system and it worked fine.
    However, when we attached it to our application, the links between projects did not work.
    We think it might have something to do with the address, which looks something like this
    http://199.166.111.177/smartc/smartsol/mgproj/ etc. etc.
    When we set up the links they were set to something like this
    ../../../smartc/smartsol/mgproj/ etc. etc.
    We are thinking this might be the problem.
    Our question is - is there a universal naming convention that will allow us to publish our help anywhere.
    We don't put our help on a server and have people access it that way. We provide the help file and let the user put it anywhere they want.
    I may not be saying this correctly.
    any help is appreciated.
    Pat

    I'm having a similar problem, if I understand the original question, in accessing my AIR help from a server ...
    Background:
    In RH8 html, I've been creating a Web Help project have successfully integrating it into our product for a couple of years now (thanks to all on the forum who've helped me with bugaboos along the way, Peter et al!). The project is bundled in with our software and pushed out to our hardware device (let's call it a router) and the user can access their router's UI via a custom path and use the help when needed from their home network and remotely.
    Today I've been looking at changing over to an AIR help end product to replace the Web Help project. In my initial tests, using the exact same project I'm using for the Web Help, when I push the AIR help out to my test bed I see a blank page when I access it. I'm using the same path and same files and have flushed my browser cache. When I build it, it is set as a "Browser Based Help". My thinking is something along the lines of certificates / security etc. but don't know and don't see a setting.
    Any suggestions would be appreciated!
    Update:
    I may have a solution ... a developer noticed that in one of the .js files a file names "AC_OETags.js" was listed with caps. If you are running apache on your server it will not like the capitalization in referenced in the file (the actual name of the file can have caps). Once the link to the file was made lower case the help system worked as designed.
    Good luck everyone.

  • N86 Bug with Audio player

    Hi everybody,
    Being proud of my new N86 I put my 16 GB SD Card in (loaded with Music), startet the audio player and ... found 10 (in words ten) preinstalled songs, missing my 2000 and some own songs. Of course I performed an update of the Library beforehand. Obviously the Audio-Player does not recognize the external memory. Moreover, I copied some of my playlists into the sounds-directory of the built in mass storage, where the other 10 songs sit and which is named "e:". I do mention this because the path in the playlists is also e: - I used to take the very same sd-card in my nokia n82. the playlists should be correct. The playlists have benn found by audio player but audioplayer shows them as empty ... which is definitely wrong.
    Any Ideas?
    Cheers Tom
    Solved!
    Go to Solution.

    Hi everone
    My apologies for bringing up the old thread...but actually i have tried all the solution given the thread but none of them seems to be working.
    1. I tried to refresh my media library but it did not add any new files. I formated the mass memory and tried again but it did not work.
    2. I tried deleting mpd ad 'pcv' files. I tried deleting mpd ad 'pcv' files. As a result the mbile was able to identify only 127 media files as compared to probably the 500 that I have uploaded.
    3. I checked my folders and files whether they have 'system' attributes but could not find any.
    4. As a last resort I update the phone software, still to no avail.
    Anyone please help me out....casue this problem totally sucks and this problem as well as this mobile is totally driving me crazy....
    Thanks

  • Are photo tag hierarchies in Photoshop Elemets carried across to Express for use on iPads/iPhones?

    Hi,
    I'm looking for a software to use to reorganise my photos using a tag hierarchy, but need something that will be useable on pcs, iPads, iPhones.
    I have read that Elements allows you to set this up, but can anyone tell me if this functionality is carried across to Express for use on iPads/iPhones?
    Many thanks

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • The problem I have since I upgraded to Mavericks version 10.9.1 The problem appears only with Mail not with other programs, not even with my browser. When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command   to e

    the problem I have since I upgraded to Mavericks version 10.9.1
    The problem appears only with Mail not with other programs, not even with my browser.
    When I try to zoom the text of an e-mail I received or sent , I can no longer use the keys Command + to enlarge the text, although I can reduce it with Command -.
    As I have a problem with my eyes, This is a serious matter for me.
    When I write an e-mail, if I select text and press Command +, it just displaces the text to the right.
    Now, my husband has a USB keyboard. If he connects it to my computer, his regular Command + does not work either, but  he uses the extended keyboard, then it works. Unfortunately, he needs it for a musical application which does not work with a wireless keyboard.

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    After doing a Google search, I click on a link and go to the searched web page.  When I go back to the Google page using the back button the links I originally clicked on no longer show as "greyed out".  Any idea what is going on with the browser?

    Type '''about:config''' in the Location (address) bar and press the "Enter" key. When you see a warning, click '''I'll be careful, I promise!''' button.
    * Preferences that have been modified are shown as '''bold (user set)'''.
    * Preferences can be '''Reset to the default''' or changed via the right-click context menu.
    -> In the '''Filter bar''', type '''browser.sessionhistory.max_entries'''
    * Right click the preference '''browser.sessionhistory.max_entries''' and click '''Modify'''
    * Change value from 0 to whatever you want over 0 (Default value is 50)
    * click OK
    -> Close the '''about:config''' tab and then Restart Firefox.
    See this post:
    * https://support.mozilla.com/en-US/questions/860894#answer-229574
    Check and tell if its working.

  • How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    Hi,
    Thanks for the suggestion. I've been playing around with some of the classes of the java.net package and java.io
    Using the URL class i can get the content of the data from a STATIC page and output that response to file so that is does not display to the client broswer.
    But this only works if the URL i give points to a static html page.
    So the problem i'm getting is if i'm righting in arguments in the URL, this means that server needs to process the arguments i give and its sends back a dynamic result. Because its dynamic the URL class can not handle this and throws me an exception everytime :(
    Have u ever tried to do some things like this?
    Rahul

Maybe you are looking for