How to make rtp udp datagram pass thru proxy server?

I have to make a video stream system. And I found that there are a lot of user is behind the firewall or proxy server, how should i do to make the udp streaming media pass thru the firewall or proxy????
does the https tunnel help?

Tunnelling with HTTP is the only way.

Similar Messages

  • How to make udp datagram pass thru proxy server?

    I have to make a video stream system. And I found that there are a lot of user is behind the firewall or proxy server, how should i do to make the udp streaming media pass thru the firewall or proxy????
    does the https tunnel help?

    Thanks for your advise, but does http tunnel only accept for the TCP problem? since my server will broadcast a stream of udp to the user, so how should i do that?

  • How can make a UDP conection in TC65 siemens module

    Hi to all, I have a TC65 siemens module Release 2, How can make a UDP conection for sending data?, is necesary crate a profile conection with AT commands?
    Thank.

    please don't double post...

  • How to make a new section visible in the server published version

    I use UPK 12 Client.
    When I click "Link a new section" in an existing Module, I can see it in the outline in the left pane in my UPK 12 Developer. When I then check-in all items, click Publish > select c: drive (a test folder) > Publish entire outline, the outcome includes the new section created.
    When I do the exact same procedure, but choose to click Publish > server (which is set up for my UPK) > Publish entire outline, the outcome does NOT include the new section created, but everything else yes.
    How to make the new section visible in the server published version?
    Thanks!
    Sille

    Hi Sille,
    Are you publishing over knowledge center? or is it publishing to a network drive? Once you check in the section save the module once and try again. See if it makes any difference.
    best regards,
    SD

  • How to make the entire project in the project server 2013 reschedule؟

    How to make the entire project in the project server 2013 reschedule ?
    Because item %compelet related to reschedule
    In this photo it is known there are no items update project

    Hi,
    In PWA, you do not have the feature to update the project plan in one click, meaning marking as completed the work before the status date or reschedule after the status date the remaining work. Either you have to use Project Pro, or edit individually the
    assignments with the actual work (if not comming from timesheets) and remaining work.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to get Messages to work with a proxy server?

    at work we use a proxy server.
    some icloud programs work, but Messages does not.
    any idea how to get this to work through a proxy server?
    thanks.

    Hi,
    Now I feel really silly.
    I remember the pane looking like this though:-
    As there used to be two iChat forums here at Apple Support Communities  and the older iChat 2.1 one has disappeared I am not sure how many threads might be available for scrutiny on this matter.
    AS I said I don't ever recall someone reporting that they got it  to work.
    During early version of iChat it was found that the AIM server would accept a login on almost any port.
    It became popular to suggest port 443  as this was a well known port known to be open on most routers "out-of-the-box" and likely to be open in campus situations where students may not have any control over what ports were open.
    An AIM Login can also do "Direct IMs" for which is switches to port 5190 on the UDP Protocol.
    At this point the chat is peer to peer.
    It does this if you send a pic in the Chat or send a file.
    It uses port 5190 for this no matter what is used for the Login.
    7:27 PM      Thursday; May 9, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How to make jar files at runtime in a server application

    I am using Jung API and i need to load the class files in this JAR file for my application at runtime.
    I am using an applet which uses this API which is loaded with the help of a Servlet.
    The code is getting compiled but the JAR files and associated classes are not available at the runtime
    How to make themk avalable.
    I have tried various options like placing jar files in
    WEB-INF/lib
    $Catlina_Home/commons/lib
    But it is not working can anyone help me it is of high urgency to me
    How to make that classes in the JAR file available to my applet at runtime

    SuperJavaHello wrote:
    How to make that classes in the JAR file available to my applet at runtimeAhh! The runtime is an appler! The applet is on the Client, and the Client does not have access to the Server's classpath. You need to un-pack the JAR, then re-pack the classes into the JAR used to pack your Applet, the one that you are using as the code source in the applet tag.

  • How to make WinTPC a direct VDI w/2012 Server from login(SSO) Pooled VM Collection SOLVED !

    Pre-Reqs:
    WinTPC machines must be domain joined
    All VDI infrastructure is 2012(RD Web, CB, VH, GW) you might be able to use 2008R2 I did not use any so dunno..
    All certificates must be in place for SSO
    1. Setup 2012 VDI infrastructure to use SSO
    2.Set group policy applied to WinTPC machines OU to allow Credential Delegation see:
    http://blogs.msdn.com/b/rds/archive/2007/04/19/how-to-enable-single-sign-on-for-my-terminal-server-connections.aspx
    3. Steal the RDP file from RDWeb (do a view source to get the path to the RDP file then download it) place in a network location, we use a folder in netlogon. Alternatively you could create your own RDP file and include the loadbalanceinfo:s:tsv://VMResource.1.MYPOOLEDCOLLECTION_Name
    4. Use a GPO to set a Custom Interface on the WinTPC machines it should execute a powershell or vbscript that runs the .rdp file,  in our case we  use a logon script to copy a powershell script to the local machine, then use that
    as the custom interface, it loops watching for the mstsc process to end..when it does it logs the user off. (sample)
    #VDI-RDP.ps1
    & 'c:\windows\system32\mstsc.exe' c:\start\myrdpfile.rdp
    sleep -s 10
    while(get-process mstsc){sleep -s 10}
    logoff.exe
    Custom Interface GPO is here:
    User\Administrative Templates\System\Custom User Interface\
    "powershell.exe" -windowstyle hidden c:\start\vdirdp.ps1
    Voila !
    When domain users login to the WinTPC they get a VDI session only... once they close the session either by logging off or closing the RDP session.. they are logged off of the WinTPC machine
    MS really should document this somewhere.. not everyone wants to access VDI from  RDweb.... :(   nor do they wish to have to authenticate multiple times...
    Good luck with it !

    Thank you dear Steve for the detailed steps,
    I have an issue to set the RD Web Access for SSO.
    I followed below article without success and I saw your comment.
    http://www.anilerduran.com/index.php/2012/sso-single-sign-on-thoughts-on-rds-remote-desktop-services-2012/
    I am using RDS 2012 R2 environment.
    Could you please provide more steps on how to run SSO for the RD Web?:
    Point Number 2 is not clear.
     To turn on Windows Authentication:
                  - uncomment <authentication mode="Windows"/> section
                  - and comment out:
                  1) <authentication mode="Forms"> section.
                  2) <modules> and <security> sections in <system.webServer> section at the end of the file.
                  3) Optional: Windows Authentication will work in https.  However, to turn off https, disable 'Require SSL' for both RDWeb and RDWeb/Pages VDIR.
                     Launch IIS Manager UI, click on RDWeb VDIR, double click on SSL Settings in the middle pane, uncheck 'Require SSL' and
                     click Apply in the top right in the right pane.  Repeat the steps for RDWeb/Pages VDIR.
    Kind regards,

  • Error when trying to pass the proxy server

    jdev version: 10.1.2.3.0
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Prod
    PL/SQL Release 10.2.0.4.0 - Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    Hello,
    i've follow a tutorial to make a client to consume e web service in forms.
    i must work through a proxy server.
    here is the jdev code:
    public class PrimeNumbersStubnew extends WrappedDocLiteralStub
    +{+
    public PrimeNumbersStubnew()
    +{+
    m_httpConnection = new OracleSOAPHTTPConnection();
    Properties props = new Properties();
    props.put(OracleSOAPHTTPConnection.PROXY_HOST, "10.0.2.21");
    props.put(OracleSOAPHTTPConnection.PROXY_PORT, "8070");
    props.put(OracleSOAPHTTPConnection.PROXY_AUTH_TYPE, "basic");
    props.put(OracleSOAPHTTPConnection.PROXY_USERNAME, "XXXXX");
    props.put(OracleSOAPHTTPConnection.PROXY_PASSWORD, "XXXXX");
    m_httpConnection.setProperties(props);
    +}+
    +private String _endpoint = "http://www50.brinkster.com/vbfacileinpt/np.asmx";+
    public String getEndpoint()
    +{+
    +....+
    And a receive an error when i execute the forms:
    +Exception: java.lang.Exception: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html; charset=utf-8&quot;, must be: &quot;text/xml&quot;. Response was:+
    +&lt;HTML&gt;&lt;HEAD&gt;+
    +&lt;TITLE&gt;Access Denied&lt;/TITLE&gt;+
    +&lt;/HEAD&gt;+
    +&lt;BODY&gt;+
    +&lt;FONT face=&quot;Helvetica&quot;&gt;+
    +&lt;big&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/big&gt;&lt;BR&gt;+
    +&lt;/FONT&gt;+
    +&lt;blockquote&gt;+
    +&lt;TABLE border=0 cellPadding=1 width=&quot;80%&quot;&gt;+
    +&lt;TR&gt;&lt;TD&gt;+
    +&lt;FONT face=&quot;Helvetica&quot;&gt;+
    +&lt;big&gt;Access Denied (authentication_failed)&lt;/big&gt;+
    +&lt;BR&gt;+
    +&lt;BR&gt;+
    +&lt;/FONT&gt;+
    +&lt;/TD&gt;&lt;/TR&gt;+
    +&lt;TR&gt;&lt;TD&gt;+
    +&lt;FONT face=&quot;Helvetica&quot;&gt;+
    +Your credentials could not be authenticated: &quot;Credentials are missing.&quot;. You will not be permitted access until your credentials can be verified.+
    +...+
    It's like the credential were bad but i'm sure that they are correct.
    How can i do to resolve that?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I've tested and it change nothings.
    I've try to put the property "ALLOW_USER_INTERACTION" and it work fine.
    It ask for user and pass and after it work.
    I don't understand why when i put that property it work.
    Properties prop = new Properties();
    prop.setProperty(OracleSOAPHTTPConnection.ALLOW_USER_INTERACTION,"true");
    prop.setProperty(OracleSOAPHTTPConnection.PROXY_HOST, "10.0.2.21");
    prop.setProperty(OracleSOAPHTTPConnection.PROXY_PORT,"8070");
    m_httpConnection = new OracleSOAPHTTPConnection(prop);
    A thing that i see with that prop, is that we use a Realm but even if i put the realm, the error is still there.
    Here are the screens that the property show me:
    <img src="http://www.imageshotel.org/thumbs/Malebodja/setcookierequest.jpg" alt="hébergé sur http://www.imageshotel.org/" />
    <img src="http://www.imageshotel.org/thumbs/Malebodja/authorizationrequest.jpg" alt="hébergé sur http://www.imageshotel.org/" />
    Any suggestions?
    Edited by: Malebodja on Feb 24, 2010 2:39 AM
    Edited by: Malebodja on Feb 24, 2010 2:40 AM

  • Accessing a servlet thru Proxy server

    I have a servlet and It has to be accessed by a Client Application. The Cleint cannot directly access this servlet. He has to come thru a proxyServer.
    Client application is opening a URL Connection to my Servlet by using the Proxy parameter in the URL.openConnection(Proxy).
    It fails "Authorization failure giving error 407"
    How do I authorize the proxyServer to connect to my Servlet?
    I tried putting an Authenticator class to return the userId and Password and installed the authenticator before opening the urlConnection.
    It doesn't call the Authenticator's getPasswordAuthentication() method at all.
    Any ideas on How to make an authenticated connection thru a ProxyServer.
    Thanks,

    Not sure what Tomcat you're running on or how you're accessing the servlet from the applet but here are some hints:
    http://www.netbeans.org/servlets/ReadMsg?msgId=364394&listName=nbusers
    http://www.netbeans.org/servlets/ReadMsg?msgId=495317&listName=nbusers
    HTH

  • How to configure SharePoint HNSC with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.

    Could you please let me know how SharePoint HNSC can be configured with a reverse proxy server so that HNSC Share Point URLs are not exposed to end users.
    In normal path based site collections/web applications, reverse proxy configuration can be done using alternate access mappings with  Public URL = "proxy URL", internal = "HNSC Share Point URL" so that share point sends response back
    to Public URL = "proxy URL".
    In Host Named Site Collections,  alternate access mappings  are not supported. Each HNSC is designed to have only one URL in each zone. Zone is one of the five zones(Default,Intranet,Internet,Custom,Extranet) with each of which only one alternate
    URL is associated.  This is what we are able to get using power shell command "Set-SPSiteUrl", but this will not help us to get the response back to proxy URL after a request sent to share point because we could not find any mechanism in share
    point HNSC to respond  to a different URL(proxy URL). Consequently, Share Point URLs are exposed to  external users.
    Below share point article in MSDN blog is symmetrical to what we are observing with Share Point 2013 and Proxy Server. It mentions that internal HNSC URLs can’t be hidden using any proxy server. If  hiding the internal Share Point URLS is a requirement,
    it suggests to use a web application instead of host named site collections.
    Though I’m also observing the same behavior with Share Point 2013 HNSC, Could you please confirm my understanding is correct.
    http://blogs.msdn.com/b/kaevans/archive/2012/03/27/what-every-sharepoint-admin-needs-to-know-about-host-named-site-collections.aspx
    Excerpt from above article-
    "Host Named Site Collections Only Use One Host Name
    Continuing on the discussion on AAMs and host named site collections, you cannot use multiple host names to address a site collection in SharePoint 2010. Because host-named site collections have a single URL, they do not support alternate access mappings and
    are always considered to be in the Default zone.  This is important if you are using a reverse proxy to provide access to external users. Products like Unified Access Gateway 2010 allow external users to authenticate to your gateway and access a site
    as http://uag.sharepoint.com and forward the call to http://portal.sharepoint.com. Remember that URL rewriting is not permitted. Further, a site collection can only respond to one host name. This means if you are using a reverse proxy, it must forward the
    calls to the same URL.  If your networking team has a policy against exposing internal URLs externally, you must instead use web applications and extend the web application using an alternate access mapping."<u5:p></u5:p>

    Hi Satish,
    You are right that only one URL is allowed for each zone of the host-name site collections in both SharePoint 2010 and SharePoint 2013.
    It is by design that each host-name site collection only support one URL for each zone.
    The article below is about RTM version of SharePoint, and it is the same for SharePoint 2013 with the latest CU.
    https://support.microsoft.com/en-us/kb/2826457
    So to make the URL of HNSC not exposed to external users is not supported, you need to use path-based sites instead.
    Best regards.
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How would a corporation deploy Sun ONE Web Proxy Server?

    A corporation should deploy Sun ONE Web Proxy Server at the following key places:
    * The Internet gateway: Sun ONE Web Proxy Server deployed just behind the firewall facilitates access to the Internet and reduces response times and communications expense.
    * Major sub-network connections: Marketing, Sales, Product Development, Human Resources, and Finance departments might have their own subnetworks. An Sun ONE Web Proxy Server deployed at each subnet can reduce traffic on the corporate backbone.
    * Remote offices that are disconnected from the internal network: Sun ONE Web Proxy Server can provide a quick mechanism for replicating content when necessary, providing better company integration and increasing network performance without large capital and communications expense.
    * Internationally: Outside the United States, communications bandwidth is typically much more expensive, making Sun ONE Web Proxy Servers even more cost effective. Every international office can make use of an Sun ONE Web Proxy Server.
    * Outside the firewall as a Web server substitute in reverse proxy configuration: This protects information on the secure Web server behind the firewall and offers load balancing via caching.

    http://wwws.sun.com/software/download/products/3ef1fcb5.html
    If u wait for a week or so, SP4 will also be there.
    Maneesh

  • How can I send a request over a Proxy Server

    When I try to send a request to www.microsoft.com, there is a HOST_NOT_Found Exception. Because I'm using a Proxy Server, where I have to fill in my Username + Password...
    How to do??
    Thx for your help

    Search is your friend. Check out this thread:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=324894
    Source code and all...
    Good Luck!
    Grant

  • How to make a Java Applet work beyond proxy?

    Hi All,
    I have problems with my applet working through proxy.I am using a client applet which makes a socket connection to a Java application running on the same pc as the web server.
    Everything works fine when I am directly connected.However it does't work when connected through a proxy? I am using object o/p & i/p streams for the exchange of data b/w client applet & the server java application.How do I overcome this problem.
    Currently I am using WinGate 3.0.2 as my proxy(I did't see any firewaal setting there) but I intend to make applet work through any proxy for that matter.Using a higher level protocol such as UDP would help in this regard?
    This is urgent.PLease reply ASAP...
    best rgds,
    prithvi

    Try to use http, i don't thing direct open the socket can pass throught the socket if your proxy haven't forward those ports~
    Hi All,
    I have problems with my applet working through
    gh proxy.I am using a client applet which makes a
    socket connection to a Java application running on the
    same pc as the web server.
    Everything works fine when I am directly
    ly connected.However it does't work when connected
    through a proxy? I am using object o/p & i/p streams
    for the exchange of data b/w client applet & the
    server java application.How do I overcome this
    problem.
    Currently I am using WinGate 3.0.2 as my proxy(I
    (I did't see any firewaal setting there) but I intend
    to make applet work through any proxy for that
    matter.Using a higher level protocol such as UDP would
    help in this regard?i think UDP/TCP is not the matter for that!
    This is urgent.PLease reply ASAP...
    best rgds,
    prithvi

  • How to make a SL Mac Mini a VPN server?

    I'd like to set up my Mac Mini at home as a VPN server.  I have read online that it can be done in non server SL, but I see in network where to add a VPN, but that looks more like a connecting into one rather than setting one up.  Is there a way to set up a VPN server on this Mini, and at that, for free? 

    If you have a new enough Mac mini you could use Mountain Lion and Server.app however for Snow Leopard you can in theory do it also so.
    For Snow Leopard (client) you can try following various howto guides on setting up the included VPN server software via the command-line. The user version of OS X has always contained the same basic server software such as DHCP, DNS, http, and in this case VPN but does not include the Apple tools for making it easy to setup.
    Here are some links
    http://dreaming-artemis.com/2011/07/18/setting-up-vpn-on-the-imac-osx-snow-leopa rd-10-6-8/
    http://stormrook.com/2010/05/31/setting-up-a-vpn-server-on-osx/#more-39
    There is also the option of buying a relatively cheap GUI utility which does the setting up for you, see
    http://macserve.org.uk/projects/ivpn/

Maybe you are looking for

  • Error while copying a page from one application to another application

    Hi All I am using Oracle Apex 4.0 I getting the error ORA-06502 Pl/Sql Numeric error character string buffer too small when i copying a page from one application to another application. Thanks & Regards Srikkanth.M

  • Can't find class because of try catch block ?!

    Hello, I'm using the JNI to use a java library from my c++ code. JNI can't find the "Comverse10" class below, but when i put the try catch block in createMessage in comment, FindClass succeeds ?! Unfortunatly i need the code inside the try block ;-)

  • Why wont this RUN and Set a New-Service..?

    PS C:\WINDOWS\system32> New-Service -Name RunSafe -BinaryPathName C:\Users\3steveco33_01\Skydrive\Documents\Adminstartup.ps1 -DisplayName 'Active Protraction Service' -Description Safety and Security -StartupType Manual -Credential 'Admin_01' -Depen

  • Audio hardware missing after depot repair?

    Damnedest thing. Just got my ThinkPad x200s back from Memphis where the main board was swapped out because of a really bad BSOD problem. Discovered there is no audio, and so I thought I would just uninstall the audio devices via Device Manager, then

  • Accessing LOV available via methods throws No Such Property error

    I am using select <af:selectOneChoice> compoent (Same issue with other components too) with LOV from Model Driven data available in the following structure Model(created as Data Control) -> findPD1(String s1, String s2) -> PD1(object of class PD1) ->